packages feed

generic-match-0.3.0.1: generic-match.cabal

cabal-version:       2.4
name:                generic-match
version:             0.3.0.1
synopsis:            First class pattern matching
description:         First class pattern matching.
license:             MIT
license-file:        LICENSE
author:              Samuel Schlesinger
maintainer:          sgschlesinger@gmail.com
copyright:           2020 Samuel Schlesinger
category:            Data
extra-source-files:  CHANGELOG.md, README.md
build-type:          Simple
extra-source-files:  CHANGELOG.md
tested-with:         GHC ==8.6.1 ||
                         ==8.6.2 ||
                         ==8.6.3 ||
                         ==8.6.4 ||
                         ==8.6.5 ||
                         ==8.8.1 ||
                         ==8.8.2 ||
                         ==8.8.3 ||
                         ==8.8.4 ||
                         ==8.10.1 ||
                         ==8.10.2 ||
                         ==9.0.1

source-repository head
  type: git
  location: https://github.com/samuelschlesinger/generic-match

library
  exposed-modules:     Generic.Match
  build-depends:       base >=4.12 && <4.16, generics-sop >=0.5 && <0.6
  default-language:    Haskell2010