Bump dependency upper bounds for GHC 9.4

Bump base upper bound
Bump lockfree-queue upper bound
This commit is contained in:
Harendra Kumar 2022-08-26 18:01:18 +05:30
parent cd67584db4
commit 68dccf50a7
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ library
User.Tutorials.ReactiveProgramming
build-depends:
base >= 4.9 && < 4.17
base >= 4.9 && < 4.18
, transformers >= 0.4 && < 0.6
, streamly
, streamly-core

View File

@ -553,7 +553,7 @@ library
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.10
, mtl >= 2.2 && < 2.3
, mtl >= 2.2 && < 2.4
, transformers >= 0.4 && < 0.7
, template-haskell >= 2.13 && < 2.20
@ -570,7 +570,7 @@ library
-- concurrency
, atomic-primops >= 0.8 && < 0.9
, lockfree-queue >= 0.2.3 && < 0.3
, lockfree-queue >= 0.2.4 && < 0.3
, unicode-data >= 0.1 && < 0.4

View File

@ -145,7 +145,7 @@ common optimization-options
common test-dependencies
build-depends:
streamly-core
, base >= 4.9 && < 4.17
, base >= 4.9 && < 4.18
, containers >= 0.5 && < 0.7
, exceptions >= 0.8 && < 0.11
, ghc