3
0
Fork 0
forked from mirrors/nixpkgs

HaRe: remove broken package until it supports GHC 7.8.3

This commit is contained in:
Peter Simons 2014-08-09 12:04:03 +02:00
parent ad42c60b91
commit c00e814202
2 changed files with 0 additions and 38 deletions

View file

@ -1,36 +0,0 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, deepseq, Diff, dualTree, filepath, ghcMod, ghcPaths
, ghcSybUtils, haskellTokenUtils, hslogger, hspec, HUnit
, monoidExtras, mtl, parsec, QuickCheck, rosezipper, semigroups
, silently, StrafunskiStrategyLib, stringbuilder, syb, syz, time
, transformers
}:
cabal.mkDerivation (self: {
pname = "HaRe";
version = "0.7.2.6";
sha256 = "0fvnif75sjgi4388in8fdvgvaxb0s9cgnqf7i583rxlxjibx44ai";
isLibrary = true;
isExecutable = true;
buildDepends = [
dualTree filepath ghcMod ghcPaths ghcSybUtils haskellTokenUtils
hslogger monoidExtras mtl parsec rosezipper semigroups
StrafunskiStrategyLib syb syz time transformers
];
testDepends = [
deepseq Diff dualTree filepath ghcMod ghcPaths ghcSybUtils
haskellTokenUtils hslogger hspec HUnit monoidExtras mtl QuickCheck
rosezipper semigroups silently StrafunskiStrategyLib stringbuilder
syb syz time transformers
];
jailbreak = true;
meta = {
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
description = "the Haskell Refactorer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -2839,8 +2839,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
HaRe = callPackage ../development/tools/haskell/HaRe {};
haskdogs = callPackage ../development/tools/haskell/haskdogs {};
hasktags = callPackage ../development/tools/haskell/hasktags {};