Skip to content

Commit a25250b

Browse files
committed
Clean up .cabal file
1 parent 5aa68ef commit a25250b

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

int-cast.cabal

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,32 @@ source-repository head
2121
location: https://github.com/hvr/int-cast.git
2222

2323
library
24+
exposed-modules: Data.IntCast
25+
2426
default-language: Haskell2010
25-
other-extensions:
26-
CPP
27-
DataKinds
28-
TypeFamilies
29-
TypeOperators
30-
UndecidableInstances
27+
other-extensions: CPP
28+
DataKinds
29+
TypeFamilies
30+
TypeOperators
31+
UndecidableInstances
32+
3133
build-depends: base >=4.7 && <4.12
3234
if !impl(ghc>=7.10)
33-
build-depends: nats >=0.1 && <1.1
35+
build-depends: nats >=0.1 && <1.1
3436

35-
exposed-modules: Data.IntCast
37+
ghc-options: -Wall
3638

3739
test-suite int-cast-test
3840
default-language: Haskell2010
3941
type: exitcode-stdio-1.0
40-
hs-source-dirs: test .
42+
hs-source-dirs: test
4143
main-is: Suite.hs
4244
ghc-options: -Wall
43-
build-depends: int-cast, base, QuickCheck >=2.7 && < 2.10, test-framework ==0.8.*, test-framework-quickcheck2 ==0.3.*
45+
build-depends: int-cast
46+
, base
47+
, QuickCheck ==2.11.*
48+
, test-framework ==0.8.*
49+
, test-framework-quickcheck2 ==0.3.*
50+
4451
if !impl(ghc>=7.10)
4552
build-depends: nats

0 commit comments

Comments
 (0)