summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2022-08-04 14:09:55 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-09-13 16:33:24 +0100
commite8efb1fa8023e94a9fb9beca33ef2021137187e8 (patch)
tree43e5c947bbad809fc4d4ab87912eb937622d6c37 /libraries/template-haskell/changelog.md
parent3a815f30bcba5672085e823aeef90863253b0b1a (diff)
downloadhaskell-e8efb1fa8023e94a9fb9beca33ef2021137187e8.tar.gz
libraries: template-haskell: vendor filepath differentlywip/vendor-filepath-2
Vendoring with ../ in hs-source-dirs prevents upload to hackage. (cherry picked from commit 1446be7586ba70f9136496f9b67f792955447842)
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r--libraries/template-haskell/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index efca1d96c8..9cff6411cb 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -20,6 +20,11 @@
is used as operator, it will be bound to a promoted data constructor rather
than a type constructor, if both are in scope.
+ * Add a `vendor-filepath` Cabal flag to the `template-haskell` package. If
+ this flag is set then `template-haskell` will not depend on the `filepath`
+ package and will instead use some modules from `filepath` that have been
+ copied into the `template-haskell` source tree.
+
## 2.18.0.0
* The types of `ConP` and `conP` have been changed to allow for an additional list
of type applications preceding the argument patterns.