1 diff --git a/Text/Show/ByteString/Integer.hs b/Text/Show/ByteString/Integer.hs
2 index e1a30cd..46d5115 100644
3 --- a/Text/Show/ByteString/Integer.hs
4 +++ b/Text/Show/ByteString/Integer.hs
5 @@ -19,7 +19,7 @@ import GHC.Base
6 #if __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < 611 && INTEGER_GMP
7 import GHC.Integer.Internals
8 #elif __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ >= 611 && INTEGER_GMP
9 -import GHC.Integer.GMP.Internals
10 +import GHC.Integer.GMP.Internals hiding (quotRemInteger)
11 #elif __GLASGOW_HASKELL__ && INTEGER_SIMPLE
12 import GHC.Integer.Simple.Internals
14 diff --git a/bytestring-show.cabal b/bytestring-show.cabal
15 index 0da6800..f37c649 100644
16 --- a/bytestring-show.cabal
17 +++ b/bytestring-show.cabal
18 @@ -16,7 +16,7 @@ flag integer-simple
19 description: use with integer-simple build of GHC
22 - build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6
23 + build-depends: base < 5, binary < 0.9, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.7