From 0212778440cc83dabc3f1206fe04a3b934faf152 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 24 Oct 2018 14:12:32 -0400 Subject: [PATCH] Bump version to 0.68.5 --- changelog.md | 5 ++++- hsc2hs.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b1061c5..07812af 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 d08cd9e..deadd0c 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 -- GitLab