Skip to content

Commit

Permalink
Allow building with text-2.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 27, 2023
1 parent bc4d29b commit 45d5be6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Library
scotty >= 0.10 && < 0.13,
semigroups >= 0.18 && < 1,
stm >= 2.2 && < 2.6,
text >= 1.1 && < 2.1,
text >= 1.1 && < 2.2,
text-show >= 2 && < 4,
transformers >= 0.3 && < 0.7,
wai == 3.*,
Expand Down
12 changes: 6 additions & 6 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.9 && < 4.20,
base-compat-batteries >= 0.10 && < 0.14,
blank-canvas,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
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.9 && < 4.20,
base-compat-batteries >= 0.10 && < 0.14,
blank-canvas,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
hs-source-dirs: keyread
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand Down Expand Up @@ -125,7 +125,7 @@ executable blank-canvas-example-text
build-depends: base >= 4.9 && < 4.20,
base-compat-batteries >= 0.10 && < 0.14,
blank-canvas,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
hs-source-dirs: text
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -139,7 +139,7 @@ executable blank-canvas-example-tictactoe
build-depends: base >= 4.9 && < 4.20,
blank-canvas,
containers >= 0.5 && < 0.7,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
hs-source-dirs: tictactoe
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand All @@ -154,7 +154,7 @@ executable blank-canvas-example-bounce
build-depends: base >= 4.9 && < 4.20,
blank-canvas,
streams >= 0.1,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
hs-source-dirs: bounce
default-language: Haskell2010
GHC-options: -threaded -Wall
Expand Down Expand Up @@ -183,7 +183,7 @@ executable blank-canvas-example-cursor
base-compat-batteries >= 0.10 && < 0.14,
blank-canvas,
keys >= 3.10,
text >= 1.1 && < 2.1
text >= 1.1 && < 2.2
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 @@ -31,7 +31,7 @@ executable wiki-suite
shake >= 0.14,
stm >= 2.2 && < 2.6,
streams >= 0.1,
text >= 1.1 && < 2.1,
text >= 1.1 && < 2.2,
time >= 1.4 && < 1.13,
unix >= 2.7 && < 2.9,
vector >= 0.10 && < 0.14
Expand Down

0 comments on commit 45d5be6

Please sign in to comment.