Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/648979d03f9b27f7f813d3a08bf30bf0f17c54ee >--------------------------------------------------------------- commit 648979d03f9b27f7f813d3a08bf30bf0f17c54ee Author: Ian Lynagh <[email protected]> Date: Sat Apr 2 14:17:17 2011 +0100 Follow changes in Cabal >--------------------------------------------------------------- .../Distribution/InstalledPackageInfo/Binary.hs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs index af83148..47bb8f4 100644 --- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs +++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs @@ -59,6 +59,7 @@ putInstalledPackageInfo ipi = do put (stability ipi) put (homepage ipi) put (pkgUrl ipi) + put (synopsis ipi) put (description ipi) put (category ipi) put (exposed ipi) @@ -91,6 +92,7 @@ getInstalledPackageInfo = do stability <- get homepage <- get pkgUrl <- get + synopsis <- get description <- get category <- get exposed <- get _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
