Cabal revisions of PyF-0.8.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: PyF version: 0.8.1.1+x-revision: 1 synopsis: Quasiquotations for a python like interpolated string formater description: Quasiquotations for a python like interpolated string formater. license: BSD-3-Clause PyF.Internal.Extensions PyF.Formatters - build-depends: base >= 4.9 && < 5.0+ build-depends: base >= 4.9 && < 5 , template-haskell >= 2.14 && < 2.16 -- Parsec and some transitive deps- , megaparsec >= 7.0 && < 8.0+ , megaparsec >= 7.0 && < 8 , text >= 0.11 && < 1.3 , containers >= 0.5 && < 0.7 , mtl