Bump ghc-prim upper bound

This commit is contained in:
Adithya Kumar 2021-11-14 20:58:28 +05:30 committed by Adithya Kumar
parent 0869165680
commit 8a924a1782
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ common bench-depends
, typed-process >= 0.2.3 && < 0.3
, directory >= 1.2.2 && < 1.4
, filepath >= 1.4.1 && < 1.5
, ghc-prim >= 0.4 && < 0.8
, ghc-prim >= 0.4 && < 0.9
if flag(use-gauge)
build-depends: gauge >= 0.2.4 && < 0.3
@ -136,7 +136,7 @@ common bench-depends
if flag(inspection)
build-depends: template-haskell >= 2.14 && < 2.17
, inspection-testing >= 0.4 && < 0.5
, ghc-prim >= 0.2 && < 0.7
, ghc-prim >= 0.2 && < 0.9
-- Array uses a Storable constraint in dev build making several inspection
-- tests fail
if flag(dev) && flag(inspection)

View File

@ -527,7 +527,7 @@ library
, deepseq >= 1.4.1 && < 1.5
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.8
, ghc-prim >= 0.2 && < 0.9
, mtl >= 2.2 && < 3
, primitive >= 0.5.4 && < 0.8
, transformers >= 0.4 && < 0.6