forked from mirrors/nixpkgs
haskell-HaRe: update to version 0.7.0.9
This commit is contained in:
parent
e6fb232723
commit
95d31aa306
|
@ -1,23 +1,26 @@
|
|||
{ cabal, cmdtheline, deepseq, Diff, filepath, ghcMod, ghcPaths
|
||||
, ghcSybUtils, hslogger, hspec, HUnit, mtl, parsec, QuickCheck
|
||||
, rosezipper, silently, StrafunskiStrategyLib, stringbuilder, syb
|
||||
, syz, time, transformers
|
||||
{ cabal, deepseq, Diff, dualTree, filepath, ghcMod, ghcPaths
|
||||
, ghcSybUtils, hslogger, hspec, HUnit, monoidExtras, mtl, parsec
|
||||
, QuickCheck, rosezipper, semigroups, silently
|
||||
, StrafunskiStrategyLib, stringbuilder, syb, syz, time
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "HaRe";
|
||||
version = "0.7.0.7";
|
||||
sha256 = "0pgl5mav4sqc453by7nddf5fz7nj231072bklzj6crcph7qw4zy4";
|
||||
version = "0.7.0.9";
|
||||
sha256 = "1a3kf6hdzchcyb743l6ikyw3nclcy8g7a5kaj4jgxqvmss9z73f1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
cmdtheline filepath ghcMod ghcPaths ghcSybUtils hslogger mtl parsec
|
||||
rosezipper StrafunskiStrategyLib syb syz time transformers
|
||||
dualTree filepath ghcMod ghcPaths ghcSybUtils hslogger monoidExtras
|
||||
mtl parsec rosezipper semigroups 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
|
||||
deepseq Diff dualTree filepath ghcMod ghcPaths ghcSybUtils hslogger
|
||||
hspec HUnit monoidExtras mtl QuickCheck rosezipper semigroups
|
||||
silently StrafunskiStrategyLib stringbuilder syb syz time
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue