haskell-yi: update to version 0.7.1
This commit is contained in:
parent
fbd5795852
commit
861061cf65
@ -1,25 +1,24 @@
|
|||||||
{ cabal, alex, binary, Cabal, cautiousFile, concreteTyperep
|
{ cabal, alex, binary, Cabal, cautiousFile, concreteTyperep
|
||||||
, dataAccessor, dataAccessorMtl, dataAccessorTemplate, derive, Diff
|
, dataAccessor, dataAccessorMtl, dataAccessorTemplate, derive, Diff
|
||||||
, dlist, dyre, filepath, fingertree, ghcPaths, glib, gtk, hashable
|
, dlist, dyre, filepath, fingertree, glib, gtk, hashable, hint
|
||||||
, hint, HUnit, mtl, pango, parsec, pointedlist, pureMD5, QuickCheck
|
, HUnit, mtl, pango, parsec, pointedlist, QuickCheck, random
|
||||||
, random, regexBase, regexTdfa, split, testFramework
|
, regexBase, regexTdfa, split, testFramework, testFrameworkHunit
|
||||||
, testFrameworkHunit, time, uniplate, unixCompat
|
, time, uniplate, unixCompat, unorderedContainers, utf8String, vty
|
||||||
, unorderedContainers, utf8String, vty, xdgBasedir
|
, xdgBasedir
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yi";
|
pname = "yi";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
sha256 = "0mzcjgp12k5mxb37r6chxsk726b1qxds49ch656bpgrg7n22w2j1";
|
sha256 = "111xg7qpjhsqf6pfr136wh8km3lrgpzghd9h5rlypafr61w59vly";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary Cabal cautiousFile concreteTyperep dataAccessor
|
binary Cabal cautiousFile concreteTyperep dataAccessor
|
||||||
dataAccessorMtl dataAccessorTemplate derive Diff dlist dyre
|
dataAccessorMtl dataAccessorTemplate derive Diff dlist dyre
|
||||||
filepath fingertree ghcPaths glib gtk hashable hint mtl pango
|
filepath fingertree glib gtk hashable hint mtl pango parsec
|
||||||
parsec pointedlist pureMD5 QuickCheck random regexBase regexTdfa
|
pointedlist QuickCheck random regexBase regexTdfa split time
|
||||||
split time uniplate unixCompat unorderedContainers utf8String vty
|
uniplate unixCompat unorderedContainers utf8String vty xdgBasedir
|
||||||
xdgBasedir
|
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit QuickCheck testFramework testFrameworkHunit
|
filepath HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user