File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/Graphics/Rendering/GLU/Raw Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ library
45
45
hs-source-dirs : src
46
46
include-dirs : include
47
47
build-depends : base >= 3 && < 5 , OpenGLRaw >= 1.3.0.0
48
+ default-language : Haskell2010
48
49
ghc-options : -Wall -O2
50
+ other-extensions : CPP
49
51
if os(windows) && flag(UseNativeWindowsLibraries)
50
52
if arch(i386)
51
53
cpp-options : "-DCALLCONV=stdcall"
Original file line number Diff line number Diff line change 1
- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1
+ {-# LANGUAGE CPP #-}
2
2
{-# OPTIONS_HADDOCK hide #-}
3
3
--------------------------------------------------------------------------------
4
4
-- |
Original file line number Diff line number Diff line change 1
- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1
+ {-# LANGUAGE CPP #-}
2
2
--------------------------------------------------------------------------------
3
3
-- |
4
4
-- Module : Graphics.Rendering.GLU.Raw.Callbacks
Original file line number Diff line number Diff line change 1
- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1
+ {-# LANGUAGE CPP #-}
2
2
--------------------------------------------------------------------------------
3
3
-- |
4
4
-- Module : Graphics.Rendering.GLU.Raw.Functions
You can’t perform that action at this time.
0 commit comments