From 872e19fce06ddd40bd0771dbd3cad2c3c6ed5e7d Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sun, 17 Jul 2022 02:37:15 +0200
Subject: [PATCH] Uupdate package description

---
 filepath.cabal | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/filepath.cabal b/filepath.cabal
index 892cb77..7f79ca7 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -44,6 +44,10 @@ description:
   .
   "System.OsString" is like "System.OsPath", but more general purpose. Refer to the documentation of
   those modules for more information.
+  .
+  An introduction into the new API can be found in this
+  <https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html blog post>.
+  Code examples for the new API can be found <https://github.com/hasufell/filepath-examples here>.
 
 extra-source-files:
   Generate.hs
-- 
GitLab