haskell-HaskellNet: update to version 0.4

This commit is contained in:
Peter Simons 2014-10-12 18:01:11 +02:00
parent 8f0a3ba14c
commit 114abbf3d2
1 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # 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: { cabal.mkDerivation (self: {
pname = "HaskellNet"; pname = "HaskellNet";
version = "0.3.1"; version = "0.4";
sha256 = "168w6y5rizszq1428amxbkhww65sy3b7czxpjyrzzq3dhjn517nr"; sha256 = "152ayk35czl8fi2mar1g6c5mi3pikvnpcy967prg97a9vy0ld1yp";
buildDepends = [ base64String Crypto mimeMail mtl network text ]; buildDepends = [
base64String cryptohash mimeMail mtl network text
];
meta = { meta = {
homepage = "https://github.com/jtdaugherty/HaskellNet"; homepage = "https://github.com/jtdaugherty/HaskellNet";
description = "Client support for POP3, SMTP, and IMAP"; description = "Client support for POP3, SMTP, and IMAP";