haskell-css-text: update to version 0.1.2.0.1

This commit is contained in:
Peter Simons 2014-02-19 11:11:28 +01:00
parent 0c008eb857
commit 65972a5724

View File

@ -1,11 +1,11 @@
{ cabal, attoparsec, hspec, HUnit, QuickCheck, text }:
{ cabal, attoparsec, hspec, QuickCheck, text }:
cabal.mkDerivation (self: {
pname = "css-text";
version = "0.1.1";
sha256 = "10vb08rnfq987w7wrirw8ib1kzafxaaancswm4xpw46ha3rq1m0y";
version = "0.1.2.0.1";
sha256 = "0j8d9kfs9j01gqlapaahyziphkx0f55g9bbz2wwix1si7954xxhp";
buildDepends = [ attoparsec text ];
testDepends = [ attoparsec hspec HUnit QuickCheck text ];
testDepends = [ attoparsec hspec QuickCheck text ];
meta = {
homepage = "http://www.yesodweb.com/";
description = "CSS parser and renderer";