1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-hsemail: update to version 1.7.7

This commit is contained in:
Peter Simons 2013-08-30 12:31:18 +02:00
parent bd6eba997f
commit ce47f92b19

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "hsemail";
version = "1.7.6";
sha256 = "0v4c6ljrzc7680i85wyxq7fkfs2j00941ps3rn8r16x3x2r8di04";
version = "1.7.7";
sha256 = "16wqrpzi5njv26za1rckn74jsqmyswndb6k38yz1567h1y4w7ai5";
buildDepends = [ mtl parsec ];
testDepends = [ doctest hspec parsec ];
meta = {