packages feed

haskell-updater-1.2.0.9: haskell-updater.cabal

Name:                haskell-updater
Homepage:            http://haskell.org/haskellwiki/Gentoo#haskell-updater
Version:             1.2.0.9
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, GHC-7.6 + Cabal-1.16.
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:         git
    Location:     git://github.com/gentoo-haskell/haskell-updater.git

Executable haskell-updater {

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

    Build-Depends:      base == 4.*,
                        Cabal >= 1.8 && < 1.17,
                        containers < 0.6,
                        filepath   < 1.4,
                        directory  < 1.3,
                        bytestring < 1.0,
                        process    < 1.2
}