mirror of
https://github.com/composewell/streamly.git
synced 2024-11-09 17:55:23 +03:00
Bump ghc-prim upper bound
This commit is contained in:
parent
0869165680
commit
8a924a1782
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user