name: gh-pocket-knife version: 0.1.0.0 synopsis: Script helpers for interacting with GitHub description: Please see README.md homepage: https://github.com/pbrisbin/gh-pocket-knife#readme license: BSD3 license-file: LICENSE author: Pat Brisbin maintainer: pbrisbin@gmail.com copyright: 2016 Pat Brisbin category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: GH other-modules: GH.Request build-depends: base >= 4.7 && < 5 , bytestring , resourcet , aeson , http-conduit default-language: Haskell2010 executable gh-pocket-knife hs-source-dirs: app main-is: main.hs ghc-options: -Wall build-depends: base , gh-pocket-knife , aeson , bytestring default-language: Haskell2010 test-suite gh-pocket-knife-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , gh-pocket-knife , hspec , QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/pbrisbin/gh-pocket-knife