haskell-shakespeare-text: update to version 1.0.1

This commit is contained in:
Peter Simons 2014-02-10 11:06:38 +01:00
parent 266698152a
commit 5831b35f0b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-text";
version = "1.0.0.10";
sha256 = "0az3l70syb7ch5fb4i0nlibgh7wcrzqnqmlp1w5h68s796g5rjlb";
version = "1.0.1";
sha256 = "1vxy1d8r9wd8qijmy2jm7c7y7wg77qnzsh1ga0rlh3nklj9w01ml";
buildDepends = [ shakespeare text ];
testDepends = [ hspec HUnit text ];
meta = {