bindings-GLFW 3.1.2.3 → 3.1.2.4
raw patch · 4 files changed
+3/−19 lines, 4 filesdep −template-haskellnew-uploader
Dependencies removed: template-haskell
Files
- Bindings/GLFW.hsc +1/−7
- Bindings/Helpers.hs +0/−6
- README.md +0/−1
- bindings-GLFW.cabal +2/−5
Bindings/GLFW.hsc view
@@ -8,6 +8,7 @@ #include <bindings.dsl.h> #include <GLFW/glfw3.h> #ifdef ExposeNative+ #warning "You are compiling glfw using the native access functions. BEWARE." #if defined(_WIN32) @@ -43,13 +44,6 @@ import Foreign.C.Types (CDouble(..), CFloat(..), CInt(..), CUInt(..)) import Foreign.Ptr (FunPtr, Ptr, plusPtr) import Foreign.Storable (Storable(..))--#ifdef ExposeNative-import Bindings.Helpers--$(warn "You are compiling glfw using the native access functions. BEWARE.")-#endif- -------------------------------------------------------------------------------- #num GL_FALSE
− Bindings/Helpers.hs
@@ -1,6 +0,0 @@-module Bindings.Helpers where--import Language.Haskell.TH (DecsQ, reportWarning)--warn :: String -> DecsQ-warn str = reportWarning str >> return []
README.md view
@@ -34,6 +34,5 @@ [1]: http://www.haskell.org/ [2]: http://www.glfw.org/ [3]: http://www.glfw.org/Version-3.1-released.html-[4]: http://www.glfw.org/changelog.html [4]: https://github.com/bsl/GLFW-b [5]: http://nvie.com/posts/a-successful-git-branching-model/
bindings-GLFW.cabal view
@@ -1,5 +1,5 @@ name: bindings-GLFW-version: 3.1.2.3+version: 3.1.2.4 category: Graphics author: Brian Lewis <brian@lorf.org>@@ -109,8 +109,7 @@ build-depends: base < 5,- bindings-DSL == 1.0.*,- template-haskell >= 2.10 && < 2.13+ bindings-DSL == 1.0.* if flag(system-glfw) pkgconfig-depends:@@ -203,8 +202,6 @@ if flag(ExposeNative) cc-options: -DExposeNative- exposed-modules:- Bindings.Helpers --------------------------------------------------------------------------------