haskell-shakespeare-i18n: update to version 1.0.0.5

This commit is contained in:
Peter Simons 2013-12-09 13:03:22 +01:00
parent f664af5337
commit d7588eae79

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-i18n";
version = "1.0.0.4";
sha256 = "1ia73rq9kva2v4vxcyc2nzbvvkrbwrx48gjhnljx39szx1klyk3l";
version = "1.0.0.5";
sha256 = "0f6i9pxr1lmqwcarb48swhrgab8hpkr46cv16psmbq67dr6h1dgf";
buildDepends = [ parsec shakespeare text ];
testDepends = [ hspec text ];
meta = {