From 289f394a30fb7a62207add24c0f7af501ae308db Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Mon, 1 May 2017 09:50:34 -0400 Subject: [PATCH] Bring dependencies up to date --- utf8-string.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index 20b96fd..262bc20 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -24,7 +24,7 @@ source-repository head library Ghc-options: -W -O2 - build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9 + build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9 Exposed-modules: Codec.Binary.UTF8.String Codec.Binary.UTF8.Generic @@ -37,5 +37,5 @@ library test-suite unit-tests type: exitcode-stdio-1.0 main-is: tests/Tests.hs - build-depends: base, HUnit >= 1.3 && < 1.4 + build-depends: base, HUnit >= 1.3 && < 1.7 default-language: Haskell2010 -- GitLab