inline-c-cpp 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+7/−7 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- inline-c-cpp.cabal +7/−7
inline-c-cpp.cabal view
@@ -1,15 +1,15 @@ name: inline-c-cpp-version: 0.3.0.2+version: 0.3.0.3 synopsis: Lets you embed C++ code into Haskell. description: Utilities to inline C++ code into Haskell using inline-c. See tests for example on how to build. license: MIT license-file: LICENSE author: Francesco Mazzoli-maintainer: francesco@fpcomplete.com-copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2018 Francesco Mazzoli+maintainer: f@mazzo.li+copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2019 Francesco Mazzoli category: FFI-tested-with: GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1+tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5 build-type: Simple cabal-version: >=1.10 @@ -26,10 +26,10 @@ , safe-exceptions hs-source-dirs: src default-language: Haskell2010- ghc-options: -Wall -optc-std=c++11+ ghc-options: -Wall -optc-xc++ -optc-std=c++11 if os(darwin) -- avoid https://gitlab.haskell.org/ghc/ghc/issues/11829- ld-options: -Wl,-keep_dwarf_unwind + ld-options: -Wl,-keep_dwarf_unwind ghc-options: -pgmc=clang++ test-suite tests@@ -47,4 +47,4 @@ if os(darwin) ghc-options: -pgmc=clang++ extra-libraries: stdc++- cc-options: -Wall -Werror -std=c++11+ cc-options: -Wall -Werror -optc-xc++ -std=c++11