diff --git a/llvm-pretty.cabal b/llvm-pretty.cabal index 85ce328..16e7f1a 100644 --- a/llvm-pretty.cabal +++ b/llvm-pretty.cabal @@ -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, @@ -70,7 +70,7 @@ Test-suite llvm-pretty-test -threaded Build-depends: llvm-pretty, - base, + base >= 4.11, pretty, tasty, tasty-hunit,