packages feed

roguestar-gl 0.6.0.0 → 0.6.0.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~containersdep ~filepathdep ~mtl

Dependency ranges changed: containers, filepath, mtl, priority-sync, rsagl, rsagl-frp, rsagl-math, stm

Files

roguestar-gl.cabal view
@@ -1,5 +1,5 @@ name:                roguestar-gl-version:             0.6.0.0+version:             0.6.0.1 cabal-version:       >=1.2 license:             OtherLicense license-file:        LICENSE@@ -36,19 +36,19 @@                        Paths_roguestar_gl   build-depends:       base>=4&&<5,                        GLUT>=2.2 && < 2.3,-                       rsagl==0.6.0.0,-                       rsagl-math==0.6.0.0,-                       rsagl-frp==0.6.0.0,-                       containers>=0.3.0.0 && < 0.4,+                       rsagl==0.6.0.1,+                       rsagl-math==0.6.0.1,+                       rsagl-frp==0.6.0.1,+                       containers>=0.3.0.0,                        arrows>=0.4.1.2 && < 0.5,-                       mtl>=1.1.0.2 && < 1.2,+                       mtl>=1.1.0.2,                        MonadRandom>=0.1.4 && < 1.2,                        OpenGL>=2.4.0.1 && < 2.5,-                       filepath>=1.1.0.3 && < 1.2,+                       filepath>=1.1.0.3,                        random>=1.0.0.2 && < 1.1,                        bytestring>=0.9.1.5 && < 0.10,-                       stm>=2.1.1.2 && < 2.2,-                       priority-sync>=0.2.1.0 && < 0.2.2+                       stm>=2.1.1.2,+                       priority-sync>=0.2.1.1 && < 0.3   ghc-options:         -fno-warn-type-defaults -fexcess-precision   ghc-prof-options:    -prof -auto-all