haskell-ariadne: broken by recent update to haskell-names

This commit is contained in:
Peter Simons 2014-12-16 13:34:20 +01:00
parent 9f4bb630d9
commit e3e36120ba
1 changed files with 1 additions and 0 deletions

View File

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