mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskell-shakespeare: update to version 1.2.0.2
This commit is contained in:
parent
c7da217c22
commit
9bd9d80c10
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
version = "1.2.0.1";
|
version = "1.2.0.2";
|
||||||
sha256 = "07qfbqvq8fqbf7y43h0qq2gk9brpf4g0k7gghrjzyjrd57v5zygp";
|
sha256 = "1vp7zskxrjxcznj1d0nx9iqkfvwa9xwpbxq46z054bizqfkri96c";
|
||||||
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 a new issue