haskell-css-text: update to version 0.1.2.0.1
This commit is contained in:
parent
0c008eb857
commit
65972a5724
@ -1,11 +1,11 @@
|
|||||||
{ cabal, attoparsec, hspec, HUnit, QuickCheck, text }:
|
{ cabal, attoparsec, hspec, QuickCheck, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "css-text";
|
pname = "css-text";
|
||||||
version = "0.1.1";
|
version = "0.1.2.0.1";
|
||||||
sha256 = "10vb08rnfq987w7wrirw8ib1kzafxaaancswm4xpw46ha3rq1m0y";
|
sha256 = "0j8d9kfs9j01gqlapaahyziphkx0f55g9bbz2wwix1si7954xxhp";
|
||||||
buildDepends = [ attoparsec text ];
|
buildDepends = [ attoparsec text ];
|
||||||
testDepends = [ attoparsec hspec HUnit QuickCheck text ];
|
testDepends = [ attoparsec hspec QuickCheck text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "CSS parser and renderer";
|
description = "CSS parser and renderer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user