Index: b/base64-bytestring.cabal
===================================================================
--- a/base64-bytestring.cabal
+++ b/base64-bytestring.cabal
@@ -1,6 +1,7 @@
 cabal-version:      1.12
 name:               base64-bytestring
 version:            1.2.1.0
+x-revision: 1
 synopsis:           Fast base64 encoding and decoding for ByteStrings
 description:
   This package provides support for encoding and decoding binary data according to @base64@ (see also <https://tools.ietf.org/html/rfc4648 RFC 4648>) for strict and lazy ByteStrings
@@ -32,7 +33,7 @@ tested-with:
    || ==8.4.4
    || ==8.6.5
    || ==8.8.4
-   || ==8.10.5
+   || ==8.10.7
 
 extra-source-files:
   README.md
@@ -50,7 +51,7 @@ library
   other-modules:    Data.ByteString.Base64.Internal
   build-depends:
       base        >=4   && <5
-    , bytestring  >=0.9 && <0.12
+    , bytestring  >=0.9 && <0.13
 
   ghc-options:      -Wall -funbox-strict-fields
   default-language: Haskell2010
