Skip to content
Snippets Groups Projects
Unverified Commit ddcea52a authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by Mikhail Glushenkov
Browse files

Cabal: Allow binary 0.10 (#5492)

This will be necessary for GHC 8.6. Please do cherry-pick into the stable branch.

(cherry picked from commit 4dad0ccd)
parent 7d7dd31b
Branches fix-typo
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ library
if flag(bundled-binary-generic)
build-depends: binary >= 0.5.1.1 && < 0.7
else
build-depends: binary >= 0.7 && < 0.9
build-depends: binary >= 0.7 && < 0.11
if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.9
......
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