packages feed

haskell-updater-1.0.0.0: haskell-updater.cabal

Name:                haskell-updater
Homepage:            http://haskell.org/haskellwiki/Gentoo#haskell-updater
Version:             1.0.0.0
Synopsis:            Rebuild Haskell dependencies in Gentoo
Description:         haskell-updater rebuilds Haskell packages on Gentoo
                     after a GHC upgrade or a dependency upgrade.

                     haskell-updater is written so as to use only
                     GHC's boot libraries so as to have no external
                     dependencies.

                     This version is for GHC-6.12 with Cabal-1.8.
Category:            Distribution
License:             GPL
License-file:        COPYRIGHT
Copyright:           (c) Ivan Lazar Miljenovic,
                         Lennart Kolmodin,
                         Stephan Friedrichs
Author:              Ivan Lazar Miljenovic,
                     Lennart Kolmodin,
                     Stephan Friedrichs
Maintainer:          Ivan.Miljenovic@gmail.com
Cabal-Version:       >= 1.2
Build-Type:          Simple
Extra-Source-Files:  TODO

Executable haskell-updater {

    Main-Is:            Main.hs
    Other-Modules:      Distribution.Gentoo.GHC,
                        Distribution.Gentoo.Util,
                        Distribution.Gentoo.Packages,
                        Distribution.Gentoo.PkgManager,
                        Paths_haskell_updater
    Ghc-Options:        -Wall
    Ghc-Prof-Options:   -auto-all

    Build-Depends:      base >= 3 && < 5,
                        Cabal >= 1.8 && < 1.9,
                        containers < 0.4,
                        filepath   < 1.2,
                        directory  < 1.1,
                        bytestring < 1.0,
                        process    < 1.1
}