cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 7abc29a51e67cb59dca3b968d5864b7bcfd1126df6a3bb4166c3eddd2999129f name: list-witnesses version: 0.1.2.0 synopsis: Witnesses for working with type-level lists description: Collection of assorted inductive witnesses and functions for working with type-level lists. . * *Data.Type.List.Edit* contains single-item edits of lists, including insertion, deletion, and substitution. * *Data.Type.List.Sublist* contains witnesses for prefixes, suffixes, and two-way splits of type-level lists. category: Dependent Types homepage: https://github.com/mstksg/list-witnesses#readme bug-reports: https://github.com/mstksg/list-witnesses/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE tested-with: GHC >= 8.6 build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/mstksg/list-witnesses library exposed-modules: Data.Type.List.Edit Data.Type.List.Sublist other-modules: Paths_list_witnesses hs-source-dirs: src ghc-options: -Wall -Wcompat -Wredundant-constraints -Werror=incomplete-patterns build-depends: base >=4.7 && <5 , decidable >=0.2 , functor-products , microlens , profunctors , singletons , vinyl default-language: Haskell2010