haskell-updater 1.2.9 → 1.2.10
raw patch · 3 files changed
+4/−11 lines, 3 files
Files
- Distribution/Gentoo/GHC.hs +2/−3
- TODO +0/−6
- haskell-updater.cabal +2/−2
Distribution/Gentoo/GHC.hs view
@@ -25,7 +25,7 @@ import Distribution.Simple.Utils(rawSystemStdInOut) import Distribution.Verbosity(silent) import Distribution.Package(PackageIdentifier, packageId)-import Distribution.InstalledPackageInfo(InstalledPackageInfo_)+import Distribution.InstalledPackageInfo(InstalledPackageInfo) import Distribution.Text(display) -- Other imports@@ -146,8 +146,7 @@ [([],_)] -> Nothing rd -> Just $ CPV $ display $ cfNm rd where- -- It's not InstalledPackageInfo, as it can't read the modules- cfNm :: [([InstalledPackageInfo_ String], String)] -> PackageIdentifier+ cfNm :: [([InstalledPackageInfo], String)] -> PackageIdentifier cfNm = packageId . head . fst . head -- ghc package text format
TODO view
@@ -1,7 +1,1 @@ * Pretty colours in output?--* Detect packages that are installed but not registered with GHC.- This is for cases where GHC was re-built but packages were not- properly re-registered.--* Add an --info option to give us information on haskell-packages, etc.
haskell-updater.cabal view
@@ -1,6 +1,6 @@ Name: haskell-updater Homepage: http://haskell.org/haskellwiki/Gentoo#haskell-updater-Version: 1.2.9+Version: 1.2.10 Synopsis: Rebuild Haskell dependencies in Gentoo Description: haskell-updater rebuilds Haskell packages on Gentoo after a GHC upgrade or a dependency upgrade.@@ -13,7 +13,7 @@ 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+ GHC-7.10 + Cabal-1.22, GHC-8.0.1_rc1 + Cabal-1.23.0.0 Category: Distribution License: GPL License-file: COPYRIGHT