regex-rure-0.1.0.1: regex-rure.cabal
cabal-version: 1.18
name: regex-rure
version: 0.1.0.1
license: GPL-3
license-file: LICENSE
maintainer: vamchale@gmail.com
author: Vanessa McHale
synopsis: Bindings to Rust's regex library
description:
Bindings to Rust's regex library, including a higher-level API.
category: Text, Regex
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
cbits/rure.h
source-repository head
type: git
location: https://github.com/vmchale/rure
library
exposed-modules:
Regex.Rure
Regex.Rure.FFI
build-tool-depends: c2hs:c2hs >=0.26.1
hs-source-dirs: src
default-language: Haskell2010
extra-libraries: rure
include-dirs: cbits
install-includes: cbits/rure.h
ghc-options: -Wall
build-depends:
base >=4.10.0.0 && <5,
bytestring >=0.11.0.0
if impl(ghc >=8.0)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities
if impl(ghc >=8.4)
ghc-options: -Wmissing-export-lists
if impl(ghc >=8.2)
ghc-options: -Wcpp-undef
if impl(ghc >=8.10)
ghc-options: -Wunused-packages
test-suite regex-rure-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
default-language: Haskell2010
other-extensions: OverloadedStrings
ghc-options: -Wall
build-depends:
base,
tasty,
tasty-hunit,
regex-rure,
bytestring
if impl(ghc >=8.0)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities
if impl(ghc >=8.4)
ghc-options: -Wmissing-export-lists
if impl(ghc >=8.2)
ghc-options: -Wcpp-undef
if impl(ghc >=8.10)
ghc-options: -Wunused-packages