packages feed

astrds 0.1 → 0.1.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~SDLdep ~SDL-imagedep ~SDL-mixer

Dependency ranges changed: SDL, SDL-image, SDL-mixer, SDL-ttf, mtl

Files

astrds.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.6 name:          astrds-version:       0.1+version:       0.1.1 license:       BSD3 license-file:  LICENSE data-files:    fonts/*.ttf@@ -38,11 +38,11 @@                   UInputUtils                   Utilities   build-depends:  base >= 3 && < 5, containers >= 0.2 && < 1,-                  random >= 1 && < 2, mtl >= 1.1 && < 1.2,+                  random >= 1 && < 2, mtl >= 1.1 && < 3,                   directory >= 1 && < 2,                   OpenGL >= 2.2 && < 2.3,-                  SDL >= 0.5 && < 0.6, SDL-ttf >= 0.5 && < 0.6,-                  SDL-image >= 0.5 && < 0.6,-                  SDL-mixer >= 0.5 && < 0.6,+                  SDL >= 0.5 && < 0.7, SDL-ttf >= 0.5 && < 0.7,+                  SDL-image >= 0.5 && < 0.7,+                  SDL-mixer >= 0.5 && < 0.7,                   unix >= 2.3 && < 3,                   MonadRandom >= 0.1 && < 1