packages feed

snappy 0.2.0.3 → 0.2.0.4

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

snappy.cabal view
@@ -1,6 +1,6 @@ cabal-version:  2.2 name:           snappy-version:        0.2.0.3+version:        0.2.0.4 homepage:       http://framagit.org/ljdarj/snappy bug-reports:    http://framagit.org/ljdarj/snappy/-/issues synopsis:@@ -26,11 +26,13 @@   cxx-sources:      cbits/hs_snappy.cpp   include-dirs:     include   extra-libraries:  snappy-  cxx-options:      -Wall -fno-rtti+  cxx-options:      -Wall -fno-rtti -std=c++11   ghc-options:      -Wall   default-language: Haskell2010 -  build-depends:   base < 5, bytestring+  build-depends:+    base < 5,+    bytestring >= 0.11   if impl(ghc >= 6.10)     build-depends: base >= 4   if impl(ghc >= 9.4)