haskell-HaRe: updated to version 0.6.0.2
svn path=/nixpkgs/trunk/; revision=32238
This commit is contained in:
parent
da6e4f95d4
commit
d53d97ad5e
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaRe";
|
pname = "HaRe";
|
||||||
version = "0.6.0.1";
|
version = "0.6.0.2";
|
||||||
sha256 = "cd3fa312c7fa6a5f761bbc3ebdbc6300e83ba9e285047acded6269d2164d67f8";
|
sha256 = "13mi6z37fszrl97mll4injhq8dyhqzm344x7y2vw8krr5xjj3kw2";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ hint mtl network syb ];
|
buildDepends = [ hint mtl network syb ];
|
||||||
|
@ -1597,10 +1597,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
||||||
|
|
||||||
# 2012-02-09: Disabled because this package is clearly, and it won't compile with
|
HaRe = callPackage ../development/tools/haskell/HaRe {};
|
||||||
# any recent version of GHC. We should delete it unless anyone
|
|
||||||
# complains.
|
|
||||||
# HaRe = callPackage ../development/tools/haskell/HaRe {};
|
|
||||||
|
|
||||||
hlint = callPackage ../development/tools/haskell/hlint {};
|
hlint = callPackage ../development/tools/haskell/hlint {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user