Skip to content

Commit

Permalink
Allow building with containers-0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 30, 2023
1 parent 45d5be6 commit 40331fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Library
base-compat-batteries >= 0.10 && < 0.14,
bytestring >= 0.10 && < 0.13,
colour >= 2.2 && < 2.4,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
data-default-class >= 0.0.1 && < 0.2,
fail == 4.9.*,
http-types >= 0.8 && < 0.13,
Expand Down
2 changes: 1 addition & 1 deletion examples/blank-canvas-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ executable blank-canvas-example-tictactoe
main-is: Main.hs
build-depends: base >= 4.9 && < 4.20,
blank-canvas,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
text >= 1.1 && < 2.2
hs-source-dirs: tictactoe
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion wiki-suite/wiki-suite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executable wiki-suite
build-depends: base >= 4.9 && < 4.20,
base-compat-batteries >= 0.10 && < 0.14,
blank-canvas,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
process >= 1.2 && < 1.7,
directory >= 1.2,
shake >= 0.14,
Expand Down

0 comments on commit 40331fa

Please sign in to comment.