haskell-mime-mail: updated to version 0.4.1.0
svn path=/nixpkgs/trunk/; revision=30830
This commit is contained in:
parent
0f1e1249e7
commit
88b400f927
@ -1,10 +1,10 @@
|
|||||||
{ cabal, blazeBuilder, dataenc, random, text }:
|
{ cabal, base64Bytestring, blazeBuilder, random, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mime-mail";
|
pname = "mime-mail";
|
||||||
version = "0.4";
|
version = "0.4.1.0";
|
||||||
sha256 = "0hlyk3mypn9iw7g8hhn528ycbm3qayiczwf4paw0sxd6xsg9a28s";
|
sha256 = "1czjxxpv2w8zvwm6nkv0rr47rdl84s5f5xvf3r4kjaw44a6jfgg0";
|
||||||
buildDepends = [ blazeBuilder dataenc random text ];
|
buildDepends = [ base64Bytestring blazeBuilder random text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/mime-mail";
|
homepage = "http://github.com/snoyberg/mime-mail";
|
||||||
description = "Compose MIME email messages";
|
description = "Compose MIME email messages";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user