name: pagure-hook-receiver version: 0.1.0.0 synopsis: Receive hooks from pagure and do things with them -- description: homepage: https://pagure.io/pagure-hook-receiver license: BSD2 license-file: LICENSE author: Ricky Elrod maintainer: relrod@redhat.com -- copyright: category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Web.Pagure.HookReceiver.Post , Web.Pagure.HookReceiver.StandardHooks -- other-modules: -- other-extensions: build-depends: base >= 4 && < 5 , containers >= 0.5 && < 0.6 , scotty >= 0.9 && < 1 , shelly >= 1 && < 2 , text >= 1 && < 2 , transformers >= 0.3 && < 1 , unix >= 2.5 && < 2.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall