cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 3cabf1da9ca011c22c7a2edbd99264013666a9ece5fb53cf4229c97323160ee0 name: rg version: 1.3.0.0 synopsis: A dynamic/unbounded alternative to Bounded Enum description: Please see the README on GitHub at category: Types homepage: https://github.com/cdornan/rg#readme bug-reports: https://github.com/cdornan/rg/issues author: Chris Dornan maintainer: chris.dornan@irisconnect.co.uk copyright: 2019 Chris Dornan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/cdornan/rg library exposed-modules: Data.Rg other-modules: Paths_rg hs-source-dirs: src ghc-options: -Wall -Wcompat build-depends: array , base >=4.10 && <5 , fmt >=0.4.0.0 , possibly , text , unordered-containers , vector default-language: Haskell2010 test-suite nike-test type: exitcode-stdio-1.0 main-is: test.hs other-modules: Paths_rg hs-source-dirs: test ghc-options: -Wall -Wcompat -with-rtsopts "-T -N -qg -qb -H1024m -I0" -threaded -rtsopts build-depends: array , base >=4.10 && <5 , fmt >=0.4.0.0 , possibly , rg , tasty , tasty-hunit , text , unordered-containers , vector default-language: Haskell2010