Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f7d289bee191484bc5ee550b3abc6f73b44c03f5 >--------------------------------------------------------------- commit f7d289bee191484bc5ee550b3abc6f73b44c03f5 Author: David Terei <[email protected]> Date: Tue Aug 2 15:17:10 2011 -0700 Add Trustworthy pragma to bin-package-db >--------------------------------------------------------------- .../Distribution/InstalledPackageInfo/Binary.hs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs index 15f7e8e..60df644 100644 --- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs +++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs @@ -1,3 +1,6 @@ +#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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
