packages feed

grid 3.0 → 3.0.1

raw patch · 2 files changed

+6/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

grid.cabal view
@@ -1,11 +1,14 @@ name:           grid-version:        3.0+version:        3.0.1 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                  toroidal layouts.+                The userguide is available at +                <https://github.com/mhwombat/grid/wiki>.+                 NOTE: Version 3.0 changed the order of parameters                 for many functions. This makes it easier for the user                 to write mapping and folding operations.
src/Math/Geometry/Grid.hs view
@@ -9,6 +9,8 @@ -- -- A regular arrangement of tiles. Grids have a variety of uses, -- including games and self-organising maps.+-- The userguide is available at +-- <https://github.com/mhwombat/grid/wiki>. -- -- NOTE: Version 3.0 changed the order of parameters for many functions. -- This makes it easier for the user to write mapping and folding