diff --git a/changelog.md b/changelog.md index b1061c5f9bfb55bd1ef5d6b3cda56a62db8aa5d4..07812af836b060f7352cd731440ce118784c8102 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,11 @@ -## 0.68.4.1 +## 0.68.5 - Support response files regardless of which GHC `hsc2hs` was compiled with ([#15758](https://ghc.haskell.org/trac/ghc/ticket/15758)) + - Support for non-x86 platforms should be significantly more robust due to + improvements in `hsc2hs`'s assembly parser + ## 0.68.4 - Add support to read command line arguments supplied via response files diff --git a/hsc2hs.cabal b/hsc2hs.cabal index d08cd9e3978ee4c7b5077a6c02fad3bb9605b20f..deadd0c35def5302d8c11312dd85b43b45578860 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 Name: hsc2hs -Version: 0.68.4.1 +Version: 0.68.5 Copyright: 2000, Marcin Kowalczyk License: BSD3