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: 934ce335991599a57471bf99e8fd952b854e86050c0098f06acf32c8430ee1a8 name: grids version: 0.1.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 , lens , vector default-language: Haskell2010