Skip to content

Commit 95e90e8

Browse files
committed
Allow bifunctors >= 4.2.1 && < 5.3 (commercialhaskell/stackage#1149)
1 parent c8392fd commit 95e90e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ library
136136
, base >= 4.7 && <5
137137
, base16-bytestring
138138
, base64-bytestring
139-
, bifunctors >= 4.2.1 && < 5.2
139+
, bifunctors >= 4.2.1 && < 5.3
140140
, binary >= 0.7
141141
, binary-tagged >= 0.1.1
142142
, blaze-builder

0 commit comments

Comments
 (0)