Cabal revisions of primecount-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2---- This file has been generated from package.yaml by hpack version 0.35.1.------ see: https://github.com/sol/hpack--name: primecount-version: 0.1.0.1-synopsis: Bindings to the primecount library-description: Please see the README on Github at <https://github.com/pgujjula/primecount-haskell#readme>-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: libraries@mail.preetham.io-copyright: 2021 Preetham Gujjula-license: BSD-3-Clause-license-file: LICENSE-build-type: Simple-tested-with:- GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2-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 ==1.2.*- , tasty ==1.4.*- , tasty-hunit ==0.10.*- 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 ==0.3.*- default-language: Haskell2010+cabal-version: 2.2 + +-- This file has been generated from package.yaml by hpack version 0.35.1. +-- +-- see: https://github.com/sol/hpack + +name: primecount +version: 0.1.0.1 +x-revision: 1 +synopsis: Bindings to the primecount library +description: Please see the README on Github at <https://github.com/pgujjula/primecount-haskell#readme> +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: libraries@mail.preetham.io +copyright: 2021 Preetham Gujjula +license: BSD-3-Clause +license-file: LICENSE +build-type: Simple +tested-with: + GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2 +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 ==1.2.* + , tasty >=1.4 && <1.6 + , tasty-hunit ==0.10.* + 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 ==0.3.* + default-language: Haskell2010