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 7be31bf commit d0eb7e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
tag: fc7da7e31a96562bfd1b0c4b9e496d11c8126d43
tag: 1c449b0e2f7fc2eee6a0708139e21bb307f4b964
package blank-canvas-examples
flags: +examples
Expand Down
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Library
base-compat >= 0.11 && < 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.*,
free,
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ package blank-canvas-examples
source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
tag: fc7da7e31a96562bfd1b0c4b9e496d11c8126d43
tag: 1c449b0e2f7fc2eee6a0708139e21bb307f4b964
2 changes: 1 addition & 1 deletion examples/blank-canvas-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ executable blank-canvas-example-tictactoe
main-is: Main.hs
build-depends: base >= 4.11&& < 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 @@ -23,7 +23,7 @@ executable wiki-suite
build-depends: base >= 4.11 && < 4.20,
base-compat >= 0.11 && < 0.14,
blank-canvas,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
directory ,
open-browser >= 0.2.1,
process >= 1.2 && < 1.7,
Expand Down

0 comments on commit d0eb7e2

Please sign in to comment.