@hackage / sized-grid

Multidimensional grids with sized specified at compile time

Latest0.2.0.1

Changelog

Revision history for sized-grid

0.2.0.0 -- NOT PUBLISHED

  • _WrappedCoord is now an Iso

  • IsCoord is now of kind Nat -> *. Introduced IsCoordLifted. This is unfortunatly a breaking change

0.1.1.6 -- 2018-11-21

  • Reduced bound on generics-sop

0.1.1.5 -- 2018-11-20

  • Changed test suite to use QuickCheck

0.1.1.3 -- 2018-11-14

  • Version bumps

0.1.1.0 -- 2018-05-10

  • Added Field instances for coord
  • Added ways of manipulating coords

0.1.0.0 -- 2018-04-18

  • First version.