mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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: {
|
||||
pname = "mime-mail";
|
||||
version = "0.4";
|
||||
sha256 = "0hlyk3mypn9iw7g8hhn528ycbm3qayiczwf4paw0sxd6xsg9a28s";
|
||||
buildDepends = [ blazeBuilder dataenc random text ];
|
||||
version = "0.4.1.0";
|
||||
sha256 = "1czjxxpv2w8zvwm6nkv0rr47rdl84s5f5xvf3r4kjaw44a6jfgg0";
|
||||
buildDepends = [ base64Bytestring blazeBuilder random text ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/mime-mail";
|
||||
description = "Compose MIME email messages";
|
||||
|
Loading…
Reference in New Issue
Block a user