haskell-shakespeare: update to version 1.0.5.1
This commit is contained in:
parent
0979e4a832
commit
0b93f03230
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
version = "1.0.5";
|
version = "1.0.5.1";
|
||||||
sha256 = "1dc1yg35pxh45fv20fvnlpas0svqi18h6bdalpjaqjb164s114vf";
|
sha256 = "1qsg23jqv6lzwqk42yapqydx3fn6crkrzim8wr7ds55z6iblxbq6";
|
||||||
buildDepends = [ parsec systemFileio systemFilepath text time ];
|
buildDepends = [ parsec systemFileio systemFilepath text time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
hspec parsec systemFileio systemFilepath text time
|
hspec parsec systemFileio systemFilepath text time
|
||||||
|
|
Loading…
Reference in New Issue