-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
Name: fficxx-runtime | ||
Version: 0.6 | ||
Synopsis: Runtime for fficxx-generated library | ||
Description: Runtime for fficxx-generated library | ||
Description: Runtime for fficxx-generated library. | ||
fficxx is an automatic haskell Foreign Function Interface (FFI) generator to C++. | ||
License: BSD3 | ||
License-file: LICENSE | ||
Author: Ian-Woo Kim | ||
Maintainer: Ian-Woo Kim <[email protected]> | ||
Build-Type: Simple | ||
Category: FFI Tools | ||
Cabal-Version: >= 1.8 | ||
Cabal-Version: >= 1.10 | ||
Data-files: | ||
|
||
Source-repository head | ||
|
@@ -17,8 +18,8 @@ Source-repository head | |
|
||
Library | ||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: -Wall -funbox-strict-fields -fno-warn-unused-do-bind | ||
ghc-prof-options: -caf-all -auto-all | ||
Build-Depends: | ||
base == 4.*, | ||
bytestring, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
Name: fficxx | ||
Version: 0.6 | ||
Synopsis: automatic C++ binding generation | ||
Description: automatic C++ binding generation | ||
Synopsis: Automatic C++ binding generation | ||
Description: fficxx is an automatic haskell Foreign Function Interface (FFI) generator to C++. | ||
License: BSD3 | ||
License-file: LICENSE | ||
Author: Ian-Woo Kim | ||
Maintainer: Ian-Woo Kim <[email protected]> | ||
Build-Type: Simple | ||
Category: FFI Tools | ||
Cabal-Version: >= 1.8 | ||
Cabal-Version: >= 1.10 | ||
|
||
Source-repository head | ||
type: git | ||
location: http://www.github.com/wavewave/fficxx | ||
|
||
Library | ||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
Build-Depends: base == 4.* | ||
, aeson | ||
, aeson-pretty | ||
|
@@ -67,5 +68,3 @@ Library | |
-funbox-strict-fields | ||
-fno-warn-unused-do-bind | ||
-fno-warn-missing-signatures | ||
-O2 | ||
ghc-prof-options: -caf-all -auto-all |