cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 6f8207ec5e7c8366413eb9442fb66cdd634559693742ba0272473ae56687e450 name: basen version: 0.2.0.0 description: Please see the README homepage: https://gitlab.com/LibreCybernetics/lib/basen-hs author: LibreCybernetics maintainer: LibreCybernetics license: OtherLicense license-files: LICENSE-PARITY, LICENSE-PROSPERITY build-type: Simple extra-source-files: README.md library exposed-modules: Data.BaseN other-modules: Data.BaseN.Internal hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.12.0.0 && <4.14 , bytestring >=0.10.8.2 && <0.11 , text >=1.2.3.1 && <1.3 default-language: Haskell2010 test-suite basen-test type: exitcode-stdio-1.0 main-is: TestSuite.hs other-modules: TestSuite hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12.0.0 && <4.14 , basen , bytestring >=0.10.8.2 && <0.11 , quickcheck-instances , tasty , tasty-discover , tasty-hspec , tasty-quickcheck , text >=1.2.3.1 && <1.3 default-language: Haskell2010