mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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: {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user