Skip to content
Commit 24c93619 authored by Leon Isenberg's avatar Leon Isenberg
Browse files

haskell: break dependency cycle between QuickCheck and semigroups for GHC < 8

The cycle:
QuickCheck -> semigroups
semigroups -> hashable
semigroups -> unordered-containers
unordered-containers -> hashable
unordered-containers -> QuickCheck # test suite only
hashable -> QuickCheck # test suite only
parent 1aa6d77a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment