haskell-shakespeare-text: update to version 1.0.2

This commit is contained in:
Peter Simons 2014-02-24 10:12:04 +01:00
parent 3912c15aa8
commit 3b3afdce57

View file

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