generic-match-0.1.0.0: generic-match.cabal
cabal-version: 2.4
name: generic-match
version: 0.1.0.0
synopsis: For when first class pattern matches are needed
description: For when first class pattern matches are needed.
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.3 || ==8.8.3 || ==8.10.1
source-repository head
type: git
location: https://github.com/samuelschlesinger/generic-match
library
exposed-modules: Generic.Match
build-depends: base >=4.12 && <4.15
default-language: Haskell2010