Skip to content

Commit

Permalink
Allow bytestring-0.12 (fixes #84)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshabanov committed Sep 30, 2023
1 parent 22bafa0 commit 8f8f5bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HsOpenSSL.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Custom-setup
Library
Build-Depends:
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.12,
bytestring >= 0.9 && < 0.13,
network >= 2.1 && < 3.2,
time >= 1.5 && < 1.13

Expand Down Expand Up @@ -163,7 +163,7 @@ Test-Suite test-dsa
Build-Depends:
HsOpenSSL,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.12
bytestring >= 0.9 && < 0.13
Default-Language:
Haskell2010
GHC-Options:
Expand All @@ -190,7 +190,7 @@ Test-Suite test-evp-base64
Build-Depends:
HsOpenSSL,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.12
bytestring >= 0.9 && < 0.13
Default-Language:
Haskell2010
GHC-Options:
Expand All @@ -204,7 +204,7 @@ Test-Suite test-evp-digest
Build-Depends:
HsOpenSSL,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.12
bytestring >= 0.9 && < 0.13
Default-Language:
Haskell2010
GHC-Options:
Expand Down

0 comments on commit 8f8f5bf

Please sign in to comment.