haskell-shakespeare-text: update to version 1.0.0.6

This commit is contained in:
Peter Simons 2013-07-21 15:37:56 +02:00
parent fdf9b9784c
commit f749af3daa

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-text";
version = "1.0.0.5";
sha256 = "176yzx43sh0fnxpszn8kximd6i96yf2s374z55kvc1kspf7jk736";
version = "1.0.0.6";
sha256 = "1qlf51rpyzgnxdhyfs6g3vh8zq5vyq263qhm577w7rc9s4hjxk45";
buildDepends = [ shakespeare text ];
testDepends = [ hspec HUnit text ];
meta = {