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:
akhesacaro 2021-10-02 13:20:05 +02:00
parent e5f1604a9d
commit a4aacc9475
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ packages:
-- we need to tell cabal we are using GHCJS
compiler: ghcjs
tests: True
constraints: hashable <=1.3.3.0