gloss 1.7.7.201204.1 → 1.7.8.1
raw patch · 1 files changed
+6/−7 lines, 1 filesdep ~basedep ~containersdep ~ghc-prim
Dependency ranges changed: base, containers, ghc-prim
Files
- gloss.cabal +6/−7
gloss.cabal view
@@ -1,5 +1,5 @@ Name: gloss-Version: 1.7.7.201204.1+Version: 1.7.8.1 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -18,8 +18,6 @@ Synopsis: Painless 2D vector graphics, animations and simulations. -Tested-with: GHC == 7.2.1- Flag GLUT Description: Enable the GLUT backend Default: True@@ -35,15 +33,16 @@ Library Build-Depends: - base == 4.5.*,- ghc-prim == 0.2.*,- containers == 0.4.*,+ base == 4.6.*,+ ghc-prim == 0.3.*,+ containers == 0.5.*, bytestring == 0.10.*, OpenGL == 2.6.*, GLUT == 2.3.*, bmp >= 1.2.3.2 && < 1.2.4 - ghc-options: -O2 -Wall+ ghc-options:+ -O2 -Wall Exposed-modules: Graphics.Gloss