diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..d3a71ec4a7a03afeffc039a7a86ed1c7a4245bfa --- /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 92cf90f3dad9cb7dd88db2199442456f0d785ae2..8a22c651e84cc4d688ff1c0768608291c8543644 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