diff --git a/snappy.cabal b/snappy.cabal
--- a/snappy.cabal
+++ b/snappy.cabal
@@ -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)
