haskell-yi: update to version 0.11.1
cc @peti ; I took the courtesy to cherry-pick your yi-rope update ahead
This commit is contained in:
parent
0b372455ce
commit
b8c561451f
@ -1,27 +1,27 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, Cabal, cautiousFile, dataDefault, derive, dlist
|
{ cabal, binary, Cabal, cautiousFile, dataDefault, derive, dlist
|
||||||
, dynamicState, dyre, filepath, glib, gtk, hashable, hint, HUnit
|
, dynamicState, dyre, exceptions, filepath, glib, gtk, hashable
|
||||||
, lens, mtl, ooPrototypes, pango, parsec, pointedlist, QuickCheck
|
, hint, HUnit, lens, mtl, ooPrototypes, pango, parsec, pointedlist
|
||||||
, random, regexBase, regexTdfa, safe, semigroups, split, tagged
|
, QuickCheck, random, regexBase, regexTdfa, safe, semigroups, split
|
||||||
, tasty, tastyHunit, tastyQuickcheck, text, time, transformersBase
|
, tagged, tasty, tastyHunit, tastyQuickcheck, text, time
|
||||||
, unixCompat, unorderedContainers, utf8String, vty, wordTrie
|
, transformersBase, unixCompat, unorderedContainers, utf8String
|
||||||
, xdgBasedir, yiLanguage, yiRope
|
, vty, wordTrie, xdgBasedir, yiLanguage, yiRope
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yi";
|
pname = "yi";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
sha256 = "1da5wnqx1z8d809dydqr97jh8n5g9phh06lvkgc32hib2rybh5yx";
|
sha256 = "15m1wwrxmszl930az79lpgyz5rxg72gy8vi17ibpac1cszfdx192";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary Cabal cautiousFile dataDefault derive dlist dynamicState
|
binary Cabal cautiousFile dataDefault derive dlist dynamicState
|
||||||
dyre filepath glib gtk hashable hint lens mtl ooPrototypes pango
|
dyre exceptions filepath glib gtk hashable hint lens mtl
|
||||||
parsec pointedlist QuickCheck random regexBase regexTdfa safe
|
ooPrototypes pango parsec pointedlist QuickCheck random regexBase
|
||||||
semigroups split tagged text time transformersBase unixCompat
|
regexTdfa safe semigroups split tagged text time transformersBase
|
||||||
unorderedContainers utf8String vty wordTrie xdgBasedir yiLanguage
|
unixCompat unorderedContainers utf8String vty wordTrie xdgBasedir
|
||||||
yiRope
|
yiLanguage yiRope
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit lens QuickCheck semigroups tasty tastyHunit
|
filepath HUnit lens QuickCheck semigroups tasty tastyHunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user