*** setup configure Configuring ArrayRef-0.1.3.1... Dependency base >3 && <5: using base-4.2.0.2 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/ArrayRef-0.1.3.1/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/ArrayRef-0.1.3.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/ArrayRef-0.1.3.1 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 ArrayRef-0.1.3.1... Building ArrayRef-0.1.3.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name ArrayRef-0.1.3.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -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 base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -O -Wall -XCPP -XFlexibleContexts -XFlexibleInstances -XFunctionalDependencies -XKindSignatures -XForeignFunctionInterface -XMagicHash -XRankNTypes -XScopedTypeVariables -XTypeOperators -XTypeSynonymInstances -XUnboxedTuples -XUnliftedFFITypes Control.Concurrent.LockingBZ Control.Monad.STorIO Data.HasDefaultValue Data.Ref Data.SyntaxSugar Data.Unboxed Data.ArrayBZ.Boxed Data.ArrayBZ.Diff Data.ArrayBZ.Dynamic Data.ArrayBZ.IArray Data.ArrayBZ.IO Data.ArrayBZ.MArray Data.ArrayBZ.ST Data.ArrayBZ.Storable Data.ArrayBZ.Unboxed Data.ArrayBZ.Internals.Boxed Data.ArrayBZ.Internals.IArray Data.ArrayBZ.Internals.MArray Data.ArrayBZ.Internals.Unboxed Data.Ref.LazyST Data.Ref.Unboxed Data.Ref.Universal GHC.ArrBZ GHC.Unboxed [ 1 of 24] Compiling Data.ArrayBZ.Internals.IArray ( Data/ArrayBZ/Internals/IArray.hs, dist/build/Data/ArrayBZ/Internals/IArray.o ) Data/ArrayBZ/IO.hs:2:11: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect [ 2 of 24] Compiling Data.ArrayBZ.Internals.MArray ( Data/ArrayBZ/Internals/MArray.hs, dist/build/Data/ArrayBZ/Internals/MArray.o ) [ 3 of 24] Compiling Data.ArrayBZ.MArray ( Data/ArrayBZ/MArray.hs, dist/build/Data/ArrayBZ/MArray.o ) [ 4 of 24] Compiling Data.ArrayBZ.Storable ( Data/ArrayBZ/Storable.hs, dist/build/Data/ArrayBZ/Storable.o ) [ 5 of 24] Compiling Data.HasDefaultValue ( Data/HasDefaultValue.hs, dist/build/Data/HasDefaultValue.o ) [ 6 of 24] Compiling GHC.Unboxed ( GHC/Unboxed.hs, dist/build/GHC/Unboxed.o ) GHC/Unboxed.hs:23:0: Warning: Module `GHC.IOBase' is deprecated: use GHC.IO instead GHC/Unboxed.hs:23:0: Warning: The import of `GHC.IOBase' is redundant except perhaps to import instances from `GHC.IOBase' To import instances alone, use: import GHC.IOBase() GHC/Unboxed.hs:27:0: Warning: The import of `GHC.Float' is redundant except perhaps to import instances from `GHC.Float' To import instances alone, use: import GHC.Float() GHC/Unboxed.hs:109:22: Warning: Bindings containing unlifted types must use an outermost bang pattern: { I# n# = fromIntegral n } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `fromI#': fromI# n = n# where I# n# = fromIntegral n [ 7 of 24] Compiling Data.Unboxed ( Data/Unboxed.hs, dist/build/Data/Unboxed.o ) [ 8 of 24] Compiling Control.Monad.STorIO ( Control/Monad/STorIO.hs, dist/build/Control/Monad/STorIO.o ) [ 9 of 24] Compiling Data.Ref.Unboxed ( Data/Ref/Unboxed.hs, dist/build/Data/Ref/Unboxed.o ) [10 of 24] Compiling Data.Ref.Universal ( Data/Ref/Universal.hs, dist/build/Data/Ref/Universal.o ) [11 of 24] Compiling Data.Ref ( Data/Ref.hs, dist/build/Data/Ref.o ) [12 of 24] Compiling Data.Ref.LazyST ( Data/Ref/LazyST.hs, dist/build/Data/Ref/LazyST.o ) [13 of 24] Compiling Data.ArrayBZ.Internals.Unboxed ( Data/ArrayBZ/Internals/Unboxed.hs, dist/build/Data/ArrayBZ/Internals/Unboxed.o ) Data/ArrayBZ/Internals/Unboxed.hs:119:4: Warning: A do-notation statement discarded a result of type t1. Suppress this warning by saying "_ <- action marr", or by using the flag -fno-warn-unused-do-bind Data/ArrayBZ/Internals/Unboxed.hs:129:4: Warning: A do-notation statement discarded a result of type t3. Suppress this warning by saying "_ <- action marr", or by using the flag -fno-warn-unused-do-bind Data/ArrayBZ/Internals/Unboxed.hs:191:39: Warning: The universally quantified type variable `s' does not appear in the type `IOUArray i e' In the transformation rule freeze/IOUArray Data/ArrayBZ/Internals/Unboxed.hs:193:45: Warning: The universally quantified type variable `s' does not appear in the type `IOUArray i e' In the transformation rule unsafeFreeze/IOUArray [14 of 24] Compiling Data.ArrayBZ.Unboxed ( Data/ArrayBZ/Unboxed.hs, dist/build/Data/ArrayBZ/Unboxed.o ) [15 of 24] Compiling GHC.ArrBZ ( GHC/ArrBZ.hs, dist/build/GHC/ArrBZ.o ) GHC/ArrBZ.hs:81:22: Warning: Bindings containing unlifted types must use an outermost bang pattern: { I# n# = fromIntegral n } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `fromI#': fromI# n = n# where I# n# = fromIntegral n [16 of 24] Compiling Data.ArrayBZ.Internals.Boxed ( Data/ArrayBZ/Internals/Boxed.hs, dist/build/Data/ArrayBZ/Internals/Boxed.o ) Data/ArrayBZ/Internals/Boxed.hs:182:4: Warning: A do-notation statement discarded a result of type t1. Suppress this warning by saying "_ <- action marr", or by using the flag -fno-warn-unused-do-bind Data/ArrayBZ/Internals/Boxed.hs:192:4: Warning: A do-notation statement discarded a result of type t3. Suppress this warning by saying "_ <- action marr", or by using the flag -fno-warn-unused-do-bind [17 of 24] Compiling Data.ArrayBZ.IO ( Data/ArrayBZ/IO.hs, dist/build/Data/ArrayBZ/IO.o ) Data/ArrayBZ/IO.hs:64:20: `haFD' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:64:29: `haBuffer' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:64:43: `haIsStream' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:65:12: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:65:20: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:65:32: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:65:43: `bufRPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:66:11: Not in scope: `bufferEmpty' Data/ArrayBZ/IO.hs:73:52: `bufWPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:73:63: `bufRPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:77:52: `bufRPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:86:27: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:92:10: Not in scope: `readRawBuffer' Data/ArrayBZ/IO.hs:116:22: `haFD' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:116:31: `haBuffer' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:116:45: `haIsStream' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:118:18: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:118:26: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:118:42: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:118:53: `bufSize' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:126:44: `bufWPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:130:35: Not in scope: `flushWriteBuffer' Data/ArrayBZ/IO.hs:133:28: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:133:36: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:133:48: `bufState' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:133:57: Not in scope: data constructor `WriteBuffer' Data/ArrayBZ/IO.hs:134:36: `bufRPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:134:47: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:134:62: `bufSize' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:135:20: Not in scope: `flushWriteBuffer' Data/ArrayBZ/IO.hs:142:22: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:142:42: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:144:22: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:144:35: Not in scope: type constructor or class `RawBuffer' *** Trying again with preferred-versions *** setup configure Configuring ArrayRef-0.1.3.1... Dependency base >3 && <4: using base-3.0.3.2 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/ArrayRef-0.1.3.1/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/ArrayRef-0.1.3.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/ArrayRef-0.1.3.1 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 ArrayRef-0.1.3.1... /usr/local/bin/haddock --use-contents=/package/ArrayRef-0.1.3.1 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library ArrayRef-0.1.3.1... Running hscolour for ArrayRef-0.1.3.1... Creating dist/doc/html/ArrayRef (and its parents) Creating dist/doc/html/ArrayRef/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/ArrayRef/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Control-Concurrent-LockingBZ.html Control/Concurrent/LockingBZ.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Control-Monad-STorIO.html Control/Monad/STorIO.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-HasDefaultValue.html Data/HasDefaultValue.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-Ref.html Data/Ref.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-SyntaxSugar.html Data/SyntaxSugar.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-Unboxed.html Data/Unboxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Boxed.html Data/ArrayBZ/Boxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Diff.html Data/ArrayBZ/Diff.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Dynamic.html Data/ArrayBZ/Dynamic.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-IArray.html Data/ArrayBZ/IArray.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-IO.html Data/ArrayBZ/IO.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-MArray.html Data/ArrayBZ/MArray.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-ST.html Data/ArrayBZ/ST.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Storable.html Data/ArrayBZ/Storable.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Unboxed.html Data/ArrayBZ/Unboxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Internals-Boxed.html Data/ArrayBZ/Internals/Boxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Internals-IArray.html Data/ArrayBZ/Internals/IArray.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Internals-MArray.html Data/ArrayBZ/Internals/MArray.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-ArrayBZ-Internals-Unboxed.html Data/ArrayBZ/Internals/Unboxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-Ref-LazyST.html Data/Ref/LazyST.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-Ref-Unboxed.html Data/Ref/Unboxed.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/Data-Ref-Universal.html Data/Ref/Universal.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/GHC-ArrBZ.html GHC/ArrBZ.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/ArrayRef/src/GHC-Unboxed.html GHC/Unboxed.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/tmp13658/Control/Concurrent/LockingBZ.hs Control/Concurrent/LockingBZ.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/tmp13658/Control/Monad/STorIO.hs Control/Monad/STorIO.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/tmp13658/Data/HasDefaultValue.hs Data/HasDefaultValue.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/tmp13658/Data/Ref.hs Data/Ref.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/tmp13658/Data/SyntaxSugar.hs Data/SyntaxSugar.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/tmp13658/Data/Unboxed.hs Data/Unboxed.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/tmp13658/Data/ArrayBZ/Boxed.hs Data/ArrayBZ/Boxed.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/tmp13658/Data/ArrayBZ/Diff.hs Data/ArrayBZ/Diff.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/tmp13658/Data/ArrayBZ/Dynamic.hs Data/ArrayBZ/Dynamic.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/tmp13658/Data/ArrayBZ/IArray.hs Data/ArrayBZ/IArray.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/tmp13658/Data/ArrayBZ/IO.hs Data/ArrayBZ/IO.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 Data/ArrayBZ/IO.hs:2:11: Warning: -#include and INCLUDE pragmas are deprecated: They no longer have any effect /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp13658/Data/ArrayBZ/MArray.hs Data/ArrayBZ/MArray.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/tmp13658/Data/ArrayBZ/ST.hs Data/ArrayBZ/ST.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/tmp13658/Data/ArrayBZ/Storable.hs Data/ArrayBZ/Storable.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/tmp13658/Data/ArrayBZ/Unboxed.hs Data/ArrayBZ/Unboxed.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/tmp13658/Data/ArrayBZ/Internals/Boxed.hs Data/ArrayBZ/Internals/Boxed.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/tmp13658/Data/ArrayBZ/Internals/IArray.hs Data/ArrayBZ/Internals/IArray.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/tmp13658/Data/ArrayBZ/Internals/MArray.hs Data/ArrayBZ/Internals/MArray.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/tmp13658/Data/ArrayBZ/Internals/Unboxed.hs Data/ArrayBZ/Internals/Unboxed.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/tmp13658/Data/Ref/LazyST.hs Data/Ref/LazyST.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/tmp13658/Data/Ref/Unboxed.hs Data/Ref/Unboxed.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/tmp13658/Data/Ref/Universal.hs Data/Ref/Universal.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/tmp13658/GHC/ArrBZ.hs GHC/ArrBZ.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/tmp13658/GHC/Unboxed.hs GHC/Unboxed.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 Creating dist/doc/html/ArrayRef/ (and its parents) /usr/local/bin/haddock --use-contents=/package/ArrayRef-0.1.3.1 --built-in-themes --prologue=dist/doc/html/ArrayRef/haddock-prolog13658.txt --dump-interface=dist/doc/html/ArrayRef/ArrayRef.haddock --optghc=-package-name --optghc=ArrayRef-0.1.3.1 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --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/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/ArrayRef/ --title=ArrayRef-0.1.3.1: Unboxed references, dynamic arrays and more --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-i. --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=base-3.0.3.2-260693a92016991a03206b5a55f6a411 --optghc=-O --optghc=-Wall --optghc=-XCPP --optghc=-XFlexibleContexts --optghc=-XFlexibleInstances --optghc=-XFunctionalDependencies --optghc=-XKindSignatures --optghc=-XForeignFunctionInterface --optghc=-XMagicHash --optghc=-XRankNTypes --optghc=-XScopedTypeVariables --optghc=-XTypeOperators --optghc=-XTypeSynonymInstances --optghc=-XUnboxedTuples --optghc=-XUnliftedFFITypes -B/usr/local/lib/ghc-6.12.3 dist/build/tmp13658/Control/Concurrent/LockingBZ.hs dist/build/tmp13658/Control/Monad/STorIO.hs dist/build/tmp13658/Data/HasDefaultValue.hs dist/build/tmp13658/Data/Ref.hs dist/build/tmp13658/Data/SyntaxSugar.hs dist/build/tmp13658/Data/Unboxed.hs dist/build/tmp13658/Data/ArrayBZ/Boxed.hs dist/build/tmp13658/Data/ArrayBZ/Diff.hs dist/build/tmp13658/Data/ArrayBZ/Dynamic.hs dist/build/tmp13658/Data/ArrayBZ/IArray.hs dist/build/tmp13658/Data/ArrayBZ/IO.hs dist/build/tmp13658/Data/ArrayBZ/MArray.hs dist/build/tmp13658/Data/ArrayBZ/ST.hs dist/build/tmp13658/Data/ArrayBZ/Storable.hs dist/build/tmp13658/Data/ArrayBZ/Unboxed.hs dist/build/tmp13658/Data/ArrayBZ/Internals/Boxed.hs dist/build/tmp13658/Data/ArrayBZ/Internals/IArray.hs dist/build/tmp13658/Data/ArrayBZ/Internals/MArray.hs dist/build/tmp13658/Data/ArrayBZ/Internals/Unboxed.hs dist/build/tmp13658/Data/Ref/LazyST.hs dist/build/tmp13658/Data/Ref/Unboxed.hs dist/build/tmp13658/Data/Ref/Universal.hs dist/build/tmp13658/GHC/ArrBZ.hs dist/build/tmp13658/GHC/Unboxed.hs Data/ArrayBZ/IO.hs:64:20: `haFD' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:64:29: `haBuffer' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:64:43: `haIsStream' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:65:12: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:65:20: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:65:32: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:65:43: `bufRPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:66:11: Not in scope: `bufferEmpty' Data/ArrayBZ/IO.hs:73:52: `bufWPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:73:63: `bufRPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:77:52: `bufRPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:86:27: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:92:10: Not in scope: `readRawBuffer' Data/ArrayBZ/IO.hs:116:22: `haFD' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:116:31: `haBuffer' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:116:45: `haIsStream' is not a (visible) field of constructor `Handle__' Data/ArrayBZ/IO.hs:118:18: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:118:26: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:118:42: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:118:53: `bufSize' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:126:44: `bufWPtr' is not a (visible) constructor field name Data/ArrayBZ/IO.hs:133:28: Not in scope: data constructor `Buffer' Data/ArrayBZ/IO.hs:133:36: `bufBuf' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:133:48: `bufState' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:133:57: Not in scope: data constructor `WriteBuffer' Data/ArrayBZ/IO.hs:134:36: `bufRPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:134:47: `bufWPtr' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:134:62: `bufSize' is not a (visible) field of constructor `Buffer' Data/ArrayBZ/IO.hs:142:22: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:142:42: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:144:22: Not in scope: type constructor or class `RawBuffer' Data/ArrayBZ/IO.hs:144:35: Not in scope: type constructor or class `RawBuffer' Warning: Data.ArrayBZ.MArray: newArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.ArrayBZ.MArray: newArray_ is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.ArrayBZ.MArray: readArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.ArrayBZ.MArray: writeArray is exported separately but will be documented under MArray. Consider exporting it together with its parent(s) for code clarity. Warning: Data.ArrayBZ.MArray: bounds is exported separately but will be documented under HasBounds. Consider exporting it together with its parent(s) for code clarity. Warning: Data.ArrayBZ.MArray: getBounds is exported separately but will be documented under HasMutableBounds. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Unboxed: readUnboxed is exported separately but will be documented under Unboxed. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Unboxed: writeUnboxed is exported separately but will be documented under Unboxed. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Unboxed: indexUnboxed is exported separately but will be documented under Unboxed. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Unboxed: sizeOfUnboxed is exported separately but will be documented under Unboxed. Consider exporting it together with its parent(s) for code clarity.