From 2db01a7f84f6ea446f3581d974699dc2e2de57fa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Aug 2021 22:29:11 +0800 Subject: [PATCH] revise .cabal --- memory-0.15.0.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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