-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: add150642d3d975fd2ae7f93f27f6bb6a586d77198f61f9e7d145568cbab1255 name: grid version: 7.8.10 synopsis: Tools for working with regular grids (graphs, lattices). description: Please see the README on GitHub at category: Math homepage: https://github.com/mhwombat/grid#readme bug-reports: https://github.com/mhwombat/grid/issues author: Amy de Buitléir maintainer: amy@nualeargais.ie copyright: 2010-2018 Amy de Buitléir license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/mhwombat/grid 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 default-language: Haskell2010 test-suite som-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