Skip to content

Commit

Permalink
Fix bounds to allow GHC 8.8 - 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 2, 2021
1 parent 499a8bc commit faf7a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions visualize-cbn.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ executable visualize-cbn
CBN.Util.Doc.Style
CBN.Util.Map
CBN.Util.Snoc
build-depends: base >= 4.8 && < 4.13
, ansi-terminal >= 0.6 && < 0.7
build-depends: base >= 4.9 && < 4.17
, ansi-terminal >= 0.6 && < 0.12
, blaze-html >= 0.8 && < 0.10
, blaze-markup >= 0.7 && < 0.9
, containers >= 0.5 && < 0.6
, containers >= 0.5 && < 0.7
, data-default >= 0.7 && < 0.8
, optparse-applicative >= 0.12 && < 0.15
, optparse-applicative >= 0.12 && < 0.17
, parsec >= 3.1 && < 3.2
-- version shipped with ghc
, template-haskell
Expand Down

0 comments on commit faf7a39

Please sign in to comment.