packages feed

roguestar-glut 0.6.0.0 → 0.6.0.1

raw patch · 1 files changed

+7/−4 lines, 1 filesdep ~roguestar-gldep ~rsagl

Dependency ranges changed: roguestar-gl, rsagl

Files

roguestar-glut.cabal view
@@ -1,5 +1,5 @@ name:                roguestar-glut-version:             0.6.0.0+version:             0.6.0.1 cabal-version:       >=1.2 license:             OtherLicense license-file:        LICENSE@@ -18,9 +18,12 @@   main-is:             Main.hs   hs-source-dirs:      src   build-depends:       base>=4&&<5,-                       roguestar-gl==0.6.0.0,+                       roguestar-gl==0.6.0.1,                        GLUT>=2.2.2.0 && < 2.3,-                       rsagl==0.6.0.0-  ghc-options:         -threaded -fno-warn-type-defaults -fexcess-precision+                       rsagl==0.6.0.1+  if impl(ghc >= 7.0)+    ghc-options:         -threaded -fno-warn-type-defaults -fexcess-precision -rtsopts=all+  else+    ghc-options:         -threaded -fno-warn-type-defaults -fexcess-precision   ghc-prof-options:    -prof -auto-all