packages feed

imm-0.1.0.0: imm.cabal

Name:                imm
Version:             0.1.0.0
Synopsis:            RSS-to-maildir tool
--Description:         
--Homepage:
Category:            Web

License:             OtherLicense
License-file:        LICENSE
-- Copyright:           
Author:              kamaradclimber, koral
Maintainer:          koral att mailoo dott org

Cabal-version:       >=1.8
Build-type:          Simple
-- Extra-source-files:  

Source-repository head
    Type:     git
    Location: git@github:k0ral/imm.git

Library
    Exposed-modules:
        Imm.Core,
        Imm.Types,
        Imm.Util,
        Imm.Mail,
        Imm.Maildir
    Build-depends:
        base == 4.*,
        directory,
        dyre,
        feed,
        filepath,
        HTTP,
        time,
        xml,
        old-locale,
        random,
        bytestring,
        mime-mail,
        text,
        cmdargs,
        network,
        utf8-string
    
    -- Other-modules:       
    -- Build-tools:         
    Ghc-options: -Wall

Executable imm
    Build-depends: imm, base == 4.*
    Main-is: Main.hs
    Hs-Source-Dirs: Imm
    Ghc-options: -Wall -threaded