cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: d741c3a9b4b016e83ae1dadc95bf70b1674e00e4759b8cb8479a3e15197b1baf name: arg-tools version: 0.0.0 synopsis: Tools for generating and decoding ARGs description: Please see the README on GitHub at category: ARG homepage: https://github.com/jlamothe/arg-tools#readme bug-reports: https://github.com/jlamothe/arg-tools/issues author: Jonathan Lamothe maintainer: jlamothe1980@gmail.com copyright: Jonathan Lamothe license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/jlamothe/arg-tools library exposed-modules: ARGTools other-modules: Paths_arg_tools hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 default-language: Haskell2010 test-suite arg-tools-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_arg_tools hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: arg-tools , base >=4.7 && <5 , hspec >=2.7.1 && <2.8 default-language: Haskell2010