Skip to content

Commit a018432

Browse files
authored
Bump ghc-prim upper bound (#271)
GHC 8.8.3 bundles ghc-prim-0.5.3 GHC 8.10.1 bundles ghc-prim-0.6.1
1 parent c1cee6a commit a018432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ library
160160
base >= 4.3 && < 5,
161161
binary >= 0.5 && < 0.9,
162162
deepseq >= 1.1 && < 1.5,
163-
ghc-prim >= 0.2 && < 0.6,
163+
ghc-prim >= 0.2 && < 0.7,
164164
template-haskell >= 2.5 && < 2.18
165165

166166
if flag(bytestring-builder)

0 commit comments

Comments
 (0)