haskell-ipprint: build is broken because Extra doesn't compile

This commit is contained in:
Peter Simons 2014-10-14 16:09:44 +02:00
parent 563244e8c6
commit 217567d723

View file

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "Tiny helper for pretty-printing values in ghci console";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})