-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbounded.cabal
More file actions
110 lines (103 loc) · 4.49 KB
/
bounded.cabal
File metadata and controls
110 lines (103 loc) · 4.49 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ee387df57441fab5c32c6cbddae48b752767eb71dec56c7a1ba8c4c7ffee414f
name: bounded
version: 0.0.1
synopsis: User definable Integral and Text bounded types
homepage: https://github.com/mbj/conversions#readme
bug-reports: https://github.com/pact/bounded/issues
maintainer: Allan Lukwago <epicallan.al@gmail.com>, Markus Schirp mbj@schirp-ds.com
copyright: 2020 Strainge Inc.
license: MIT
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/pact/bounded
flag development
description: Run GHC with development flags
manual: True
default: False
library
exposed-modules:
Data.Bounded
Data.Bounded.Integral
Data.Bounded.JSON
Data.Bounded.Prelude
Data.Bounded.Text
Data.Bounded.TypeLevel
other-modules:
Paths_bounded
hs-source-dirs:
src
default-extensions: AllowAmbiguousTypes ConstraintKinds DataKinds DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ExistentialQuantification KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds RecordWildCards ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-local-signatures -Wmissing-signatures -Wmonomorphism-restriction -Wredundant-constraints -fhide-source-paths -funbox-strict-fields -optP-Wno-nonportable-include-path
build-depends:
aeson >=1.3
, base >=4.10 && <4.15
, cassava
, conversions >=0.0.2
, mtl
, scientific
, symbols
, text >=1.2
if flag(development)
ghc-options: -Werror -fplugin=SourceConstraints
build-depends:
source-constraints >=0.0.2 && <0.1
else
ghc-options: -Wwarn
default-language: Haskell2010
test-suite readme
type: exitcode-stdio-1.0
main-is: README.lhs
other-modules:
Paths_bounded
default-extensions: AllowAmbiguousTypes ConstraintKinds DataKinds DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ExistentialQuantification KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds RecordWildCards ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-local-signatures -Wmissing-signatures -Wmonomorphism-restriction -Wredundant-constraints -fhide-source-paths -funbox-strict-fields -optP-Wno-nonportable-include-path -rtsopts -threaded -with-rtsopts=-N -pgmL markdown-unlit -Wno-unused-top-binds
build-depends:
base
, bounded
, markdown-unlit
, text
if flag(development)
ghc-options: -Werror -fplugin=SourceConstraints
build-depends:
source-constraints >=0.0.2 && <0.1
else
ghc-options: -Wwarn
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules:
Test.Bounded.Integral
Test.Bounded.Text
Test.HUnit
Test.JSON
Test.TypedSpec
Paths_bounded
hs-source-dirs:
test
default-extensions: AllowAmbiguousTypes ConstraintKinds DataKinds DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ExistentialQuantification KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings PolyKinds RecordWildCards ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-local-signatures -Wmissing-signatures -Wmonomorphism-restriction -Wredundant-constraints -fhide-source-paths -funbox-strict-fields -optP-Wno-nonportable-include-path -rtsopts -threaded -with-rtsopts=-N
build-depends:
aeson >=1.3
, base
, bounded
, devtools >=0.1.0
, should-not-typecheck
, source-constraints >=0.0.2 && <0.1
, tasty
, tasty-hunit
, type-spec
if flag(development)
ghc-options: -Werror -fplugin=SourceConstraints
build-depends:
source-constraints >=0.0.2 && <0.1
else
ghc-options: -Wwarn
default-language: Haskell2010