haskell-HaskellNet: update to version 0.4
This commit is contained in:
parent
8f0a3ba14c
commit
114abbf3d2
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, base64String, Crypto, mimeMail, mtl, network, text }:
|
||||
{ cabal, base64String, cryptohash, mimeMail, mtl, network, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "HaskellNet";
|
||||
version = "0.3.1";
|
||||
sha256 = "168w6y5rizszq1428amxbkhww65sy3b7czxpjyrzzq3dhjn517nr";
|
||||
buildDepends = [ base64String Crypto mimeMail mtl network text ];
|
||||
version = "0.4";
|
||||
sha256 = "152ayk35czl8fi2mar1g6c5mi3pikvnpcy967prg97a9vy0ld1yp";
|
||||
buildDepends = [
|
||||
base64String cryptohash mimeMail mtl network text
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/jtdaugherty/HaskellNet";
|
||||
description = "Client support for POP3, SMTP, and IMAP";
|
||||
|
|
Loading…
Reference in a new issue