packages feed

any-pat-0.1.0.0: any-pat.cabal

name:                any-pat
version:             0.1.0.0
synopsis:            Quasiquoters that act on a sequence of patterns and compiles these view into patterns and expressions.
-- description:
homepage:            https://github.com/hapytex/any-pat#readme
license:             BSD3
license-file:        LICENSE
author:              Willem Van Onsem
maintainer:          hapytexeu+gh@gmail.com
copyright:           2023 HaPyTeΧ
category:            utils
build-type:          Simple
extra-source-files:  README.md
                     CHANGELOG.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:
      Data.Pattern.Any
  build-depends:
      base >= 4.7 && < 5
    , template-haskell >= 2.2.0.0
    , haskell-src-exts
    , haskell-src-meta
  default-language:    Haskell2010
  ghc-options:         -Wall
                       -Wcompat
                       -Widentities
                       -Wincomplete-record-updates
                       -Wincomplete-uni-patterns
                       -Wmissing-home-modules
                       -Wredundant-constraints

source-repository head
  type:     git
  location: https://github.com/hapytex/any-pat