[commit: packages/haskell98] master: Update haskell98.cabal and add changelog (446b1af)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 12:09:03 UTC 2014


Repository : ssh://git@git.haskell.org/haskell98

On branch  : master
Link       : http://git.haskell.org/packages/haskell98.git/commitdiff/446b1af378b185383b879ab7d1db99c291629144

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

commit 446b1af378b185383b879ab7d1db99c291629144
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Mar 22 13:08:00 2014 +0100

    Update haskell98.cabal and add changelog
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

446b1af378b185383b879ab7d1db99c291629144
 changelog.md    |   11 +++++++++++
 haskell98.cabal |    7 +++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..d3a71ec
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,11 @@
+# Changelog for [`haskell98` package](http://hackage.haskell.org/package/haskell98)
+
+## 2.0.0.3 *Mar 2014*
+
+  - Bundled with GHC 7.8.1
+
+  - Remove NHC98-specific code
+
+  - Adapt to changes in GHC 7.8's core-libaries
+
+  - Update to Cabal format 1.10
diff --git a/haskell98.cabal b/haskell98.cabal
index 92cf90f..8a22c65 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -14,8 +14,11 @@ description:
     This package provides compatibility with the modules of Haskell
     98 and the FFI addendum, by means of wrappers around modules from
     the base package (which in many cases have additional features).
-    However Prelude, Numeric and Foreign are provided directly by
-    the base package.
+    However "Prelude", "Numeric" and "Foreign" are provided directly by
+    the @base@ package.
+
+extra-source-files:
+    changelog.md
 
 source-repository head
     type:     git



More information about the ghc-commits mailing list