From 4771d7a9576cebe43fd181f67b1a3e2f94d0ebdc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 2 Dec 2011 11:47:12 +0000 Subject: [PATCH] haskell-css-text: updated to version 0.1.1 svn path=/nixpkgs/trunk/; revision=30692 --- pkgs/development/libraries/haskell/css-text/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/css-text/default.nix b/pkgs/development/libraries/haskell/css-text/default.nix index efd0f6419200..609eb593ebba 100644 --- a/pkgs/development/libraries/haskell/css-text/default.nix +++ b/pkgs/development/libraries/haskell/css-text/default.nix @@ -1,10 +1,10 @@ -{ cabal, attoparsecText, text }: +{ cabal, attoparsec, text }: cabal.mkDerivation (self: { pname = "css-text"; - version = "0.1.0.1"; - sha256 = "004ky2s6jmiliw8faja5kzp99i36qf56cixvn43n3pnq8gg26kfi"; - buildDepends = [ attoparsecText text ]; + version = "0.1.1"; + sha256 = "10vb08rnfq987w7wrirw8ib1kzafxaaancswm4xpw46ha3rq1m0y"; + buildDepends = [ attoparsec text ]; meta = { homepage = "http://www.yesodweb.com/"; description = "CSS parser and renderer";