gloss-algorithms 1.13.0.1 → 1.13.0.2
raw patch · 2 files changed
+7/−6 lines, 2 filesdep ~basesetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Graphics.Gloss.Data.QuadTree: TNode :: (QuadTree a) -> (QuadTree a) -> (QuadTree a) -> (QuadTree a) -> QuadTree a
+ Graphics.Gloss.Data.QuadTree: TNode :: QuadTree a -> QuadTree a -> QuadTree a -> QuadTree a -> QuadTree a
Files
- Setup.hs +0/−2
- gloss-algorithms.cabal +7/−4
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
gloss-algorithms.cabal view
@@ -1,11 +1,11 @@ Name: gloss-algorithms-Version: 1.13.0.1+Version: 1.13.0.2 License: MIT License-file: LICENSE Author: Ben Lippmeier Maintainer: benl@ouroborus.net Build-Type: Simple-Cabal-Version: >=1.6+Cabal-Version: >=1.10 Stability: stable Category: Graphics Homepage: http://gloss.ouroborus.net@@ -27,10 +27,13 @@ Library Build-Depends:- base >= 4.8 && < 4.12- , containers == 0.5.*+ base >= 4.8 && < 5+ , containers >= 0.5 && < 0.7 , ghc-prim , gloss == 1.13.*++ Default-Language:+ Haskell2010 ghc-options: -O2