-
Notifications
You must be signed in to change notification settings - Fork 0
/
primecount.cabal
75 lines (69 loc) · 2.89 KB
/
primecount.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
cabal-version: 3.6
-- 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.2
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: [email protected]
copyright: Preetham Gujjula
license: BSD-3-Clause
license-file: LICENSES/BSD-3-Clause.txt
build-type: Simple
tested-with:
GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1, 9.12.1}
extra-doc-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.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
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.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, primecount
, silently ==1.2.*
, tasty >=1.4 && <1.5 || >=1.5 && <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.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, primecount
, tasty-bench >=0.3 && <0.4 || >=0.4 && <0.5
default-language: Haskell2010