Skip to content

Commit ce31055

Browse files
Proper lower bound on base for MonadFail
Merge pull request #152 from parsonsmatt/patch-1
2 parents 938352f + 881b48b commit ce31055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongoDB.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Library
2929
default-language: Haskell2010
3030

3131
Build-depends: array -any
32-
, base <5
32+
, base >=4.13 && <5
3333
, binary -any
3434
, bson >= 0.3 && < 0.5
3535
, text

0 commit comments

Comments
 (0)