We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa89a6 commit 3d4e69fCopy full SHA for 3d4e69f
changelog.md
@@ -2,6 +2,10 @@
2
3
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
4
5
+## Unreleased
6
+
7
+ * Add `isExtensionOf` function.
8
9
## 1.4.1.2 *Feb 2017*
10
11
* Bundled with GHC 8.2.1
filepath.cabal
@@ -1,6 +1,6 @@
1
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
0 commit comments