packages feed

haskell-updater-1.2.0.2: haskell-updater.cabal

Name:                haskell-updater
Homepage:            http://haskell.org/haskellwiki/Gentoo#haskell-updater
Version:             1.2.0.2
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 + Cabal-1.8,
                     GHC-7.0 + Cabal-1.10, GHC-7.2 + Cabal-1.12,
                     GHC-7.4 + Cabal-1.14.
Category:            Distribution
License:             GPL
License-file:        COPYRIGHT
Copyright:           (c) Ivan Lazar Miljenovic,
                         Lennart Kolmodin,
                         Stephan Friedrichs,
                         Emil Karlson
Author:              Ivan Lazar Miljenovic,
                     Lennart Kolmodin,
                     Stephan Friedrichs,
                     Emil Karlson
Maintainer:          haskell@gentoo.org
Cabal-Version:       >= 1.6
Build-Type:          Simple
Extra-Source-Files:  TODO

Source-Repository head
    Type:         darcs
    Location:     http://code.haskell.org/gentoo/haskell-updater/

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 == 4.*,
                        Cabal >= 1.8 && < 1.15,
                        containers < 0.5,
                        filepath   < 1.4,
                        directory  < 1.2,
                        bytestring < 1.0,
                        process    < 1.2
}