idris: broken by recent Haskell updates

http://hydra.cryp.to/build/190927/nixlog/1/raw
This commit is contained in:
Peter Simons 2014-09-12 13:05:42 +02:00
parent 7783d1f147
commit 686ea115a9

View file

@ -31,5 +31,6 @@ cabal.mkDerivation (self: {
description = "Functional Programming Language with Dependent Types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})