Skip to content

Commit 6e77767

Browse files
authored
Merge pull request #56 from ollef/master
Bump some bound
2 parents 73ab6cb + b36c84a commit 6e77767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependent-sum/dependent-sum.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Library
4949
, constraints-extras >= 0.2 && < 0.4
5050

5151
-- tight bounds, so re-exported API is versioned properly.
52-
build-depends: some == 1.0.1.*
52+
build-depends: some >= 1.0.1 && < 1.0.3
5353

5454
if impl(ghc >= 7.2)
5555
ghc-options: -trust base

0 commit comments

Comments
 (0)