packages feed

billeksah-main-1.0.0: billeksah-main.cabal

name: billeksah-main
version: 1.0.0
cabal-version: >= 1.8
build-type: Simple
license: LGPL
license-file: LICENSE
copyright: Juergen "jutaro" Nicklisch-Franken
maintainer: maintainer@leksah.org
homepage: http://www.leksah.org
package-url: https://github.com/leksah
bug-reports: http://code.google.com/p/leksah/issues/list
synopsis: Leksah plugin base
description: Plugin framework used by leksah
category: Control
author: Juergen "jutaro" Nicklisch-Franken
tested-with: GHC ==7.0


--Library
--    exposed-modules:
--        Base.Plugin
----        Base.Config
----        Base.Eval
--    exposed: True
--    buildable: True
--    extensions: CPP
--    hs-source-dirs: src
--    build-depends:
--        base >=4.0.0.0 && <4.4,
--        containers >=0.2 && <0.5,
--        plugins >=1.5.1.4 && <1.6,
--        mtl >=1.1.0.2 && <2.1,
--        transformers >= 0.2.2.0 && < 0.3,
--        parsec >= 3.1.1 && < 4,
--        pretty >=1.0.1.0 && <1.1,
--        directory >= 1.1.0.0 && <1.2,
--        filepath >= 1.2.0.0 && < 1.3,
--        billeksah-services >= 1.0.0 && < 1.1

Executable billeksah-main
    main-is: Main.hs
    other-modules: Base.Plugin
    buildable: True
    extensions: CPP
    hs-source-dirs: src
    build-depends:
        base >=4.0.0.0 && <4.4,
        containers >=0.2 && <0.5,
        plugins >=1.5.1.4 && <1.6,
        mtl >=1.1.0.2 && <2.1,
        transformers >= 0.2.2.0 && < 0.3,
        parsec >= 3.1.1 && < 4,
        pretty >=1.0.1.0 && <1.1,
        directory >= 1.1.0.0 && <1.2,
        filepath >= 1.2.0.0 && < 1.3,
        billeksah-services >= 1.0.0 && < 1.1