Skip to content

Commit

Permalink
bump minimum bound for base
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Feb 27, 2024
1 parent 1977949 commit fa5a45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm-pretty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Library
Text.LLVM.Triple.Parse.LookupTable
Text.LLVM.Util

Build-depends: base >= 4.9 && < 5,
Build-depends: base >= 4.11 && < 5,
containers >= 0.4,
parsec >= 3,
pretty >= 1.0.1,
Expand All @@ -70,7 +70,7 @@ Test-suite llvm-pretty-test
-threaded
Build-depends:
llvm-pretty,
base,
base >= 4.11,
pretty,
tasty,
tasty-hunit,
Expand Down

0 comments on commit fa5a45c

Please sign in to comment.