A new version of hashable isn't compitable with our ghcjs. A max bound version is needed in the Cabal file
This commit is contained in:
parent
e5f1604a9d
commit
a4aacc9475
1 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,5 @@ packages:
|
||||||
-- we need to tell cabal we are using GHCJS
|
-- we need to tell cabal we are using GHCJS
|
||||||
compiler: ghcjs
|
compiler: ghcjs
|
||||||
tests: True
|
tests: True
|
||||||
|
|
||||||
|
constraints: hashable <=1.3.3.0
|
||||||
|
|
Loading…
Reference in a new issue