[commit: packages/Win32] Mistuke-fix-build, depend-os-windows, fix-appveyor-curl-ussue, master, win32-2.5.4.1-ghc-8.2: Added changelog to Hackage (#59) (680255f)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:27:55 UTC 2017
Repository : ssh://git@git.haskell.org/Win32
On branches: Mistuke-fix-build,depend-os-windows,fix-appveyor-curl-ussue,master,win32-2.5.4.1-ghc-8.2
Link : http://git.haskell.org/packages/Win32.git/commitdiff/680255f7d4bc4687b88ae571fb7608dc91351419
>---------------------------------------------------------------
commit 680255f7d4bc4687b88ae571fb7608dc91351419
Author: Andrés Sicard-Ramírez <asr at eafit.edu.co>
Date: Sun Nov 6 07:09:15 2016 -0500
Added changelog to Hackage (#59)
* [ changelog ] Put first the latest version.
* [ cabal ] Added changelog to Hackage.
Hackage supports a changelog field. I populated this field with
the changelog.md file.
>---------------------------------------------------------------
680255f7d4bc4687b88ae571fb7608dc91351419
Win32.cabal | 1 +
changelog.md | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Win32.cabal b/Win32.cabal
index 645d906..e8bf02f 100644
--- a/Win32.cabal
+++ b/Win32.cabal
@@ -15,6 +15,7 @@ cabal-version: >=1.6
extra-source-files:
include/diatemp.h include/dumpBMP.h include/ellipse.h include/errors.h
include/Win32Aux.h include/win32debug.h
+ changelog.md
Library
build-depends: base >= 4.5 && < 5, bytestring
diff --git a/changelog.md b/changelog.md
index 6df5356..501833d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,5 @@
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
-## 2.3.1.1 *May 2016*
-
-* Release for GHC 8.0.1
-
## 2.4.0.0 *Nov 2016*
* Add `windows_cconv.h` to the `install-includes` field of `Win32.cabal`,
@@ -19,3 +15,7 @@
* Added function `filepathRelativePathTo`
* Added function `pathRelativePathTo`
* Corrected 64 bit types (See #53)
+
+## 2.3.1.1 *May 2016*
+
+* Release for GHC 8.0.1
More information about the ghc-commits
mailing list