Revise lower and upper bounds of dependencies

Lower bounds are based on minimum supported ghc version (8.6) and upper
bounds are the latest major versions.
This commit is contained in:
Harendra Kumar 2022-10-25 07:50:40 +05:30
parent bb2f5e3702
commit 4ddc30aab8
2 changed files with 16 additions and 16 deletions

View File

@ -403,15 +403,15 @@ library
-- packages depending on the "ghc" package (packages
-- depending on doctest is a common example) can
-- depend on streamly.
base >= 4.9 && < 4.18
, containers >= 0.5 && < 0.7
, deepseq >= 1.4.1 && < 1.5
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.10
, mtl >= 2.2 && < 2.3
, transformers >= 0.4 && < 0.7
, template-haskell >= 2.13 && < 2.20
base >= 4.12 && < 4.18
, containers >= 0.6.0 && < 0.7
, deepseq >= 1.4.4 && < 1.5
, directory >= 1.3.3 && < 1.4
, exceptions >= 0.8.0 && < 0.11
, ghc-prim >= 0.5.3 && < 0.10
, mtl >= 2.2.2 && < 2.4
, transformers >= 0.5.5 && < 0.7
, template-haskell >= 2.14 && < 2.20
, fusion-plugin-types >= 0.1 && < 0.2

View File

@ -469,12 +469,12 @@ library
-- packages depending on the "ghc" package (packages
-- depending on doctest is a common example) can
-- depend on streamly.
base >= 4.9 && < 4.18
, containers >= 0.5 && < 0.7
, deepseq >= 1.4.1 && < 1.5
, exceptions >= 0.8 && < 0.11
, mtl >= 2.2 && < 2.4
, transformers >= 0.4 && < 0.7
base >= 4.12 && < 4.18
, containers >= 0.6.0 && < 0.7
, deepseq >= 1.4.4 && < 1.5
, exceptions >= 0.8.0 && < 0.11
, mtl >= 2.2.2 && < 2.4
, transformers >= 0.5.5 && < 0.7
-- The core streamly package
, streamly-core == 0.1.0
@ -490,7 +490,7 @@ library
, atomic-primops >= 0.8 && < 0.9
, lockfree-queue >= 0.2.4 && < 0.3
, unicode-data >= 0.1 && < 0.4
, unicode-data >= 0.1 && < 0.5
-- Network
, network >= 2.6 && < 3.2