packages feed

haskell-updater-1.2.9: haskell-updater.cabal

Name:                haskell-updater
Homepage:            http://haskell.org/haskellwiki/Gentoo#haskell-updater
Version:             1.2.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,
                     GHC-7.6 + Cabal-1.18, GHC-7.8 + Cabal-1.18,
                     GHC-7.10 + Cabal-1.22
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,
                     man/haskell-updater.1

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 -caf-all -rtsopts

  Build-Depends:    base >= 4 && < 5,
                    Cabal >= 1.8,
                    containers,
                    filepath,
                    directory,
                    bytestring,
                    process