Cabal revisions of regex-tdfa-1.3.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: regex-tdfa version: 1.3.1.0+x-revision: 1 build-Type: Simple license: BSD3 , GHC==8.2.2 , GHC==8.4.4 , GHC==8.6.5- , GHC==8.8.1+ , GHC==8.8.3+ , GHC==8.10.1 category: Text synopsis: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base) build-depends: fail == 4.9.* , semigroups == 0.18.* || == 0.19.* build-depends: array >= 0.4 && < 0.6- , base >= 4.5 && < 4.14+ , base >= 4.5 && < 4.15 , bytestring >= 0.9.2 && < 0.11 , containers >= 0.4.2 && < 0.7 , mtl >= 2.1.3 && < 2.3
revision 2
cabal-version: 1.12 name: regex-tdfa version: 1.3.1.0-x-revision: 1+x-revision: 2 build-Type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (c) 2007-2009, Christopher Kuklewicz author: Christopher Kuklewicz-maintainer: hvr@gnu.org+maintainer:+ Herbert Valerio Riedel <hvr@gnu.org>,+ Andreas Abel+homepage: https://wiki.haskell.org/Regular_expressions bug-reports: https://github.com/hvr/regex-tdfa/issues-tested-with: GHC==7.4.2- , GHC==7.6.3- , GHC==7.8.4- , GHC==7.10.3- , GHC==8.0.2- , GHC==8.2.2- , GHC==8.4.4- , GHC==8.6.5- , GHC==8.8.3- , GHC==8.10.1 category: Text synopsis: Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base) CHANGELOG.md test/cases/*.txt +tested-with:+ -- Haskell CI:+ GHC == 7.4.2+ GHC == 7.6.3+ GHC == 7.8.4+ GHC == 7.10.3+ GHC == 8.0.2+ GHC == 8.2.2+ GHC == 8.4.4+ GHC == 8.6.5+ GHC == 8.8.4+ GHC == 8.10.3+ -- manually (AA, 2021-02-17):+ -- GHC == 8.10.4+ -- GHC == 9.0.1+ source-repository head type: git location: https://github.com/hvr/regex-tdfa.git +source-repository this+ type: git+ location: https://github.com/hvr/regex-tdfa.git+ tag: v1.3.1.0-r2+ flag force-O2 default: False manual: True build-depends: fail == 4.9.* , semigroups == 0.18.* || == 0.19.* build-depends: array >= 0.4 && < 0.6- , base >= 4.5 && < 4.15- , bytestring >= 0.9.2 && < 0.11+ , base >= 4.5 && < 4.16+ , bytestring >= 0.9.2 && < 0.12 , containers >= 0.4.2 && < 0.7 , mtl >= 2.1.3 && < 2.3 , parsec == 3.1.*