Skip to content

Commit 0f590dc

Browse files
authored
Merge pull request #1188 from felixonmars/patch-1
Allow singleton-bool 0.1.5
2 parents 4bd2aa1 + 5557920 commit 0f590dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ library
9999
-- i.e. re-export, or allow using without direct dependency
100100
build-depends:
101101
http-api-data >= 0.4.1 && < 0.4.2
102-
, singleton-bool >= 0.1.4 && < 0.1.5
102+
, singleton-bool >= 0.1.4 && < 0.1.6
103103

104104
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
105105
-- Here can be exceptions if we really need features from the newer versions.

0 commit comments

Comments
 (0)