Name: mbox-tools Cabal-Version: >=1.8 Version: 0.2.0.4 License: BSD3 License-File: LICENSE Copyright: (c) Nicolas Pouillard Author: Nicolas Pouillard Maintainer: Nicolas Pouillard Category: Email, Utility Synopsis: A collection of tools to process mbox files Description: A collection of tools to process mbox files Homepage: https://github.com/np/mbox-tools Stability: Experimental Build-Type: Simple flag use_hutt Default: False -- hutt-0.1 is not released flag useless Default: False -- TMP-NO-MIME, mime-bytestring executable mbox-counting Build-depends: base(>=3 && <5), bytestring, codec-mbox main-is: mbox-counting.hs ghc-options: -Wall executable mbox-average-size Build-depends: base(>=3 && <5), bytestring, codec-mbox, fclabels main-is: mbox-average-size.hs ghc-options: -Wall if !flag(useless) buildable: False executable mbox-quoting Build-depends: base(>=3 && <5), bytestring, codec-mbox main-is: mbox-quoting.hs ghc-options: -Wall if !flag(useless) buildable: False executable redact-mbox Build-depends: base(>=3 && <5), bytestring, codec-mbox, mtl main-is: redact-mbox.hs Build-depends: random ghc-options: -Wall if !flag(useless) buildable: False executable mbox-list Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels>=1.0, mtl main-is: mbox-list.hs Other-modules: EOL, Email, FmtComb, EmailFmt ghc-options: -Wall executable mbox-pick Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl main-is: mbox-pick.hs Other-modules: EOL, Email, FmtComb, EmailFmt ghc-options: -Wall executable mbox-partition Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl, containers main-is: mbox-partition.hs Other-modules: EOL, Email ghc-options: -Wall executable mbox-grep Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl main-is: mbox-grep.hs Other-modules: EOL, Email ghc-options: -Wall if flag(use_hutt) build-depends: hutt>=0.1 else buildable: False executable split-mbox Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl main-is: split-mbox.hs ghc-options: -Wall executable mbox-iter Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl main-is: mbox-iter.hs ghc-options: -Wall build-depends: process executable mbox-from-files Build-depends: base(>=3 && <5), bytestring, codec-mbox, parsec, hsemail, pureMD5, fclabels, mtl main-is: mbox-from-files.hs ghc-options: -Wall