diff --git a/nettle.cabal b/nettle.cabal index cd24e7c..001651c 100644 --- a/nettle.cabal +++ b/nettle.cabal @@ -27,7 +27,7 @@ Flag UsePkgConfig Library hs-source-dirs: src Build-Depends: base >= 4 && < 5 - , bytestring >= 0.10.8 && < 0.11 + , bytestring >= 0.10.8 && < 0.13 , byteable >= 0.1.1 && < 0.2 , tagged >= 0.8.5 && < 0.9 , securemem >= 0.1.9 && < 0.2 @@ -57,7 +57,7 @@ Test-Suite test-ciphers hs-source-dirs: src/Tests Main-Is: Ciphers.hs Build-depends: base >= 4 && < 5 - , bytestring >= 0.10.8 && < 0.11 + , bytestring >= 0.10.8 && < 0.13 , QuickCheck >= 2 && < 3 , array >= 0.5.1 && < 0.6 , test-framework >= 0.3.3 && > 0.4 @@ -72,7 +72,7 @@ Test-Suite test-hashes hs-source-dirs: src/Tests Main-Is: Hash.hs Build-depends: base >= 4 && < 5 - , bytestring >= 0.10.8 && < 0.11 + , bytestring >= 0.10.8 && < 0.13 , tagged >= 0.8.5 && < 0.9 , array >= 0.5.1 && < 0.6 , test-framework >= 0.3.3 && > 0.4 @@ -86,7 +86,7 @@ Test-Suite test-hmac hs-source-dirs: src/Tests Main-Is: HMAC.hs Build-depends: base >= 4 && < 5 - , bytestring >= 0.10.8 && < 0.11 + , bytestring >= 0.10.8 && < 0.13 , tagged >= 0.8.5 && < 0.9 , array >= 0.5.1 && < 0.6 , test-framework >= 0.3.3 && > 0.4 @@ -100,7 +100,7 @@ Test-Suite test-umac hs-source-dirs: src/Tests Main-Is: UMAC.hs Build-depends: base >= 4 && < 5 - , bytestring >= 0.10.8 && < 0.11 + , bytestring >= 0.10.8 && < 0.13 , tagged >= 0.8.5 && < 0.9 , array >= 0.5.1 && < 0.6 , test-framework >= 0.3.3 && > 0.4