spago: unbreak after update to ghc-8.8.2

This commit is contained in:
(cdep)illabout
2020-02-29 17:58:42 +09:00
committed by Peter Simons
parent 7b6f436300
commit 4e3b120db1
2 changed files with 9 additions and 2 deletions

View File

@@ -44,5 +44,4 @@ mkDerivation {
prePatch = "hpack";
homepage = "https://github.com/purescript/spago#readme";
license = stdenv.lib.licenses.bsd3;
broken = true; # Build is broken in lts-15.x.
}