[commit: base] master: remove deprecated pragmas (eliminating warnings) (82b8a3a)

Gabor Greif <[email protected]> Tue, 23 Oct 2012 01:45:41 -0700
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/82b8a3a427d618ac6a181eeea1e48add8dc03011

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

commit 82b8a3a427d618ac6a181eeea1e48add8dc03011
Author: Gabor Greif <[email protected]>
Date:   Tue Oct 23 09:55:28 2012 +0200

    remove deprecated pragmas (eliminating warnings)

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

 Foreign/C/Error.hs |    1 -
 GHC/Unicode.hs     |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs
index ecad995..3f16d27 100644
--- a/Foreign/C/Error.hs
+++ b/Foreign/C/Error.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-}
-{-# OPTIONS_GHC -#include "HsBase.h" #-}
 
 -----------------------------------------------------------------------------
 -- |
diff --git a/GHC/Unicode.hs b/GHC/Unicode.hs
index 429767d..6b124ad 100644
--- a/GHC/Unicode.hs
+++ b/GHC/Unicode.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE CPP, NoImplicitPrelude, ForeignFunctionInterface #-}
-{-# OPTIONS -#include "WCsubst.h" #-}
 {-# OPTIONS_HADDOCK hide #-}
 
 -----------------------------------------------------------------------------