grids-0.2.0.0: grids.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 21db274f8abd8e6d956d24ef25c4ad5c0c1118727eccae42c59a1db28229edd3
name: grids
version: 0.2.0.0
description: Arbitrary sized type-safe grids with useful combinators
category: Data Structures
homepage: https://github.com/ChrisPenner/grids#readme
bug-reports: https://github.com/ChrisPenner/grids/issues
author: Chris Penner
maintainer: christopher.penner@gmail.com
copyright: Chris Penner
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/ChrisPenner/grids
library
exposed-modules:
Data.Grid
Data.Grid.Lens
other-modules:
Paths_grids
hs-source-dirs:
src
build-depends:
adjunctions
, base >=4.7 && <5
, distributive
, finite-typelits
, vector
default-language: Haskell2010