PyF 0.6.0.0 → 0.6.0.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 +2/−1
PyF.cabal view
@@ -1,5 +1,5 @@ name: PyF-version: 0.6.0.0+version: 0.6.0.1 synopsis: Quasiquotations for a python like interpolated string formater description: Quasiquotations for a python like interpolated string formater. license: BSD3@@ -43,6 +43,7 @@ build-depends: base, PyF, hspec, text, template-haskell, formatting, process ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010+ extra-libraries: python3 source-repository head type: git