name: grid version: 7.8.11 synopsis: Tools for working with regular grids (graphs, lattices). description: Please see the README on GitHub at homepage: https://github.com/mhwombat/grid#readme license: BSD3 license-file: LICENSE author: Amy de Buitléir maintainer: amy@nualeargais.ie copyright: 2010-2018 Amy de Buitléir category: Math bug-reports: https://github.com/mhwombat/grid/issues build-type: Simple extra-source-files: README.md ChangeLog.md cabal-version: >=1.10 library exposed-modules: Math.Geometry.Grid Math.Geometry.Grid.Hexagonal Math.Geometry.Grid.Hexagonal2 Math.Geometry.Grid.HexagonalInternal Math.Geometry.Grid.HexagonalInternal2 Math.Geometry.Grid.Octagonal Math.Geometry.Grid.OctagonalInternal Math.Geometry.Grid.Square Math.Geometry.Grid.SquareInternal Math.Geometry.Grid.Triangular Math.Geometry.Grid.TriangularInternal Math.Geometry.GridInternal Math.Geometry.GridMap Math.Geometry.GridMap.Lazy other-modules: Paths_grid hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , containers ==0.5.* || ==0.6.* default-language: Haskell2010 test-suite grid-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Math.Geometry.Grid.Hexagonal2QC Math.Geometry.Grid.HexagonalQC Math.Geometry.Grid.OctagonalQC Math.Geometry.Grid.SquareQC Math.Geometry.Grid.TriangularQC Math.Geometry.GridMap.LazyQC Math.Geometry.GridQC Paths_grid hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: QuickCheck , base >=4.7 && <5 , grid , test-framework , test-framework-quickcheck2 default-language: Haskell2010