Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit 60a8f92

Browse files
committed
Fix base constraints
1 parent 7118bd1 commit 60a8f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

light-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ executable light-haskell
5151

5252
-- Other library packages from which modules are imported.
5353
build-depends:
54-
base ==4.7.*,
54+
base (>=4.0 && <5),
5555
network ==2.5.*,
5656
directory ==1.2.*,
5757
containers ==0.5.*,

0 commit comments

Comments
 (0)