Skip to content

Commit

Permalink
Update containers upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 13, 2024
1 parent 16e675a commit fab7b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsaddle-warp/jsaddle-warp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
build-depends:
aeson >=0.8.0.2 && <2.3,
bytestring >=0.10.6.0 && <0.13,
containers >=0.5.6.2 && <0.7,
containers >=0.5.6.2 && <0.8,
foreign-store >=0.2 && <0.3,
http-types >=0.8.6 && <0.13,
jsaddle >=0.9.4.0 && <0.10,
Expand Down
2 changes: 1 addition & 1 deletion jsaddle/jsaddle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
else
build-depends:
attoparsec >=0.11 && <0.15,
containers >=0.5.6.2 && <0.7,
containers >=0.5.6.2 && <0.8,
deepseq >=1.3 && < 1.6,
filepath >=1.4.0.0 && <1.5,
ghc-prim,
Expand Down

0 comments on commit fab7b70

Please sign in to comment.