Skip to content

Commit 842e0dc

Browse files
committed
Re-instate upper version bounds
- Moved upper version bounds to latest version tested. - Left lower bounds as-is, as changes should be compatible with existing tested versions.
1 parent 31bf67d commit 842e0dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

servant-jsaddle.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,28 @@ library
4747
-- text and mtl are bundled starting with GHC-8.4
4848
build-depends:
4949
base >=4.9 && <5
50-
, bytestring >=0.10.8.1
50+
, bytestring >=0.10.8.1 && <0.13
5151
, containers >=0.5.7.1 && <0.7
52-
, mtl >=2.2.2
53-
, text >=1.2.3.0
54-
, transformers >=0.5.2.0
52+
, mtl >=2.2.2 && <2.4
53+
, text >=1.2.3.0 && <2.2
54+
, transformers >=0.5.2.0 && <0.7
5555

5656
if impl(ghcjs -any) || arch(javascript)
5757
build-depends: ghcjs-base
5858

5959
-- Servant dependencies.
6060
-- Strict dependency on `servant-client-core` as we re-export things.
61-
build-depends: servant-client-core >=0.16
61+
build-depends: servant-client-core >=0.16 && <0.21
6262
build-depends:
63-
base-compat >=0.10.5
63+
base-compat >=0.10.5 && <=0.13.1
6464
, case-insensitive >=1.2.0.0 && <1.3
6565
, exceptions >=0.10.0 && <0.11
6666
, ghcjs-dom >=0.9.4.0 && <0.10
6767
, http-media >=0.7.1.3 && <0.9
6868
, http-types >=0.12.2 && <0.13
6969
, jsaddle >=0.9.6.0 && <0.10
7070
, monad-control >=1.0.2.3 && <1.1
71-
, semigroupoids >=5.3.1
71+
, semigroupoids >=5.3.1 && <6.1
7272
, string-conversions >=0.3 && <0.5
7373
, transformers-base >=0.4.4 && <0.5
7474

0 commit comments

Comments
 (0)