packages feed

GPipe 1.2.1 → 1.3

raw patch · 1 files changed

+10/−21 lines, 1 filesdep ~containersdep ~list-triesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, list-tries

API changes (from Hackage documentation)

Files

GPipe.cabal view
@@ -1,5 +1,5 @@ name: GPipe-version: 1.2.1+version: 1.3 cabal-version: >= 1.2.3 build-type: Simple license: BSD3@@ -28,26 +28,15 @@    Default: False  Library-    if flag(containers03)-        build-depends: containers >= 0.3 && < 0.4, -                       mtl -any, -                       list-tries >= 0.1 && < 0.2,-                       GLUT ==2.2.2.0,-                       OpenGL ==2.4.0.1,-                       Boolean == 0.0.1,-                       Vec == 0.9.7, -                       Vec-Boolean == 1.0.3,-                       base >= 3 && < 5-    else-        build-depends: containers >= 0.2 && < 0.3,-                       mtl -any, -                       list-tries >= 0.1 && < 0.2,-                       GLUT ==2.2.2.0,-                       OpenGL ==2.4.0.1,-                       Boolean == 0.0.1,-                       Vec == 0.9.7, -                       Vec-Boolean == 1.0.3,-                       base >= 3 && < 5+    build-depends: containers >= 0.3 && < 0.4, +                    mtl -any, +                    list-tries >= 0.4 && < 0.5,+                    GLUT ==2.2.2.0,+                    OpenGL ==2.4.0.1,+                    Boolean == 0.0.1,+                    Vec == 0.9.7, +                    Vec-Boolean == 1.0.3,+                    base >= 3 && < 5                             exposed-modules: Graphics.GPipe                      Graphics.GPipe.Stream