We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cabal check clean
1 parent 95b2783 commit 5510b27Copy full SHA for 5510b27
Setup.hs
@@ -0,0 +1,2 @@
1
+import Distribution.Simple
2
+main = defaultMain
distributed-closure.cabal
@@ -17,7 +17,7 @@ library
17
exposed-modules: Control.Distributed.Closure
18
Control.Distributed.Closure.Internal
19
Control.Distributed.Closure.TH
20
- build-depends: base >=4.8
+ build-depends: base >=4.8 && <5
21
, binary >= 0.7
22
, bytestring >= 0.10
23
, constraints >= 0.4
0 commit comments