packages feed

list-witnesses-0.1.1.1: list-witnesses.cabal

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: a6892eb45e6aae7a7e7c3f4b23c95bdd2299a3a95a190137567cd326e5045529

name:           list-witnesses
version:        0.1.1.1
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.4
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.1.5
    , microlens
    , profunctors
    , singletons
    , vinyl
  default-language: Haskell2010