3
0
Fork 0
forked from mirrors/nixpkgs

haskell-tagsoup: updated to version 0.12.3

svn path=/nixpkgs/trunk/; revision=28527
This commit is contained in:
Peter Simons 2011-08-12 18:43:24 +00:00
parent 7a0ad70b63
commit 9518d00ff8

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "tagsoup";
version = "0.12.2";
sha256 = "066nmp4fd5pcx9xiq7lhxcrhmnhkxk8z7zx5laa19bbb8jbjjl4y";
version = "0.12.3";
sha256 = "0f41kc6kdzslyhskyql431nq0kkdzf13vn9saqi48ycajnrm1vcb";
isLibrary = true;
isExecutable = true;
buildDepends = [ text ];