Skip to content

Commit

Permalink
Allow building with base-4.20.* (GHC 9.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 20, 2024
1 parent 0677441 commit 7c3fb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yampa-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source-repository head
library
exposed-modules: FRP.Yampa.Canvas
other-extensions: ScopedTypeVariables
build-depends: base >= 4.7 && < 4.20,
build-depends: base >= 4.7 && < 4.21,
blank-canvas >= 0.5 && < 0.8,
stm >= 2.4 && < 2.6,
time >= 1.4 && < 1.13,
Expand All @@ -48,7 +48,7 @@ executable yampa-canvas-bouncing-balls
buildable: True
else
buildable: False
build-depends: base >= 4.7 && < 4.20,
build-depends: base >= 4.7 && < 4.21,
blank-canvas >= 0.5 && < 0.8,
simple-affine-space >= 0.1 && < 0.3,
text >= 1.1 && < 2.2,
Expand Down

0 comments on commit 7c3fb11

Please sign in to comment.