[commit: ghc] master: add CPP (76eeef4)

Simon Marlow marlowsd at gmail.com
Fri Feb 1 09:58:47 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/76eeef402018393b2c60f4eafdbde2c8a792fb34

>---------------------------------------------------------------

commit 76eeef402018393b2c60f4eafdbde2c8a792fb34
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Jan 31 14:01:27 2013 +0000

    add CPP

>---------------------------------------------------------------

 .../Distribution/InstalledPackageInfo/Binary.hs    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
index 7a254b7..f6cbc7c 100644
--- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
+++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE RecordWildCards, TypeSynonymInstances, StandaloneDeriving, GeneralizedNewtypeDeriving #-}
+{-# LANGUAGE CPP, RecordWildCards, TypeSynonymInstances, StandaloneDeriving, GeneralizedNewtypeDeriving #-}
 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
 -- This module deliberately defines orphan instances for now. Should
 -- become unnecessary once we move to using the binary package properly:





More information about the ghc-commits mailing list