*** setup configure Configuring compact-map-2008.11.9... Dependency array -any: using array-0.3.0.1 Dependency base -any: using base-4.2.0.2 Dependency binary -any: using binary-0.5.0.2 Dependency bytestring -any: using bytestring-0.9.1.7 Dependency containers -any: using containers-0.3.0.0 Using Cabal-1.8.0.6 compiled by ghc-6.12 Using compiler: ghc-6.12.3 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/compact-map-2008.11.9/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/compact-map-2008.11.9 Documentation installed in: /usr/local/tmp/archive/install/share/doc/compact-map-2008.11.9 Using alex version 2.3.3 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.5 found on system at: /usr/bin/gcc Using ghc version 6.12.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.3 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.8.1 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.17 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.25 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library compact-map-2008.11.9... Building compact-map-2008.11.9... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name compact-map-2008.11.9 -hide-all-packages -fbuilding-cabal-package -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id array-0.3.0.1-438000c197b51c147f229b54edbf632e -package-id base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -package-id binary-0.5.0.2-d8a2016532c382364dd8eb78608b883d -package-id bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 -package-id containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 -O -fwarn-unused-imports -XCPP Data.CompactMap Data.CompactMap.Types Data.CompactMap.Index Data.CompactMap.Buffer Data.CompactMap.Fetch [1 of 5] Compiling Data.CompactMap.Fetch ( src/Data/CompactMap/Fetch.hs, dist/build/Data/CompactMap/Fetch.o ) src/Data/CompactMap/Fetch.hs:18:0: Warning: The import of `Data.Bits' is redundant except perhaps to import instances from `Data.Bits' To import instances alone, use: import Data.Bits() src/Data/CompactMap/Fetch.hs:63:10: Warning: Bindings containing unlifted types must use an outermost bang pattern: { Ptr addr# = plusPtr ptr n } *** This will be an error in GHC 6.14! Fix your code now! In the expression: let n = sizeOf (0 :: Int) Ptr addr# = ptr `plusPtr` n in B.unsafePackAddressLen (size - n) addr# In the definition of `extractElementBS': extractElementBS ptr !size = let n = sizeOf (0 :: Int) Ptr addr# = ptr `plusPtr` n in B.unsafePackAddressLen (size - n) addr# [2 of 5] Compiling Data.CompactMap.Types ( src/Data/CompactMap/Types.hs, dist/build/Data/CompactMap/Types.o ) src/Data/CompactMap/Types.hs:9:26: Module `GHC.IOBase' does not export `Buffer' *** Trying again with preferred-versions *** setup configure Configuring compact-map-2008.11.9... Dependency array -any: using array-0.3.0.1 Dependency base <4: using base-3.0.3.2 Dependency binary -any: using binary-0.5.0.2 Dependency bytestring -any: using bytestring-0.9.1.7 Dependency containers -any: using containers-0.3.0.0 Using Cabal-1.8.0.6 compiled by ghc-6.12 Using compiler: ghc-6.12.3 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/compact-map-2008.11.9/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/compact-map-2008.11.9 Documentation installed in: /usr/local/tmp/archive/install/share/doc/compact-map-2008.11.9 Using alex version 2.3.3 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.5 found on system at: /usr/bin/gcc Using ghc version 6.12.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.3 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.8.1 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.17 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.25 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup haddock Running Haddock for compact-map-2008.11.9... /usr/local/bin/haddock --use-contents=/package/compact-map-2008.11.9 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library compact-map-2008.11.9... Running hscolour for compact-map-2008.11.9... Creating dist/doc/html/compact-map (and its parents) Creating dist/doc/html/compact-map/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/compact-map/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/compact-map/src/Data-CompactMap.html src/Data/CompactMap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/compact-map/src/Data-CompactMap-Types.html src/Data/CompactMap/Types.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/compact-map/src/Data-CompactMap-Index.html src/Data/CompactMap/Index.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/compact-map/src/Data-CompactMap-Buffer.html src/Data/CompactMap/Buffer.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/compact-map/src/Data-CompactMap-Fetch.html src/Data/CompactMap/Fetch.hs Warning: The documentation for the following packages are not installed. No links will be generated to these packages: base-3.0.3.2, ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp9941/src/Data/CompactMap.hs src/Data/CompactMap.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp9941/src/Data/CompactMap/Types.hs src/Data/CompactMap/Types.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp9941/src/Data/CompactMap/Index.hs src/Data/CompactMap/Index.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp9941/src/Data/CompactMap/Buffer.hs src/Data/CompactMap/Buffer.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp9941/src/Data/CompactMap/Fetch.hs src/Data/CompactMap/Fetch.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 Creating dist/doc/html/compact-map/ (and its parents) /usr/local/bin/haddock --use-contents=/package/compact-map-2008.11.9 --built-in-themes --prologue=dist/doc/html/compact-map/haddock-prolog9941.txt --dump-interface=dist/doc/html/compact-map/compact-map.haddock --optghc=-package-name --optghc=compact-map-2008.11.9 --hide=Data.CompactMap.Types --hide=Data.CompactMap.Index --hide=Data.CompactMap.Buffer --hide=Data.CompactMap.Fetch --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --read-interface=/packages/archive/array/0.3.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock --read-interface=/packages/archive/base/4.2.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock --read-interface=/packages/archive/binary/0.5.0.2/doc/html,/usr/local/tmp/archive/install/share/doc/binary-0.5.0.2/html/binary.haddock --read-interface=/packages/archive/bytestring/0.9.1.7/doc/html,/usr/local/share/doc/ghc/html/libraries/bytestring-0.9.1.7/bytestring.haddock --read-interface=/packages/archive/containers/0.3.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock --read-interface=/packages/archive/ghc-prim/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/packages/archive/integer-gmp/0.2.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock --read-interface=/packages/archive/syb/0.1.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock --odir=dist/doc/html/compact-map/ --title=compact-map-2008.11.9: Compact Data.Map implementation using Data.Binary --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-isrc --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=array-0.3.0.1-438000c197b51c147f229b54edbf632e --optghc=-package-id --optghc=base-3.0.3.2-260693a92016991a03206b5a55f6a411 --optghc=-package-id --optghc=binary-0.5.0.2-d8a2016532c382364dd8eb78608b883d --optghc=-package-id --optghc=bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 --optghc=-package-id --optghc=containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 --optghc=-O --optghc=-fwarn-unused-imports --optghc=-XCPP -B/usr/local/lib/ghc-6.12.3 dist/build/tmp9941/src/Data/CompactMap.hs dist/build/tmp9941/src/Data/CompactMap/Types.hs dist/build/tmp9941/src/Data/CompactMap/Index.hs dist/build/tmp9941/src/Data/CompactMap/Buffer.hs dist/build/tmp9941/src/Data/CompactMap/Fetch.hs src/Data/CompactMap/Types.hs:9:26: Module `GHC.IOBase' does not export `Buffer'