packages feed

Cabal revisions of HaskellNet-0.2.5

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

revision 1
 Name:           HaskellNet Version:        0.2.5+x-revision: 1 Author:         Jun Mukai-Maintainer:	Robert Wills <wrwills@gmail.com>+Maintainer:     Robert Wills <wrwills@gmail.com> License:        BSD3-License-file:	LICENSE+License-file:   LICENSE Category:       Network Homepage:       https://patch-tag.com/r/wrwills/HaskellNet-Description:	Originally written for Google SOC, provides network related libraries such as POP3, SMTP, IMAP.  -		All I have done is get the project to compile using cabal, check that these libraries basically -		work, and add some examples+Description:    Originally written for Google SOC, provides network related libraries such as POP3, SMTP, IMAP.  +                All I have done is get the project to compile using cabal, check that these libraries basically +                work, and add some examples Synopsis:       network related libraries such as POP3, SMTP, IMAP Cabal-version:  >=1.6-Build-type:	Simple+Build-type:     Simple  Extra-Source-Files: README.md, example/*.hs     Network.HaskellNet.BSStream,    Network.HaskellNet.Auth   Other-modules: Data.Record, Text.Packrat.Pos, Text.Packrat.Parse-  Build-Depends:  base >= 4 && < 5, haskell98, network, mtl, parsec, time, bytestring, pretty, array, Crypto > 4.2.1, base64-string, containers, old-locale, old-time, mime-mail >= 0.3.0, text+  Build-Depends:  base >= 4 && < 4.5, haskell98 <2, network <2.9, mtl, parsec, time, bytestring, pretty, array, Crypto > 4.2.1, base64-string, containers, old-locale, old-time, mime-mail >= 0.3.0 && <0.4, text  source-repository head   type:     darcs