forked from mirrors/nixpkgs
haskell-tagsoup: updated to version 0.12.3
svn path=/nixpkgs/trunk/; revision=28527
This commit is contained in:
parent
7a0ad70b63
commit
9518d00ff8
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tagsoup";
|
pname = "tagsoup";
|
||||||
version = "0.12.2";
|
version = "0.12.3";
|
||||||
sha256 = "066nmp4fd5pcx9xiq7lhxcrhmnhkxk8z7zx5laa19bbb8jbjjl4y";
|
sha256 = "0f41kc6kdzslyhskyql431nq0kkdzf13vn9saqi48ycajnrm1vcb";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
|
|
Loading…
Reference in a new issue