2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-19 10:11:28 +00:00
|
|
|
{ cabal, attoparsec, hspec, QuickCheck, text }:
|
2011-08-10 00:20:28 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "css-text";
|
2014-03-19 10:45:03 +00:00
|
|
|
version = "0.1.2.1";
|
|
|
|
sha256 = "1xi1n2f0g8y43p95lynhcg50wxbq7hqfzbfzm7fy8mn7gvd920nw";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ attoparsec text ];
|
2014-02-19 10:11:28 +00:00
|
|
|
testDepends = [ attoparsec hspec QuickCheck text ];
|
2011-08-10 00:20:28 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "CSS parser and renderer";
|
2011-08-10 00:20:28 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|