Repository : ssh://darcs.haskell.org//srv/darcs/packages/array On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a24f9848dc1d19829d9b8f1335cc1d6662f95140 >--------------------------------------------------------------- commit a24f9848dc1d19829d9b8f1335cc1d6662f95140 Author: Gabor Greif <[email protected]> Date: Tue Oct 23 10:09:27 2012 +0200 remove deprecated pragma (eliminating warning) >--------------------------------------------------------------- Data/Array/IO/Internals.hs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Data/Array/IO/Internals.hs b/Data/Array/IO/Internals.hs index 37ead89..783ce7a 100644 --- a/Data/Array/IO/Internals.hs +++ b/Data/Array/IO/Internals.hs @@ -1,9 +1,8 @@ {-# OPTIONS_HADDOCK hide #-} -{-# OPTIONS_GHC -#include "HsBase.h" #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Array.IO.Internal --- Copyright : (c) The University of Glasgow 2001 +-- Copyright : (c) The University of Glasgow 2001-2012 -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : [email protected] _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
