haskell-tagsoup: update to version 0.13
This commit is contained in:
parent
ec01cd0af8
commit
d40058b46f
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tagsoup";
|
pname = "tagsoup";
|
||||||
version = "0.12.8";
|
version = "0.13";
|
||||||
sha256 = "05cm9h80qmxvk7xhlgly9zcmpbsajagspaa8p6k4ddch6q9lj7m3";
|
sha256 = "1pfkcfrmhzxplfkdzb0zj24dfsddw91plqp3mg2gqkv82y8blzk1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
|
|
Loading…
Reference in New Issue