Skip to content

Commit

Permalink
Allow building with base-4.19.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 7, 2023
1 parent 3b42c45 commit ec01744
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.19,
build-depends: base >= 4.7 && < 4.20,
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.19,
build-depends: base >= 4.7 && < 4.20,
blank-canvas >= 0.5 && < 0.8,
simple-affine-space >= 0.1 && < 0.3,
text >= 1.1 && < 2.1,
Expand Down

0 comments on commit ec01744

Please sign in to comment.