Skip to content

Commit

Permalink
filepath 1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 11, 2015
1 parent 0ca0608 commit add900d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
@@ -1,3 +1,7 @@
0.4.2.1
-------
* `filepath` 1.4 support

0.4.2
-----
* Fixed a typo in .cabal which prevented the `Embed` flag from working properly.
Expand Down
4 changes: 2 additions & 2 deletions hyphenation.cabal
@@ -1,6 +1,6 @@
name: hyphenation
category: Text
version: 0.4.2
version: 0.4.2.1
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
Expand Down Expand Up @@ -79,7 +79,7 @@ test-suite doctests
containers,
directory >= 1.0 && < 1.3,
doctest >= 0.8 && < 0.10,
filepath >= 1.3 && < 1.4,
filepath >= 1.3 && < 1.5,
hyphenation,
unordered-containers
ghc-options: -Wall -threaded
Expand Down

0 comments on commit add900d

Please sign in to comment.