Follow changes in Cabal
authorIan Lynagh <igloo@earth.li>
Sat, 2 Apr 2011 13:17:17 +0000 (14:17 +0100)
committerIan Lynagh <igloo@earth.li>
Sat, 2 Apr 2011 13:17:17 +0000 (14:17 +0100)
libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs

index af83148..47bb8f4 100644 (file)
@@ -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