diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-31 14:01:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-01 08:58:23 +0000 |
commit | 76eeef402018393b2c60f4eafdbde2c8a792fb34 (patch) | |
tree | 7c4bc58ea71dd1756a743ed10f0441f35bb61543 /libraries | |
parent | 8bb9548a991142137d13a8d77fb6f46ed2f49f4d (diff) | |
download | haskell-76eeef402018393b2c60f4eafdbde2c8a792fb34.tar.gz |
add CPP
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/bin-package-db/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 7a254b7ac6..f6cbc7cfae 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: |