Cabal revisions of regex-tdfa-1.3.1.2
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.2+x-revision: 1 build-Type: Simple license: BSD3 test/cases/*.txt 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.4- GHC == 8.10.7+ GHC == 9.4.1+ GHC == 9.2.2 GHC == 9.0.2- GHC == 9.2.1+ GHC == 8.10.7+ GHC == 8.8.4+ GHC == 8.6.5+ GHC == 8.4.4+ GHC == 8.2.2+ GHC == 8.0.2+ GHC == 7.10.3+ GHC == 7.8.4+ GHC == 7.6.3+ GHC == 7.4.2 source-repository head type: git source-repository this type: git location: https://github.com/haskell-hvr/regex-tdfa.git- tag: v1.3.1.2+ tag: v1.3.1.2-r1 flag force-O2 default: False if !impl(ghc >= 8.0) build-depends: fail == 4.9.* , semigroups == 0.18.* || == 0.19.*- build-depends: array >= 0.4 && < 0.6- , base >= 4.5 && < 4.17- , bytestring >= 0.9.2 && < 0.12- , containers >= 0.4.2 && < 0.7- , mtl >= 2.1.3 && < 2.4+ build-depends: array >= 0.4 && < 0.6+ , base >= 4.5 && < 5+ , bytestring >= 0.9.2 && < 0.12+ , containers >= 0.4.2 && < 0.7+ , mtl >= 2.1.3 && < 2.4 , parsec == 3.1.* , regex-base == 0.94.*- , text >= 1.2.3 && < 2.1+ , text >= 1.2.3 && < 2.1 default-language: Haskell2010 default-extensions: BangPatterns