haskell-css-text: updated to version 0.1.1

svn path=/nixpkgs/trunk/; revision=30692
This commit is contained in:
Peter Simons 2011-12-02 11:47:12 +00:00
parent efe6980303
commit 4771d7a957

@ -1,10 +1,10 @@
{ cabal, attoparsecText, text }:
{ cabal, attoparsec, text }:
cabal.mkDerivation (self: {
pname = "css-text";
version = "0.1.0.1";
sha256 = "004ky2s6jmiliw8faja5kzp99i36qf56cixvn43n3pnq8gg26kfi";
buildDepends = [ attoparsecText text ];
version = "0.1.1";
sha256 = "10vb08rnfq987w7wrirw8ib1kzafxaaancswm4xpw46ha3rq1m0y";
buildDepends = [ attoparsec text ];
meta = {
homepage = "http://www.yesodweb.com/";
description = "CSS parser and renderer";