mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-shakespeare: update to version 1.2.0.1
This commit is contained in:
parent
9f43183c61
commit
d201a6e224
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
version = "1.2.0";
|
version = "1.2.0.1";
|
||||||
sha256 = "0lzzdkry3sm5i5hhdygsikpnaps66k1sfdxi2mp0ly5aqi1n1blz";
|
sha256 = "07qfbqvq8fqbf7y43h0qq2gk9brpf4g0k7gghrjzyjrd57v5zygp";
|
||||||
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
Block a user