Skip to content

Commit

Permalink
Allow building with text-2.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Dec 26, 2021
1 parent a6c7269 commit abe5262
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Library
scotty >= 0.10 && < 0.13,
semigroups >= 0.18 && < 1,
stm >= 2.2 && < 2.6,
text >= 1.1 && < 1.3,
text >= 1.1 && < 2.1,
text-show >= 2 && < 4,
transformers >= 0.3 && < 0.6,
wai == 3.*,
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: a13cd9e59d3011ba8ef04628ec439d2b629a42e6
tag: 0357ff95973a5bd82c91f92b58654a7165d2950f
18 changes: 9 additions & 9 deletions examples/blank-canvas-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ executable blank-canvas-example-html5canvastutorial
build-depends: base >= 4.11 && < 4.16,
base-compat >= 0.11 && < 0.13,
blank-canvas,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: html5canvastutorial
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -75,7 +75,7 @@ executable blank-canvas-example-keyread
build-depends: base >= 4.11 && < 4.16,
base-compat >= 0.11 && < 0.13,
blank-canvas,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: keyread
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand Down Expand Up @@ -127,7 +127,7 @@ executable blank-canvas-example-text
build-depends: base >= 4.11 && < 4.16,
base-compat >= 0.11 && < 0.13,
blank-canvas,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: text
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -141,7 +141,7 @@ executable blank-canvas-example-tictactoe
build-depends: base >= 4.11&& < 4.16,
blank-canvas,
containers >= 0.5 && < 0.7,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: tictactoe
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -155,7 +155,7 @@ executable blank-canvas-example-bounce
main-is: Main.hs
build-depends: base >= 4.11&& < 4.16,
blank-canvas,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: bounce
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -169,7 +169,7 @@ executable blank-canvas-example-bounce
-- other-modules: Paths_blank_canvas_examples
-- build-depends: base >= 4.11&& < 4.16,
-- blank-canvas,
-- text >= 1.1 && < 1.3
-- text >= 1.1 && < 2.1
-- hs-source-dirs: audio
-- default-language: Haskell2010
-- GHC-options: -threaded -Wall
Expand All @@ -182,7 +182,7 @@ executable blank-canvas-example-bounce
-- main-is: Main.hs
-- build-depends: base >= 4.11&& < 4.16,
-- blank-canvas,
-- text >= 1.1 && < 1.3
-- text >= 1.1 && < 2.1
-- hs-source-dirs: bounceAudio
-- default-language: Haskell2010
-- GHC-options: -threaded -Wall
Expand All @@ -196,7 +196,7 @@ executable blank-canvas-example-bounce
-- other-modules: Paths_blank_canvas_examples
-- build-depends: base >= 4.11&& < 4.16,
-- blank-canvas,
-- text >= 1.1 && < 1.3,
-- text >= 1.1 && < 2.1,
-- stm >= 2.2 && < 2.6
-- hs-source-dirs: playbar
-- default-language: Haskell2010
Expand All @@ -213,7 +213,7 @@ executable blank-canvas-example-cursor
base-compat >= 0.11 && < 0.13,
blank-canvas,
keys >= 3.10,
text >= 1.1 && < 1.3
text >= 1.1 && < 2.1
hs-source-dirs: cursor
default-language: Haskell2010
GHC-options: -threaded -Wall
2 changes: 1 addition & 1 deletion wiki-suite/wiki-suite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executable wiki-suite
process >= 1.2 && < 1.7,
stm >= 2.2 && < 2.6,
shake >= 0.17 && < 0.20,
text >= 1.1 && < 1.3,
text >= 1.1 && < 2.1,
time >= 1.4 && < 1.10,
unix >= 2.7 && < 2.8,
vector >= 0.10 && < 0.13
Expand Down

0 comments on commit abe5262

Please sign in to comment.