Skip to content

Commit

Permalink
Allow building with base-compat-0.14.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 30, 2024
1 parent 9e3f6c6 commit cc3f0b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Library
build-depends: aeson >= 1.4.4 && < 2.3,
base64-bytestring >= 1.0 && < 1.3,
base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
bytestring >= 0.10 && < 0.13,
colour >= 2.2 && < 2.4,
containers >= 0.5 && < 0.8,
Expand Down
8 changes: 4 additions & 4 deletions examples/blank-canvas-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ executable blank-canvas-example-html5canvastutorial
main-is: Main.hs
other-modules: Paths_blank_canvas_examples
build-depends: base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
blank-canvas,
text >= 1.1 && < 2.2
hs-source-dirs: html5canvastutorial
Expand All @@ -76,7 +76,7 @@ executable blank-canvas-example-keyread
buildable: False
main-is: Main.hs
build-depends: base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
blank-canvas,
text >= 1.1 && < 2.2
hs-source-dirs: keyread
Expand Down Expand Up @@ -128,7 +128,7 @@ executable blank-canvas-example-text
buildable: False
main-is: Main.hs
build-depends: base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
blank-canvas,
text >= 1.1 && < 2.2
hs-source-dirs: text
Expand Down Expand Up @@ -214,7 +214,7 @@ executable blank-canvas-example-cursor
main-is: Main.hs
other-modules: Paths_blank_canvas_examples
build-depends: base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
blank-canvas,
keys >= 3.10,
text >= 1.1 && < 2.2
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 @@ -21,7 +21,7 @@ data-files: images/Haskell.jpg

executable wiki-suite
build-depends: base >= 4.11 && < 4.21,
base-compat >= 0.11 && < 0.14,
base-compat >= 0.11 && < 0.15,
blank-canvas,
containers >= 0.5 && < 0.8,
directory ,
Expand Down

0 comments on commit cc3f0b7

Please sign in to comment.