Skip to content

Commit

Permalink
Removed split-base flag. Simplified build-depends. Bumped version to …
Browse files Browse the repository at this point in the history
…2.5.0.2.
  • Loading branch information
svenpanne committed Nov 27, 2013
1 parent c6d23b6 commit 91481e1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions GLUT.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLUT
version: 2.5.0.1
version: 2.5.0.2
license: BSD3
license-file: LICENSE
maintainer: Sven Panne <[email protected]>, Jason Dagit <[email protected]>
Expand Down Expand Up @@ -133,8 +133,6 @@ extra-source-files:
examples/examples.mk
include/HsGLUTExt.h

flag split-base

flag UseNativeWindowsLibraries
description:
When compiling under Windows, use the native libraries instead of e.g. the
Expand Down Expand Up @@ -171,11 +169,7 @@ library
include-dirs: include
c-sources:
cbits/HsGLUT.c
if flag(split-base)
build-depends: base >= 3 && < 5, array >= 0.3 && < 0.5, containers >= 0.3 && < 0.6
else
build-depends: base < 3
build-depends: OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0
build-depends: base >= 3 && < 5, array >= 0.3, containers >= 0.3, OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0
ghc-options: -Wall -O2
if os(windows) && flag(UseNativeWindowsLibraries)
if arch(i386)
Expand Down

0 comments on commit 91481e1

Please sign in to comment.