[commit: hsc2hs] master: Bump to 0.68.1 & add changelog for release (8fed36a)

git at git.haskell.org git at git.haskell.org
Fri Nov 11 22:53:13 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/hsc2hs.git/commitdiff/8fed36addd3439e01752a0ce48140ad0a56a6c61

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

commit 8fed36addd3439e01752a0ce48140ad0a56a6c61
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 11 23:44:08 2016 +0100

    Bump to 0.68.1 & add changelog for release


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

8fed36addd3439e01752a0ce48140ad0a56a6c61
 changelog.md | 9 +++++++++
 hsc2hs.cabal | 8 +++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..87cea62
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,9 @@
+## 0.68.1
+
+ - Fix type signature of generated `main` test function
+   to avoid C compiler warnings about unused `argc`/`argv`
+   function parameters during feature testing.
+
+ - Double-escape paths used to build call to `hsc_line`
+   ([#12504](http://ghc.haskell.org/ticket/12504))
+
diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 9d0718e..67378eb 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -1,5 +1,5 @@
 Name: hsc2hs
-Version: 0.68
+Version: 0.68.1
 Copyright: 2000, Marcin Kowalczyk
 License: BSD3
 License-File: LICENSE
@@ -16,12 +16,14 @@ Description:
     provide Haskell counterparts of C types, values of C constants,
     including sizes of C types, and access to fields of C structs.
     .
-    For more details, see
-    <http://www.haskell.org/ghc/docs/latest/html/users_guide/hsc2hs.html>.
+    For more details, see the
+    <http://downloads.haskell.org/~ghc/master/users-guide/utils.html#writing-haskell-interfaces-to-c-code-hsc2hs hsc2hs section>
+    in the GHC User's Guide.
 Category: Development
 Data-Files: template-hsc.h
 build-type: Simple
 cabal-version: >=1.10
+extra-source-files: changelog.md
 
 Executable hsc2hs
     Default-Language: Haskell2010



More information about the ghc-commits mailing list