cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: fc06da362a02920aed6d8970731891497f28504ef1592353c91ca40c73a49d1f name: finite-table version: 0.1.0.1 x-revision: 6 synopsis: Types isomorphic to Fin, and Tables indexed by them. description: This provides a class `Finite` for types isomorphic to some `Fin n`, and uses it to implement array-backed total maps (`Table`s) indexed by them. category: Data homepage: https://github.com/awpr/fin-vec#readme bug-reports: https://github.com/awpr/fin-vec/issues author: Andrew Pritchard maintainer: Andrew Pritchard copyright: 2017-2021 Google LLC license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/awpr/fin-vec subdir: finite-table library exposed-modules: Data.Finite Data.Finite.Table other-modules: Paths_finite_table hs-source-dirs: src build-depends: adjunctions >=4.4 && <4.5 , base >=4.12 && <4.19 , cereal >=0.5 && <0.6 , data-default-class >=0.0 && <0.2 , deepseq >=1.1 && <1.5 , distributive >=0.1 && <0.7 , fin-int >=0.1 && <0.3 , indexed-traversable >=0.1 && <0.2 , lens >=4.15 && <5.3 , portray >=0.1.1 && <0.4 , portray-diff >=0.1 && <0.2 , short-vec >=0.1 && <0.2 , short-vec-lens >=0.1 && <0.2 , sint >=0.1 && <0.3 , wrapped >=0.1 && <0.2 default-language: Haskell2010 test-suite Finite-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_finite_table hs-source-dirs: test build-depends: QuickCheck , adjunctions >=4.4 && <4.5 , base >=4.12 && <4.17 , cereal >=0.5 && <0.6 , data-default-class >=0.0 && <0.2 , deepseq >=1.1 && <1.5 , distributive >=0.1 && <0.7 , fin-int >=0.1 && <0.2 , finite-table , indexed-traversable >=0.1 && <0.2 , lens >=4.15 && <5.1 , portray >=0.1.1 && <0.4 , portray-diff >=0.1 && <0.2 , short-vec >=0.1 && <0.2 , short-vec-lens >=0.1 && <0.2 , sint >=0.1 && <0.3 , test-framework , test-framework-quickcheck2 , wrapped >=0.1 && <0.2 default-language: Haskell2010