packages feed

grid 7.6.7 → 7.6.8

raw patch · 1 files changed

+6/−6 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

grid.cabal view
@@ -1,21 +1,21 @@ Name:              grid-Version:           7.6.7+Version:           7.6.8 Stability:         experimental Synopsis:          Tools for working with regular grids (graphs, lattices). Description:       Provides tools for working with regular arrangements                    of tiles, such as might be used in a board game or some                    other type of grid map. Currently supports triangular,-                   square, and hexagonal tiles, with various 2D and +                   square, and hexagonal tiles, with various 2D and                    toroidal layouts.-                   The userguide is available at +                   The userguide is available at                    <https://github.com/mhwombat/grid/wiki>. Category:          Math License:           BSD3 License-file:      LICENSE-Copyright:         (c) Amy de Buitléir 2010-2014+Copyright:         (c) Amy de Buitl&eacute;ir 2010-2014 Homepage:          https://github.com/mhwombat/grid Bug-reports:       https://github.com/mhwombat/grid/issues-Author:            Amy de Buitléir+Author:            Amy de Buitl&eacute;ir Maintainer:        amy@nualeargais.ie Build-Type:        Simple Cabal-Version:     >=1.8@@ -27,7 +27,7 @@ source-repository this   type:     git   location: https://github.com/mhwombat/grid.git-  tag:      7.6.7+  tag:      7.6.8   library