any-pat-0.3.0.0: any-pat.cabal
name: any-pat
version: 0.3.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
, unordered-containers >=0.1
, 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
test-suite all-pat
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
other-modules:
Data.Pattern.AnySpec
build-depends:
base
, any-pat
, hspec ==2.*
, parsec >=3.0
, QuickCheck >=2.1
build-tool-depends:
hspec-discover:hspec-discover == 2.*
default-language: Haskell2010
default-extensions:
ghc-options: -Wall -Wcompat -Wcompat
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wredundant-constraints
source-repository head
type: git
location: https://github.com/hapytex/any-pat