Skip to content

Commit

Permalink
Raise upper bound on bytestring to < 0.13.
Browse files Browse the repository at this point in the history
Closes #11.
  • Loading branch information
clinty committed Feb 10, 2024
1 parent 0fb94a2 commit 86a787c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nettle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 86a787c

Please sign in to comment.