[commit: packages/old-locale] master: Add changelog and update Cabal file (d0c1d68)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 08:51:42 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/old-locale.git/commitdiff/d0c1d68d0232500d875384d8a5abd936f8a6b9bf

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

commit d0c1d68d0232500d875384d8a5abd936f8a6b9bf
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Mar 22 09:19:25 2014 +0100

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


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

d0c1d68d0232500d875384d8a5abd936f8a6b9bf
 changelog.md     |   19 +++++++++++++++++++
 old-locale.cabal |    5 ++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..7f59c7a
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,19 @@
+# Changelog for [`old-locale` package](http://hackage.haskell.org/package/old-locale)
+
+## 1.0.0.6  *Mar 2014*
+
+  * Bundled with GHC 7.8.1
+
+  * Update to Cabal 1.10 format
+
+## 1.0.0.5  *Sep 2012*
+
+  * Bundled with GHC 7.6.1
+
+  * Un-deprecate `old-locale` package
+
+## 1.0.0.4  *Feb 2012*
+
+  * Bundled with GHC 7.4.1
+
+  * Add support for SafeHaskell
diff --git a/old-locale.cabal b/old-locale.cabal
index 9b94fc1..e535fe1 100644
--- a/old-locale.cabal
+++ b/old-locale.cabal
@@ -14,11 +14,14 @@ description:
     This package provides the ability to adapt to
     locale conventions such as date and time formats.
 
+extra-source-files:
+    changelog.md
+
 source-repository head
     type:     git
     location: http://git.haskell.org/packages/old-locale.git
 
-source-repository head
+source-repository this
     type:     git
     location: http://git.haskell.org/packages/old-locale.git
     tag:      old-locale-1.0.0.6-release



More information about the ghc-commits mailing list