Cabal revisions of mime-mail-0.4.13.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: mime-mail-Version: 0.4.13.1-Synopsis: Compose MIME email messages.-description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>.-Homepage: http://github.com/snoyberg/mime-mail-License: MIT-License-file: LICENSE-Author: Michael Snoyman <michael@snoyman.com>-Maintainer: Michael Snoyman <michael@snoyman.com>-Category: Email-Build-type: Simple-extra-source-files: README.md- ChangeLog.md---- Constraint on the version of Cabal needed to build this package.-Cabal-version: >=1.8+name: mime-mail+version: 0.4.13.1+cabal-version: >=1.8+build-type: Simple+license: MIT+license-file: LICENSE+maintainer: Michael Snoyman <michael@snoyman.com>+homepage: http://github.com/snoyberg/mime-mail+synopsis: Compose MIME email messages.+description:+ Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>.+category: Email+author: Michael Snoyman <michael@snoyman.com>+extra-source-files:+ README.md+ ChangeLog.md+x-revision: 1 +source-repository head+ type: git+ location: git://github.com/snoyberg/mime-mail.git -Library- Exposed-modules: Network.Mail.Mime- Build-depends: base >= 4 && < 5- , base64-bytestring >= 0.1- , process >= 1.0- , random >= 1.0- , blaze-builder >= 0.2.1 && < 0.5- , bytestring >= 0.9.1- , text >= 0.7- , filepath >= 1.2+library+ exposed-modules:+ Network.Mail.Mime+ build-depends:+ base ==4.*,+ base64-bytestring >=0.1 && <1.1,+ process >=1.0 && <1.5,+ random >=1.0 && <1.2,+ blaze-builder >=0.2.1 && <0.5,+ bytestring >=0.9.1 && <0.11,+ text >=0.7 && <1.3,+ filepath >=1.2 && <1.5 test-suite tests type: exitcode-stdio-1.0 main-is: Spec.hs- other-modules: Network.Mail.MimeSpec+ build-depends:+ base >=4.9.1.0 && <4.10,+ hspec >=1.3 && <2.5,+ mime-mail >=0.4.13.1 && <0.5,+ blaze-builder >=0.4.0.2 && <0.5,+ bytestring >=0.10.8.1 && <0.11,+ text >=1.2.2.1 && <1.3 hs-source-dirs: test-- build-depends: base- , hspec >= 1.3- , mime-mail- , blaze-builder- , bytestring- , text- ghc-options: -Wall--source-repository head- type: git- location: git://github.com/snoyberg/mime-mail.git+ other-modules:+ Network.Mail.MimeSpec+ ghc-options: -Wall
revision 2
-name: mime-mail-version: 0.4.13.1-cabal-version: >=1.8-build-type: Simple-license: MIT-license-file: LICENSE-maintainer: Michael Snoyman <michael@snoyman.com>-homepage: http://github.com/snoyberg/mime-mail-synopsis: Compose MIME email messages.-description:- Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>.-category: Email-author: Michael Snoyman <michael@snoyman.com>-extra-source-files:- README.md- ChangeLog.md-x-revision: 1--source-repository head- type: git- location: git://github.com/snoyberg/mime-mail.git--library- exposed-modules:- Network.Mail.Mime- build-depends:- base ==4.*,- base64-bytestring >=0.1 && <1.1,- process >=1.0 && <1.5,- random >=1.0 && <1.2,- blaze-builder >=0.2.1 && <0.5,- bytestring >=0.9.1 && <0.11,- text >=0.7 && <1.3,- filepath >=1.2 && <1.5--test-suite tests- type: exitcode-stdio-1.0- main-is: Spec.hs- build-depends:- base >=4.9.1.0 && <4.10,- hspec >=1.3 && <2.5,- mime-mail >=0.4.13.1 && <0.5,- blaze-builder >=0.4.0.2 && <0.5,- bytestring >=0.10.8.1 && <0.11,- text >=1.2.2.1 && <1.3- hs-source-dirs: test- other-modules:- Network.Mail.MimeSpec- ghc-options: -Wall+name: mime-mail +version: 0.4.13.1 +cabal-version: >=1.8 +build-type: Simple +license: MIT +license-file: LICENSE +maintainer: Michael Snoyman <michael@snoyman.com> +homepage: http://github.com/snoyberg/mime-mail +synopsis: Compose MIME email messages. +description: + Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/mime-mail>. +category: Email +author: Michael Snoyman <michael@snoyman.com> +extra-source-files: + README.md + ChangeLog.md +x-revision: 2 + +source-repository head + type: git + location: git://github.com/snoyberg/mime-mail.git + +library + exposed-modules: + Network.Mail.Mime + build-depends: + base ==4.*, + base64-bytestring >=0.1 && <1.1, + process >=1.0 && <1.5, + random >=1.0 && <1.2, + blaze-builder >=0.2.1 && <0.5, + bytestring >=0.9.1 && <0.11, + text >=0.7 && <1.3, + filepath >=1.2 && <1.5 + +test-suite tests + type: exitcode-stdio-1.0 + main-is: Spec.hs + build-depends: + base >=4.9 && <4.10, + hspec >=1.3 && <2.5, + mime-mail >=0.4.13.1 && <0.5, + blaze-builder >=0.4.0.2 && <0.5, + bytestring >=0.10.8.1 && <0.11, + text >=1.2.2.1 && <1.3 + hs-source-dirs: test + other-modules: + Network.Mail.MimeSpec + ghc-options: -Wall
revision 3
extra-source-files: README.md ChangeLog.md -x-revision: 2 +x-revision: 3 source-repository head type: git type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: - base >=4.9 && <4.10, + base >=4 && <4.10, hspec >=1.3 && <2.5, mime-mail >=0.4.13.1 && <0.5, blaze-builder >=0.4.0.2 && <0.5,
revision 4
extra-source-files: README.md ChangeLog.md -x-revision: 3 +x-revision: 4 source-repository head type: git hspec >=1.3 && <2.5, mime-mail >=0.4.13.1 && <0.5, blaze-builder >=0.4.0.2 && <0.5, - bytestring >=0.10.8.1 && <0.11, + bytestring >=0.9.1 && <0.11, text >=1.2.2.1 && <1.3 hs-source-dirs: test other-modules:
revision 5
extra-source-files: README.md ChangeLog.md -x-revision: 4 +x-revision: 5 source-repository head type: git build-depends: base ==4.*, base64-bytestring >=0.1 && <1.1, - process >=1.0 && <1.5, + process >=1.0, random >=1.0 && <1.2, blaze-builder >=0.2.1 && <0.5, bytestring >=0.9.1 && <0.11,
revision 6
extra-source-files: README.md ChangeLog.md -x-revision: 5 +x-revision: 6 source-repository head type: git exposed-modules: Network.Mail.Mime build-depends: - base ==4.*, - base64-bytestring >=0.1 && <1.1, + base >= 4 && < 5, + base64-bytestring >=0.1, process >=1.0, - random >=1.0 && <1.2, - blaze-builder >=0.2.1 && <0.5, - bytestring >=0.9.1 && <0.11, + random >=1.0, + blaze-builder >=0.2.1, + bytestring >=0.9.1, text >=0.7 && <1.3, - filepath >=1.2 && <1.5 + filepath >=1.2 test-suite tests type: exitcode-stdio-1.0
revision 7
extra-source-files: README.md ChangeLog.md -x-revision: 6 +x-revision: 7 source-repository head type: git exposed-modules: Network.Mail.Mime build-depends: - base >= 4 && < 5, + base >= 4.5 && < 5, base64-bytestring >=0.1, process >=1.0, random >=1.0,