haskell-shakespeare-text: update to version 1.0.0.9

This commit is contained in:
Peter Simons 2013-12-01 23:29:10 +01:00
parent 9c5ec1a833
commit c7da217c22

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-text";
version = "1.0.0.8";
sha256 = "0gf4gsdfjz9c15wvxz886gjzzifgzanfhblgab15inl2rblirv7l";
version = "1.0.0.9";
sha256 = "1rh1dwmc7xam76isa6cwc25rcricakc7ay54hz01fpiy059imx52";
buildDepends = [ shakespeare text ];
testDepends = [ hspec HUnit text ];
meta = {