Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f97a6f

Browse files
authoredMar 26, 2020
Merge pull request #87 from swamp-agr/ghc-8.10.1-support
Add GHC 8.10.1 support, lift base boundary
2 parents 751227f + e4472c4 commit 2f97a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎language-ecmascript.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Library
3535
Hs-Source-Dirs:
3636
src
3737
Build-Depends:
38-
base >= 4 && < 4.14,
38+
base >= 4 && < 4.15,
3939
mtl >= 1 && < 3,
4040
parsec > 3 && < 3.2.0,
4141
ansi-wl-pprint >= 0.6 && < 1,

0 commit comments

Comments
 (0)
Please sign in to comment.