[commit: base] master: Fix build (4e4078e)

Ian Lynagh <[email protected]> Mon, 13 Aug 2012 16:15:54 -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/4e4078eda8586b170dd606d95bba4dcc875773bb

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

commit 4e4078eda8586b170dd606d95bba4dcc875773bb
Author: Ian Lynagh <[email protected]>
Date:   Sat Aug 11 00:09:33 2012 +0100

    Fix build

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

 GHC/Profiling.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/GHC/Profiling.hs b/GHC/Profiling.hs
index 23ef4ce..10a3d5b 100644
--- a/GHC/Profiling.hs
+++ b/GHC/Profiling.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE ForeignFunctionInterface #-}
 
 module GHC.Profiling where