mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-shakespeare-text: update to version 1.0.0.9
This commit is contained in:
parent
9c5ec1a833
commit
c7da217c22
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "shakespeare-text";
|
||||
version = "1.0.0.8";
|
||||
sha256 = "0gf4gsdfjz9c15wvxz886gjzzifgzanfhblgab15inl2rblirv7l";
|
||||
version = "1.0.0.9";
|
||||
sha256 = "1rh1dwmc7xam76isa6cwc25rcricakc7ay54hz01fpiy059imx52";
|
||||
buildDepends = [ shakespeare text ];
|
||||
testDepends = [ hspec HUnit text ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue