Skip to content

Commit

Permalink
Merge pull request #2 from robx/base-411
Browse files Browse the repository at this point in the history
Require base >= 4.11.
  • Loading branch information
PaulJohnson committed Jun 5, 2019
2 parents f77d5a0 + fb0f1a5 commit 47f6d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ranged-sets.cabal
Expand Up @@ -23,7 +23,7 @@ author: Paul Johnson
extra-source-files: CHANGES.txt README.txt

library
build-depends: HUnit -any, QuickCheck >=2, base >=4 && <5
build-depends: HUnit -any, QuickCheck >=2, base >=4.11 && <5
exposed-modules: Data.Ranged Data.Ranged.Ranges
Data.Ranged.RangedSet Data.Ranged.Boundaries
exposed: True
Expand Down

0 comments on commit 47f6d0c

Please sign in to comment.