Skip to content

Commit

Permalink
Update from Hackage at 2019-09-30T23:03:43Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 30, 2019
1 parent 74148ef commit 36c2589
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions regex-compat/0.95.2.0/regex-compat.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
cabal-version: 1.12
name: regex-compat
version: 0.95.2.0

build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2006, Christopher Kuklewicz
author: Christopher Kuklewicz
maintainer: hvr@gnu.org
bug-reports: https://github.com/hvr/regex-compat/issues
synopsis: Replaces/Enhances "Text.Regex"
category: Text
description:
One module compat layer over <//hackage.haskell.org/package/regex-posix regex-posix> to replace "Text.Regex".
.
See also <https://wiki.haskell.org/Regular_expressions> for more information.

extra-source-files: ChangeLog.md

source-repository head
type: git
location: https://github.com/hvr/regex-compat.git

library
exposed-modules: Text.Regex

build-depends: base >= 4.3 && < 4.14
, regex-base == 0.94.*
, regex-posix == 0.96.*
, array >= 0.3 && < 0.6

default-language: Haskell2010
default-extensions: MultiParamTypeClasses, FunctionalDependencies

if impl(ghc >= 7.2)
default-extensions: Trustworthy

ghc-options: -Wall
1 change: 1 addition & 0 deletions regex-compat/0.95.2.0/regex-compat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"292580013e4aecac82924034811f5c46","Skein512_512":"7a1eb4b1a9ec3115970e12e8558078e7b1f416b738b592411a5e0d61e5790c8401cc546aaf4ba22db181c5d473440228267a7de88405ea1ac6a205d7dbc40c3a","SHA1":"78a29cc495e5ad3d6014a3405747c183b24fdf25","SHA512":"8b1b421f5e7688a1d4a61711a255505a047e90e9f9283a8cf2ebfa9774631e8fb3a071d61877ab22548a0c63e30237603196f043dac9cb64da4df2fdc4422300","SHA256":"1fc90e476fc30ced2404fac04433ec422463210a32b49f739864e1ebf2278406"},"package-locations":["https://hackage.haskell.org/package/regex-compat-0.95.2.0/regex-compat-0.95.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/regex-compat-0.95.2.0.tar.gz"],"package-size":4019}

0 comments on commit 36c2589

Please sign in to comment.