packages feed

caseof-0.0.0: caseof.cabal

name:                caseof
version:             0.0.0
synopsis:            Combinators for casing on constructors
description:         Template-Haskell-based combinators that let you select on constructors.
homepage:            https://github.com/chrisdone/caseof#readme
license:             BSD3
license-file:        LICENSE
author:              Chris Done
maintainer:          chrisdone@gmail.com
copyright:           2018 Chris Done
category:            Development
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  ghc-options:         -Wall
  exposed-modules:     CaseOf
  build-depends:       base >= 4.7 && < 5, template-haskell
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/chrisdone/caseof