[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: Further fix. (a07f7cc)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:43:41 UTC 2016


Repository : ssh://git@git.haskell.org/bytestring

On branches: master,revert-46-patch-1,wip/nix-local-build
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/a07f7cceecb88010e9aedfdb77b95c241f44fa57

>---------------------------------------------------------------

commit a07f7cceecb88010e9aedfdb77b95c241f44fa57
Author: Sean <burton.seanr at gmail.com>
Date:   Mon Nov 2 16:09:58 2015 +0000

    Further fix.


>---------------------------------------------------------------

a07f7cceecb88010e9aedfdb77b95c241f44fa57
 Data/ByteString.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/ByteString.hs b/Data/ByteString.hs
index 22afdf0..18cabcc 100644
--- a/Data/ByteString.hs
+++ b/Data/ByteString.hs
@@ -279,7 +279,7 @@ import GHC.Prim                 (Word#)
 import GHC.Base                 (build)
 import GHC.Word hiding (Word8)
 
-#if !(MIN_VERSION_BASE(4,7,0))
+#if !(MIN_VERSION_base(4,7,0))
 finiteBitSize :: Bits a => a -> Int
 finiteBitSize = bitSize
 #endif



More information about the ghc-commits mailing list