diff --git a/memory-0.15.0.cabal b/memory-0.15.0.cabal index 801b531..61b7117 100644 --- a/memory-0.15.0.cabal +++ b/memory-0.15.0.cabal @@ -1,6 +1,6 @@ Name: memory version: 0.15.0 -x-revision: 1 +x-revision: 2 Synopsis: memory and related abstraction stuff Description: Chunk of memory, polymorphic byte array management and manipulation @@ -82,7 +82,7 @@ Library Data.ByteArray.MemView Data.ByteArray.View - build-depends: base >= 4.9 && < 5 + build-depends: base >= 4.9 && < 4.15 if impl(ghc < 8.0) build-depends: base else