Skip to content

Commit 881b48b

Browse files
authored
Proper lower bound on base for MonadFail
The new release of `mongoDB` has broken `persistent-mongoDB` CI again because the lower bound of `base` that was present (via Hackage revision, I guess?) was not present. This lower bound patch fixes the issue for future releases. Please also make a Hackage revision to 2.7.1.3 so that it doesn't break builds. Thanks!
1 parent 938352f commit 881b48b

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)