We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e925c commit 0fc4babCopy full SHA for 0fc4bab
2 files changed
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for PyF
2
3
+## 0.11.5.0 -- 2025-12-01
4
+
5
+- Release with support for GHC 9.14 (tested with -rc1)
6
7
## 0.11.4.0 -- 2025-01-03
8
9
- Fix indentation in `fmtTrim` when line break was escaped (bug https://github.com/guibou/PyF/issues/141).
PyF.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: PyF
-version: 0.11.4.0
+version: 0.11.5.0
synopsis:
Quasiquotations for a python like interpolated string formatter
0 commit comments