Skip to content

Commit

Permalink
Allow base-compat-{0.13,0.14}
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Aug 24, 2024
1 parent 2b0d042 commit c6f7668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wl-pprint-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Library
Exposed-modules: Text.PrettyPrint.Leijen.Text,
Text.PrettyPrint.Leijen.Text.Monadic
Build-depends: base >= 4.5.0.0 && < 5,
base-compat >= 0.10 && < 0.13,
base-compat >= 0.10 && < 0.15,
text >= 0.11.0.0 && < 2.1
Default-language: Haskell98
GHC-Options: -Wall

0 comments on commit c6f7668

Please sign in to comment.