Skip to content
Snippets Groups Projects
Unverified Commit ce8039f6 authored by Emily Pillmore's avatar Emily Pillmore :ocean: Committed by GitHub
Browse files

Merge pull request #7336 from fgaz/base16-bytestring-really-this-time

Actually propagate base16-bytestring 1.0 to all cabal files
parents a7890db3 6c36f257
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ library cabal-lib-client
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base >= 4.8 && < 4.15,
base16-bytestring >= 0.1.1 && < 0.2,
base16-bytestring >= 0.1.1 && < 1.1.0.0,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
Cabal == 3.5.*,
......
......@@ -267,7 +267,7 @@ executable cabal
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base >= 4.8 && < 4.15,
base16-bytestring >= 0.1.1 && < 0.2,
base16-bytestring >= 0.1.1 && < 1.1.0.0,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
Cabal == 3.5.*,
......
......@@ -16,7 +16,7 @@ Version: 3.5.0.0
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base >= 4.8 && < 4.15,
base16-bytestring >= 0.1.1 && < 0.2,
base16-bytestring >= 0.1.1 && < 1.1.0.0,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.11,
Cabal == 3.5.*,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment