Cabal revisions of rere-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: rere version: 0.2+x-revision: 1 synopsis: Regular-expressions extended with fixpoints for context-free powers || ==8.8.4 || ==8.10.4 || ==9.0.1+ || ==9.2.1 source-repository head type: git -- GHC boot libraries build-depends:- , base >=4.3.0.0 && <4.16+ , base >=4.3.0.0 && <4.17 , containers ^>=0.4.0.0 || ^>=0.5.0.0 || ^>=0.6.0.1 , parsec ^>=3.1.12.0 , transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0 build-depends: void ^>=0.7.3 if !impl(ghc >=8.0)- build-depends: semigroups >=0.18.5 && <0.20+ build-depends: semigroups >=0.18.5 && <0.21 -- expose examples first, so `cabal repl` loads them. exposed-modules: RERE.Examples
revision 2
cabal-version: 2.2 name: rere version: 0.2-x-revision: 1+x-revision: 2 synopsis: Regular-expressions extended with fixpoints for context-free powers || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4- || ==9.0.1- || ==9.2.1+ || ==8.10.7+ || ==9.0.2+ || ==9.2.4+ || ==9.4.1 source-repository head type: git -- GHC boot libraries build-depends:- , base >=4.3.0.0 && <4.17+ , base >=4.3.0.0 && <4.18 , containers ^>=0.4.0.0 || ^>=0.5.0.0 || ^>=0.6.0.1 , parsec ^>=3.1.12.0 , transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0 build-depends: , base , containers- , criterion ^>=1.5.5.0+ , criterion ^>=1.5.5.0 || ^>=1.6.0.0 , derp , parsec , rere other-modules: DerpConv ghc-options: -Wall -rtsopts build-depends:- , aeson ^>=1.4.6.0 || ^>=1.5.0.0+ , aeson ^>=1.4.6.0 || ^>=1.5.0.0 || ^>=2.0.0.0 || ^>=2.1.0.0 , attoparsec , base , bytestring , clock ^>=0.8 , containers- , criterion ^>=1.5.5.0+ , criterion ^>=1.5.5.0 || ^>=1.6.0.0 , derp , fin , parsec , rere , vec - -- extras- -- build-depends: saison- if !impl(ghc >=8.0)- build-depends: semigroups >=0.18.4 && <0.20+ build-depends: semigroups >=0.18.4 && <0.21 if !impl(ghc >=7.10) build-depends: void ^>=0.7.2
revision 3
cabal-version: 2.2 name: rere version: 0.2-x-revision: 2+x-revision: 3 synopsis: Regular-expressions extended with fixpoints for context-free powers || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.4- || ==9.4.1+ || ==9.2.7+ || ==9.4.4+ || ==9.6.1 source-repository head type: git -- GHC boot libraries build-depends:- , base >=4.3.0.0 && <4.18+ , base >=4.3.0.0 && <4.19 , containers ^>=0.4.0.0 || ^>=0.5.0.0 || ^>=0.6.0.1 , parsec ^>=3.1.12.0- , transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0+ , transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0 || ^>=0.6.1.0 -- other dependencies build-depends: QuickCheck ^>=2.14.2 if (flag(rere-cfg) && impl(ghc >=7.8)) build-depends:- , fin ^>=0.2- , vec ^>=0.4+ , fin ^>=0.2 || ^>=0.3+ , vec ^>=0.4 || ^>=0.5 exposed-modules: RERE.CFG