Skip to content
Snippets Groups Projects
Commit 78748dc2 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Convert changelog to markdown

parent 12bdb3a4
No related branches found
No related tags found
No related merge requests found
-*- changelog -*-
1.3.0.2 Nov 2013
* Update to Cabal 1.10 format
* Minor Haddock cleanups
1.3.0.1 Sep 2012
* Bundled with GHC 7.6.1
* No changes
1.3.0.0 Feb 2012
* Bundled with GHC 7.4.1
* Add support for SafeHaskell
* Fix `normalise` "/" to result in "/" rather than "/.".
# Changelog for [`filepath` package](http://hackage.haskell.org/package/filepath)
## 1.3.0.2 *Mar 2014*
* Bundled with GHC 7.8.1
* Update to Cabal 1.10 format
* Minor Haddock cleanups
## 1.3.0.1 *Sep 2012*
* Bundled with GHC 7.6.1
* No changes
## 1.3.0.0 *Feb 2012*
* Bundled with GHC 7.4.1
* Add support for SafeHaskell
* Fix `normalise "/"` to result in `"/"` rather than `"/."`
......@@ -23,7 +23,7 @@ description:
Extra-Source-Files:
System/FilePath/Internal.hs
README.md
changelog
changelog.md
Library
default-language: Haskell98
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment