haskell-mime-mail: update to version 0.4.2
This commit is contained in:
parent
265e043cff
commit
42c3918056
@ -1,12 +1,15 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, filepath, random, text }:
|
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
|
||||||
|
, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mime-mail";
|
pname = "mime-mail";
|
||||||
version = "0.4.1.2";
|
version = "0.4.2";
|
||||||
sha256 = "01dw9zvgxmwg0jslw14a9kjrmyjvwla8bw40w2426ifdwwxb3ywy";
|
sha256 = "1v9qdj53swhg8xg9s2x0m6d6xaff5ya6bpdifya2vsp08fmgn4l9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder filepath random text
|
base64Bytestring blazeBuilder filepath random text
|
||||||
];
|
];
|
||||||
|
testDepends = [ blazeBuilder hspec ];
|
||||||
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