Skip to content

Commit 7f11372

Browse files
RyanGlScotthvr
authored andcommitted
Allow building with ghc-prim-0.7.*
This is needed for [GHC#18279](https://gitlab.haskell.org/ghc/ghc/issues/18279), which seeks to bump `ghc-prim`'s version number to 0.7.0.0 in order to accommodate `GHC.Tuple.Unit` being renamed to `GHC.Tuple.Solo`. Since `text` does not use `GHC.Tuple.Unit`, it is safe to simply bump `text`'s upper version bounds on `ghc-prim`.
1 parent 3d52810 commit 7f11372

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.7,
163+
ghc-prim >= 0.2 && < 0.8,
164164
template-haskell >= 2.5 && < 2.18
165165

166166
if flag(bytestring-builder)

0 commit comments

Comments
 (0)