Skip to content

Commit 4a79cea

Browse files
author
Gaël Deest
authored
Merge pull request #1415 from felixonmars/patch-1
Allow singleton-bool 0.1.6
2 parents 448c444 + 3c52068 commit 4a79cea

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
@@ -90,7 +90,7 @@ library
9090
-- i.e. re-export, or allow using without direct dependency
9191
build-depends:
9292
http-api-data >= 0.4.1 && < 0.4.3
93-
, singleton-bool >= 0.1.4 && < 0.1.6
93+
, singleton-bool >= 0.1.4 && < 0.1.7
9494

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

0 commit comments

Comments
 (0)