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: {
|
||||
pname = "mime-mail";
|
||||
version = "0.4.1.2";
|
||||
sha256 = "01dw9zvgxmwg0jslw14a9kjrmyjvwla8bw40w2426ifdwwxb3ywy";
|
||||
version = "0.4.2";
|
||||
sha256 = "1v9qdj53swhg8xg9s2x0m6d6xaff5ya6bpdifya2vsp08fmgn4l9";
|
||||
buildDepends = [
|
||||
base64Bytestring blazeBuilder filepath random text
|
||||
];
|
||||
testDepends = [ blazeBuilder hspec ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/mime-mail";
|
||||
description = "Compose MIME email messages";
|
||||
|
Loading…
Reference in New Issue
Block a user