cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: primecount version: 0.1.0.0 synopsis: Bindings to the primecount library description: Please see the README on Github at category: Math, Number Theory homepage: https://github.com/pgujjula/primecount-haskell#readme bug-reports: https://github.com/pgujjula/primecount-haskell/issues author: Preetham Gujjula maintainer: primecount-haskell@mail.preetham.io copyright: 2021 Preetham Gujjula license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.1 extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/pgujjula/primecount-haskell library exposed-modules: Math.NumberTheory.Prime.Count Math.NumberTheory.Prime.Count.FFI hs-source-dirs: src default-extensions: ScopedTypeVariables ghc-options: -Wall -Wcompat -Wmissing-export-lists -Wincomplete-record-updates -Wpartial-fields -Wmissing-home-modules -Werror=missing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists extra-libraries: primecount build-depends: base >=4.7 && <5.0 default-language: Haskell2010 test-suite primecount-tests type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Test.Math.NumberTheory.Prime.Count hs-source-dirs: test default-extensions: ScopedTypeVariables ghc-options: -Wall -Wcompat -Wmissing-export-lists -Wincomplete-record-updates -Wpartial-fields -Wmissing-home-modules -Werror=missing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists build-depends: base >=4.7 && <5.0 , primecount , silently , tasty , tasty-hunit default-language: Haskell2010 benchmark primecount-bench type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: bench default-extensions: ScopedTypeVariables ghc-options: -Wall -Wcompat -Wmissing-export-lists -Wincomplete-record-updates -Wpartial-fields -Wmissing-home-modules -Werror=missing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists build-depends: base >=4.7 && <5.0 , primecount , tasty-bench default-language: Haskell2010