packages feed

Cabal revisions of HaskellNet-0.4.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:           HaskellNet-Synopsis:       Client support for POP3, SMTP, and IMAP-Description:	This package provides client support for the POP3,-                SMTP, and IMAP protocols.  NOTE: this package will be-                split into smaller, protocol-specific packages in the-                future.-Version:        0.4.1-Copyright:      (c) 2006 Jun Mukai-Author:         Jun Mukai-Maintainer:	Jonathan Daugherty <cygnus@foobox.com>-License:        BSD3-License-file:	LICENSE-Category:       Network-Homepage:       https://github.com/jtdaugherty/HaskellNet-Cabal-version:  >=1.6-Build-type:	Simple--Extra-Source-Files:-  CHANGELOG-  README.md-  example/*.hs--Source-Repository head-  type:     git-  location: git://github.com/jtdaugherty/HaskellNet.git--Library-  Hs-Source-Dirs: src-  GHC-Options: -Wall -fno-warn-unused-do-bind--  Exposed-modules:-    Network.HaskellNet.IMAP-    Network.HaskellNet.IMAP.Connection-    Network.HaskellNet.IMAP.Types-    Network.HaskellNet.IMAP.Parsers-    Network.HaskellNet.SMTP-    Network.HaskellNet.POP3-    Network.HaskellNet.POP3.Connection-    Network.HaskellNet.POP3.Types-    Network.HaskellNet.BSStream-    Network.HaskellNet.Auth-    Network.HaskellNet.Debug--  Other-modules:-    Text.Packrat.Pos-    Text.Packrat.Parse--  Build-Depends:-    base >= 4 && < 5,-    network,-    mtl,-    bytestring,-    pretty,-    array,-    cryptohash,-    base64-string,-    old-time,-    mime-mail >= 0.4.0 && < 0.5,-    text+Name:           HaskellNet
+Synopsis:       Client support for POP3, SMTP, and IMAP
+Description:	This package provides client support for the POP3,
+                SMTP, and IMAP protocols.  NOTE: this package will be
+                split into smaller, protocol-specific packages in the
+                future.
+Version:        0.4.1
+x-revision: 1
+Copyright:      (c) 2006 Jun Mukai
+Author:         Jun Mukai
+Maintainer:	Leza M. Lutonda <lemol-c@outlook.com>
+License:        BSD3
+License-file:	LICENSE
+Category:       Network
+Homepage:       https://github.com/jtdaugherty/HaskellNet
+Cabal-version:  >=1.6
+Build-type:	Simple
+
+Extra-Source-Files:
+  CHANGELOG
+  README.md
+  example/*.hs
+
+Source-Repository head
+  type:     git
+  location: git://github.com/jtdaugherty/HaskellNet.git
+
+Library
+  Hs-Source-Dirs: src
+  GHC-Options: -Wall -fno-warn-unused-do-bind
+
+  Exposed-modules:
+    Network.HaskellNet.IMAP
+    Network.HaskellNet.IMAP.Connection
+    Network.HaskellNet.IMAP.Types
+    Network.HaskellNet.IMAP.Parsers
+    Network.HaskellNet.SMTP
+    Network.HaskellNet.POP3
+    Network.HaskellNet.POP3.Connection
+    Network.HaskellNet.POP3.Types
+    Network.HaskellNet.BSStream
+    Network.HaskellNet.Auth
+    Network.HaskellNet.Debug
+
+  Other-modules:
+    Text.Packrat.Pos
+    Text.Packrat.Parse
+
+  Build-Depends:
+    base >= 4 && < 5,
+    network,
+    mtl,
+    bytestring,
+    pretty,
+    array,
+    cryptohash,
+    base64-string,
+    old-time,
+    mime-mail >= 0.4.0 && < 0.5,
+    text
revision 2
                 split into smaller, protocol-specific packages in the
                 future.
 Version:        0.4.1
-x-revision: 1
+x-revision: 2
 Copyright:      (c) 2006 Jun Mukai
 Author:         Jun Mukai
-Maintainer:	Leza M. Lutonda <lemol-c@outlook.com>
+Maintainer:	Leza M. Lutonda <lemol-c@outlook.com>, Jonathan Daugherty <cygnus@foobox.com>
 License:        BSD3
 License-file:	LICENSE
 Category:       Network
revision 3
                 split into smaller, protocol-specific packages in the
                 future.
 Version:        0.4.1
-x-revision: 2
+x-revision: 3
 Copyright:      (c) 2006 Jun Mukai
 Author:         Jun Mukai
-Maintainer:	Leza M. Lutonda <lemol-c@outlook.com>, Jonathan Daugherty <cygnus@foobox.com>
+Maintainer:	Jonathan Daugherty <cygnus@foobox.com>,
+                Leza M. Lutonda <lemol-c@outlook.com>
 License:        BSD3
 License-file:	LICENSE
 Category:       Network
revision 4
                 split into smaller, protocol-specific packages in the
                 future.
 Version:        0.4.1
-x-revision: 3
+x-revision: 4
 Copyright:      (c) 2006 Jun Mukai
 Author:         Jun Mukai
 Maintainer:	Jonathan Daugherty <cygnus@foobox.com>,
-                Leza M. Lutonda <lemol-c@outlook.com>
+                Leza Morais Lutonda <lemol-c@outlook.com>
 License:        BSD3
 License-file:	LICENSE
 Category:       Network
revision 5
                 split into smaller, protocol-specific packages in the
                 future.
 Version:        0.4.1
-x-revision: 4
+x-revision: 5
 Copyright:      (c) 2006 Jun Mukai
 Author:         Jun Mukai
 Maintainer:	Jonathan Daugherty <cygnus@foobox.com>,
     Text.Packrat.Parse
 
   Build-Depends:
-    base >= 4 && < 5,
-    network,
+    base >= 4 && < 4.8,
+    network <2.9,
     mtl,
     bytestring,
     pretty,
     array,
-    cryptohash,
+    cryptohash >=0.6,
     base64-string,
     old-time,
     mime-mail >= 0.4.0 && < 0.5,