Skip to content

Commit

Permalink
Bump upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed May 22, 2024
1 parent dd79ddb commit 536a5ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jsaddle-clib/jsaddle-clib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
build-depends:
aeson >=0.8.0.2 && <2.3,
base <5,
base-compat >=0.9.0 && <0.14,
base-compat >=0.9.0 && <0.15,
bytestring >=0.10.6.0 && <0.13,
jsaddle >= 0.9.9.0 && <0.10,
data-default,
Expand Down
6 changes: 3 additions & 3 deletions jsaddle-warp/jsaddle-warp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ library
jsaddle >=0.9.9.0 && <0.10,
stm >=2.4.4 && <2.6,
text >=1.2.1.3 && <1.3 || >= 2.0 && < 2.2,
time >=1.5.0.1 && <1.13,
time >=1.5.0.1 && <1.15,
transformers >=0.4.2.0 && <0.7,
wai >=3.0.3.0 && <3.3,
wai-websockets >=3.0.0.6 && <3.1,
warp >=3.1.2 && <3.4,
warp >=3.1.2 && <3.5,
websockets >=0.9.5.0 && <0.14
exposed-modules:
Language.Javascript.JSaddle.Warp
Expand All @@ -62,7 +62,7 @@ test-suite test-tool
deepseq -any,
doctest >=0.10.1 && <0.19,
exceptions -any,
filepath >=1.4.0.0 && <1.5,
filepath >=1.4.0.0 && <1.6,
foreign-store -any,
ghc-prim -any,
http-types -any,
Expand Down
8 changes: 4 additions & 4 deletions jsaddle/jsaddle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ library
attoparsec >=0.11 && <0.15,
containers >=0.5.6.2 && <0.8,
deepseq >=1.3 && < 1.6,
filepath >=1.4.0.0 && <1.5,
filepath >=1.4.0.0 && <1.6,
ghc-prim,
http-types >=0.8.6 && <0.13,
process >=1.2.3.0 && <1.7,
random >= 1.1 && < 1.3,
ref-tf >=0.4.0.1 && <0.6,
scientific >=0.3 && <0.4,
stm >=2.4.4 && <2.6,
time >=1.5.0.1 && <1.13,
time >=1.5.0.1 && <1.15,
unordered-containers >=0.2 && <0.3,
vector >=0.10 && <0.14,
unliftio-core >=0.1 && < 0.3
Expand Down Expand Up @@ -112,11 +112,11 @@ library
build-depends:
aeson >=0.11.3.0 && <2.3,
base >=4.9 && <5,
base-compat >=0.9.0 && <0.14,
base-compat >=0.9.0 && <0.15,
base64-bytestring >=1.0.0.1 && <1.3,
bytestring >=0.10.6.0 && <0.13,
exceptions >=0.8 && <0.11,
lens >=3.8.5 && <5.3,
lens >=3.8.5 && <5.4,
primitive >=0.6.1.0 && <0.10,
text >=1.2.1.3 && <1.3 || >= 2.0 && < 2.2,
transformers >=0.4.2.0 && <0.7
Expand Down

0 comments on commit 536a5ee

Please sign in to comment.