haskell-token-utils: the package is broken with GHC 7.8.3

This commit is contained in:
Peter Simons 2014-08-09 00:29:08 +02:00
parent f1fb0bf27b
commit cc476c02bd
1 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,7 @@ cabal.mkDerivation (self: {
description = "Utilities to tie up tokens to an AST";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})