ihaskell: broken by the recent classy-prelude update

@edwtjo: http://hydra.cryp.to/build/208767/nixlog/1/raw
This commit is contained in:
Peter Simons 2014-10-21 23:04:15 +02:00
parent 6b73aaed7f
commit 5e03d07621

View file

@ -46,5 +46,6 @@ cabal.mkDerivation (self: {
license = licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with maintainers; [ edwtjo ];
broken = true;
};
})