3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shakespeare-css: update to version 1.0.6.2

This commit is contained in:
Peter Simons 2013-07-21 15:37:56 +02:00
parent 8e736f12d4
commit e1c3350da4

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-css";
version = "1.0.6.1";
sha256 = "1hzq7z7yhb80f4qqnjjky5kva0j1lk4jp4h50j822jyn9xn783vw";
version = "1.0.6.2";
sha256 = "1w29k0k5124vygydavb6a5szrv5a6n9qqhf1f27bkk86br55vnw6";
buildDepends = [ parsec shakespeare text transformers ];
testDepends = [ hspec HUnit shakespeare text ];
meta = {