c2hs 0.28.4 → 0.28.5
raw patch · 3 files changed
+7/−1 lines, 3 files
Files
c2hs.cabal view
@@ -1,5 +1,5 @@ Name: c2hs-Version: 0.28.4+Version: 0.28.5 License: GPL-2 License-File: COPYING Copyright: Copyright (c) 1999-2007 Manuel M T Chakravarty@@ -102,6 +102,7 @@ tests/bugs/issue-152/*.chs tests/bugs/issue-152/*.h tests/bugs/issue-155/*.chs tests/bugs/issue-155/*.h tests/bugs/issue-180/*.chs tests/bugs/issue-180/*.h+ tests/bugs/issue-192/*.chs tests/bugs/issue-192/*.h source-repository head type: git
+ tests/bugs/issue-192/Issue192.chs view
@@ -0,0 +1,3 @@+module Issue192 where++#include "issue-192.h"
+ tests/bugs/issue-192/issue-192.h view
@@ -0,0 +1,2 @@+extern int __fpclassifyf128 (_Float128 __value) __attribute__ ((__nothrow__ , __leaf__))+ __attribute__ ((__const__));