packages feed

crc32c 0.2.1 → 0.2.2

raw patch · 2 files changed

+13/−3 lines, 2 filesdep +system-cxx-std-libPVP ok

version bump matches the API change (PVP)

Dependencies added: system-cxx-std-lib

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,10 @@+0.2.2+---++- Use system-cxx-std-lib for specifying C++ linkage+++ 0.2.1 --- 
crc32c.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:           crc32c-version:        0.2.1+version:        0.2.2 description:    Haskell bindings for crc32c synopsis:       crc32c category:       FFI, Raw@@ -44,9 +44,12 @@       include/crc32c_arm64.cc       include/crc32c_portable.cc       include/crc32c_sse42.cc-  extra-libraries:-      stdc++   cxx-options: -std=c++11+  if impl(ghc >= 9.4)+    build-depends: system-cxx-std-lib+  else+    extra-libraries:+      stdc++   if (arch(x86_64) && !os(windows))     cxx-options: -DHAVE_SSE42=1 -msse4.2   if arch(arm)