autoproc-0.2.1: autoproc.cabal
name: autoproc
version: 0.2.1
synopsis: EDSL for Procmail scripts
description: Autoproc is a utility which allows you to write an email filterer in an Haskell
EDSL (embedded domain specific language); autoproc will then compile
it down to a Procmail configuration file (.procmailrc). This file can
then be used with Procmail to sort and filter your email before
you see it.
category: System
license: BSD3
license-file: LICENSE
author: Jason Dagit
maintainer: Jason Dagit <dagitj@gmail.com>
homepage: https://github.com/dagit/autoproc
build-type: Simple
Cabal-Version: >= 1.6
tested-with: GHC==7.10.3
data-files: README
source-repository head
type: git
location: https://github.com/dagit/autoproc.git
Library
exposed-modules: Autoproc.Classifier, Autoproc.Configuration, Autoproc.Run,
Autoproc.Procmail, Autoproc.Rules.Dagit, Autoproc.Transform
build-depends: base>=4 && <5, mtl, unix, directory, process
ghc-options: -Wall
ghc-prof-options: -auto-all
Executable autoproc
main-is: Main.hs