Skip to content

Commit 5510b27

Browse files
committed
Make cabal check clean.
1 parent 95b2783 commit 5510b27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Setup.hs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import Distribution.Simple
2+
main = defaultMain

distributed-closure.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ library
1717
exposed-modules: Control.Distributed.Closure
1818
Control.Distributed.Closure.Internal
1919
Control.Distributed.Closure.TH
20-
build-depends: base >=4.8
20+
build-depends: base >=4.8 && <5
2121
, binary >= 0.7
2222
, bytestring >= 0.10
2323
, constraints >= 0.4

0 commit comments

Comments
 (0)