[commit: packages/old-time] master: Add changelog (8901741)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 09:43:01 UTC 2014


Repository : ssh://git@git.haskell.org/old-time

On branch  : master
Link       : http://git.haskell.org/packages/old-time.git/commitdiff/89017411036b24875393e4fd6ca8ef92fc181ad2

>---------------------------------------------------------------

commit 89017411036b24875393e4fd6ca8ef92fc181ad2
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Mar 22 10:41:25 2014 +0100

    Add changelog
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

89017411036b24875393e4fd6ca8ef92fc181ad2
 changelog.md   |   19 +++++++++++++++++++
 old-time.cabal |    1 +
 2 files changed, 20 insertions(+)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..155acf7
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,19 @@
+# Changelog for [`old-time` package](http://hackage.haskell.org/package/old-time)
+
+## 1.1.0.2  *Mar 2014*
+
+  * Bundled with GHC 7.8.1
+
+  * Supports `base-4.7.0.0`
+
+  * Remove NHC98-specific code
+
+  * Update to Cabal 1.10 format
+
+## 1.1.0.1  *Sep 2012*
+
+  * Bundled with GHC 7.6.1
+
+  * Don't include deprecated `<sys/timeb.h>` on FreeBSD
+
+  * Fix `gettimeofday(2)` call on Win64
diff --git a/old-time.cabal b/old-time.cabal
index 99bfdad..1d99557 100644
--- a/old-time.cabal
+++ b/old-time.cabal
@@ -18,6 +18,7 @@ description:
 
 extra-source-files:
     aclocal.m4
+    changelog.md
     config.guess
     config.sub
     configure



More information about the ghc-commits mailing list