diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-11 00:09:33 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-11 00:09:33 +0100 |
commit | 5682cac57481fef0603bf40699cf67857ccb1a96 (patch) | |
tree | 769e38749c57f5be4d26973ede3a5967516e4ee3 | |
parent | 8dbc583b49f28bca10788e24fcde00d1d3388517 (diff) | |
download | haskell-5682cac57481fef0603bf40699cf67857ccb1a96.tar.gz |
Fix build
-rw-r--r-- | libraries/base/GHC/Profiling.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Profiling.hs b/libraries/base/GHC/Profiling.hs index 23ef4ce66c..10a3d5b1f8 100644 --- a/libraries/base/GHC/Profiling.hs +++ b/libraries/base/GHC/Profiling.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE ForeignFunctionInterface #-} module GHC.Profiling where |