From: Ian Lynagh Date: Sat, 2 Apr 2011 13:17:17 +0000 (+0100) Subject: Follow changes in Cabal X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=648979d03f9b27f7f813d3a08bf30bf0f17c54ee Follow changes in Cabal --- 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