packages feed

gloss-raster 1.9.2.1 → 1.9.3.1

raw patch · 1 files changed

+13/−8 lines, 1 filesdep ~basedep ~ghc-primdep ~glossPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, ghc-prim, gloss, gloss-rendering, repa

API changes (from Hackage documentation)

Files

gloss-raster.cabal view
@@ -1,5 +1,5 @@ Name:                gloss-raster-Version:             1.9.2.1+Version:             1.9.3.1 License:             MIT License-file:        LICENSE Author:              Ben Lippmeier@@ -16,22 +16,27 @@ Synopsis:         Parallel rendering of raster images. +Flag llvm+  Description:  Compile via LLVM. This produces much better object code,+                but your GHC needs to have been built against the LLVM compiler.++  Default:      False+ source-repository head         type:           git         location:       https://github.com/benl23x5/gloss  Library   Build-Depends: -        base       == 4.7.*,-        ghc-prim   == 0.3.*,-        containers == 0.5.*,-        repa       == 3.3.*,-        gloss      == 1.9.2.*,-        gloss-rendering == 1.9.2.*+        base            == 4.8.*,+        ghc-prim        == 0.4.*,+        containers      == 0.5.*,+        repa            == 3.4.*,+        gloss           == 1.9.3.*,+        gloss-rendering == 1.9.3.*    ghc-options:         -Odph -fno-liberate-case-        -fllvm -optlo-O3    Exposed-modules:         Graphics.Gloss.Raster.Field