Skip to content

Commit

Permalink
pass cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed May 1, 2022
1 parent 6eba8d4 commit 98ce514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions fficxx-runtime/fficxx-runtime.cabal
@@ -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 <ianwookim@gmail.com>
Build-Type: Simple
Category: FFI Tools
Cabal-Version: >= 1.8
Cabal-Version: >= 1.10
Data-files:

Source-repository head
Expand All @@ -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,
Expand Down
9 changes: 4 additions & 5 deletions fficxx/fficxx.cabal
@@ -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 <ianwookim@gmail.com>
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
Expand Down Expand Up @@ -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

0 comments on commit 98ce514

Please sign in to comment.