name: gli version: 0.0.1 x-revision: 3 synopsis: Tiny cli to fetch PR info from gitlab description: Please see README.md homepage: https://github.com/goromlagche/gli#readme license: BSD3 license-file: LICENSE author: goromlagche maintainer: mrinmoy.das91@gmail.com copyright: 2016 Mrinmoy Das category: CLI build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Gli.Types Gli.Cli Gli.Setup Gli.Gitlab build-depends: base >=4.7 && <5, containers >=0.5.7.1 && <0.6, time >=1.6.0.1 && <1.7, friendly-time ==0.4.*, http-client >=0.4.31.2 && <0.5, http-conduit >=2.1.11 && <2.2, http-client-tls >=0.2.4.1 && <0.3, text >=1.2.2.1 && <1.3, aeson >=0.11.2.1 && <0.12, attoparsec >=0.13.1.0 && <0.14, bytestring >=0.10.8.1 && <0.11, optparse-applicative >=0.12.1.0 && <0.13, process >=1.4.2.0 && <1.5, network-uri >=2.6.1.0 && <2.7, yaml >=0.8.20 && <0.9 default-language: Haskell2010 hs-source-dirs: src executable gli main-is: Main.hs build-depends: base >=4.9.0.0 && <4.10, gli default-language: Haskell2010 hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N test-suite gli-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , gli ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/goromlagche/gli