1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

haskell-css-text: update to version 0.1.2.1

This commit is contained in:
Peter Simons 2014-03-19 11:45:03 +01:00
parent 053391eba5
commit c9de5a7000

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "css-text";
version = "0.1.2.0.1";
sha256 = "0j8d9kfs9j01gqlapaahyziphkx0f55g9bbz2wwix1si7954xxhp";
version = "0.1.2.1";
sha256 = "1xi1n2f0g8y43p95lynhcg50wxbq7hqfzbfzm7fy8mn7gvd920nw";
buildDepends = [ attoparsec text ];
testDepends = [ attoparsec hspec QuickCheck text ];
meta = {