packages feed

lowgl 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~gl

Dependency ranges changed: gl

Files

lowgl.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            Basic gl wrapper and reference@@ -57,7 +57,7 @@   -- other-extensions:          -- Other library packages from which modules are imported.-  build-depends:       base >=4.7 && <4.8, vector >=0.10 && <0.11, linear >=1.16 && <1.17, gl >=0.6 && <0.7, data-default+  build-depends:       base >=4.7 && <4.8, vector >=0.10 && <0.11, linear >= 1.16 && <1.17, gl >=0.5 && <0.7, data-default      -- Directories containing source files.   -- hs-source-dirs:      @@ -73,4 +73,4 @@ source-repository this   type: git   location: https://github.com/evanrinehart/lowgl-  tag: 0.1.0.0+  tag: 0.1.0.1