Skip to content

Commit

Permalink
Proper lower bound on base for MonadFail
Browse files Browse the repository at this point in the history
Merge pull request #152 from parsonsmatt/patch-1
  • Loading branch information
VictorDenisov authored Feb 18, 2024
2 parents 938352f + 881b48b commit ce31055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoDB.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Library
default-language: Haskell2010

Build-depends: array -any
, base <5
, base >=4.13 && <5
, binary -any
, bson >= 0.3 && < 0.5
, text
Expand Down

0 comments on commit ce31055

Please sign in to comment.