[commit: packages/filepath] RyanGlScott-patch-1, master: #61, add changelog and version bumps (3d4e69f)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:51:19 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branches: RyanGlScott-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/3d4e69fa398951d2ce1eb836adde1966f48a14f8
>---------------------------------------------------------------
commit 3d4e69fa398951d2ce1eb836adde1966f48a14f8
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sat Aug 19 22:47:47 2017 +0100
#61, add changelog and version bumps
>---------------------------------------------------------------
3d4e69fa398951d2ce1eb836adde1966f48a14f8
changelog.md | 4 ++++
filepath.cabal | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index edecd17..97f3955 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
+## Unreleased
+
+ * Add `isExtensionOf` function.
+
## 1.4.1.2 *Feb 2017*
* Bundled with GHC 8.2.1
diff --git a/filepath.cabal b/filepath.cabal
index 443a759..e724cde 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
cabal-version: >= 1.18
name: filepath
-version: 1.4.1.2
+version: 1.4.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list