3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shakespeare: update to version 1.0.5.1

This commit is contained in:
Peter Simons 2013-08-05 10:19:57 +02:00
parent 0979e4a832
commit 0b93f03230

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare";
version = "1.0.5";
sha256 = "1dc1yg35pxh45fv20fvnlpas0svqi18h6bdalpjaqjb164s114vf";
version = "1.0.5.1";
sha256 = "1qsg23jqv6lzwqk42yapqydx3fn6crkrzim8wr7ds55z6iblxbq6";
buildDepends = [ parsec systemFileio systemFilepath text time ];
testDepends = [
hspec parsec systemFileio systemFilepath text time