haskell-css-text: updated to version 0.1.1
svn path=/nixpkgs/trunk/; revision=30692
This commit is contained in:
parent
efe6980303
commit
4771d7a957
@ -1,10 +1,10 @@
|
|||||||
{ cabal, attoparsecText, text }:
|
{ cabal, attoparsec, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "css-text";
|
pname = "css-text";
|
||||||
version = "0.1.0.1";
|
version = "0.1.1";
|
||||||
sha256 = "004ky2s6jmiliw8faja5kzp99i36qf56cixvn43n3pnq8gg26kfi";
|
sha256 = "10vb08rnfq987w7wrirw8ib1kzafxaaancswm4xpw46ha3rq1m0y";
|
||||||
buildDepends = [ attoparsecText text ];
|
buildDepends = [ attoparsec 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