haskell-token-utils: the package is broken with GHC 7.8.3
This commit is contained in:
parent
f1fb0bf27b
commit
cc476c02bd
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue