packages feed

PyF 0.6.1.0 → 0.6.1.1

raw patch · 1 files changed

+2/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

PyF.cabal view
@@ -1,5 +1,5 @@ name:                PyF-version:             0.6.1.0+version:             0.6.1.1 synopsis: Quasiquotations for a python like interpolated string formater description: Quasiquotations for a python like interpolated string formater. license:             BSD3@@ -40,6 +40,7 @@   hs-source-dirs:      test   main-is:             Spec.hs   other-modules: SpecUtils SpecCustomDelimiters+  build-tools:  python3   build-depends:       base, PyF, hspec, text, template-haskell, formatting, process   ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N   default-language:    Haskell2010