haskell-HaRe: update to version 0.7.0.1
This commit is contained in:
parent
eedc69957a
commit
b94cf8c733
@ -1,12 +1,24 @@
|
|||||||
{ cabal, filepath, hint, mtl, network, syb }:
|
{ cabal, cmdtheline, deepseq, Diff, filepath, ghcMod, ghcPaths
|
||||||
|
, ghcSybUtils, hslogger, hspec, HUnit, mtl, parsec, QuickCheck
|
||||||
|
, rosezipper, silently, StrafunskiStrategyLib, stringbuilder, syb
|
||||||
|
, syz, time, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaRe";
|
pname = "HaRe";
|
||||||
version = "0.6.0.2";
|
version = "0.7.0.1";
|
||||||
sha256 = "13mi6z37fszrl97mll4injhq8dyhqzm344x7y2vw8krr5xjj3kw2";
|
sha256 = "1ykbyc6p71k6rs85vcsjgk47cxd2lda3iw78jzs0fx43qr1dywnl";
|
||||||
isLibrary = false;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath hint mtl network syb ];
|
buildDepends = [
|
||||||
|
cmdtheline filepath ghcMod ghcPaths ghcSybUtils hslogger mtl parsec
|
||||||
|
rosezipper StrafunskiStrategyLib syb syz time transformers
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
deepseq Diff filepath ghcMod ghcPaths ghcSybUtils hslogger hspec
|
||||||
|
HUnit mtl QuickCheck rosezipper silently StrafunskiStrategyLib
|
||||||
|
stringbuilder syb syz time transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.kent.ac.uk/projects/refactor-fp";
|
homepage = "http://www.cs.kent.ac.uk/projects/refactor-fp";
|
||||||
description = "the Haskell Refactorer";
|
description = "the Haskell Refactorer";
|
||||||
|
Loading…
Reference in New Issue
Block a user