summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-08-09 10:24:15 -0700
committerDavid Terei <davidterei@gmail.com>2011-08-09 10:24:15 -0700
commit270865785d730eafabc5717bfcfa344a1f8498ad (patch)
treeb200237393e92c4f3969a32ff58ab4b02e91875c /libraries
parent349b8bb23e16733875595b6db496080c8bebce49 (diff)
downloadhaskell-270865785d730eafabc5717bfcfa344a1f8498ad.tar.gz
Fix conditional pragma to work with 6.12
Diffstat (limited to 'libraries')
-rw-r--r--libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
index 60df64423d..242b7c02d1 100644
--- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
+++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
@@ -1,11 +1,11 @@
-#if __GLASGOW_HASKELL__ >= 701
-{-# LANGUAGE Trustworthy #-}
-#endif
{-# LANGUAGE 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:
{-# OPTIONS_GHC -fno-warn-orphans #-}
+#if __GLASGOW_HASKELL__ >= 701
+{-# LANGUAGE Trustworthy #-}
+#endif
-----------------------------------------------------------------------------
-- |
-- Module : Distribution.InstalledPackageInfo.Binary