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
4545 hs-source-dirs : src
4646 include-dirs : include
4747 build-depends : base >= 3 && < 5 , OpenGLRaw >= 1.3.0.0
48+ default-language : Haskell2010
4849 ghc-options : -Wall -O2
50+ other-extensions : CPP
4951 if os(windows) && flag(UseNativeWindowsLibraries)
5052 if arch(i386)
5153 cpp-options : "-DCALLCONV=stdcall"
Original file line number Diff line number Diff line change 1- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1+ {-# LANGUAGE CPP #-}
22{-# OPTIONS_HADDOCK hide #-}
33--------------------------------------------------------------------------------
44-- |
Original file line number Diff line number Diff line change 1- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1+ {-# LANGUAGE CPP #-}
22--------------------------------------------------------------------------------
33-- |
44-- Module : Graphics.Rendering.GLU.Raw.Callbacks
Original file line number Diff line number Diff line change 1- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
1+ {-# LANGUAGE CPP #-}
22--------------------------------------------------------------------------------
33-- |
44-- Module : Graphics.Rendering.GLU.Raw.Functions
You can’t perform that action at this time.
0 commit comments