*** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=/package/regex-posix-0.93.1 --haddock-option=--built-in-themes --verbose This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Warning: defaultUserHooks in Setup script is deprecated. Configuring regex-posix-0.93.1... Flags chosen: splitbase=True Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Warning: 'include-dirs: include' directory does not exist. Dependency array -any: using array-0.3.0.1 Dependency base >=3.0: using base-4.2.0.2 Dependency bytestring -any: using bytestring-0.9.1.7 Dependency containers -any: using containers-0.3.0.0 Dependency regex-base >=0.93: using regex-base-0.93.2 Using Cabal-1.8.0.2 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/regex-posix-0.93.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/regex-posix-0.93.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/regex-posix-0.93.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 setup/setup build --verbose This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-posix-0.93.1... Building regex-posix-0.93.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name regex-posix-0.93.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -Iinclude -optP-DSPLIT_BASE=1 -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 bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 -package-id containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 -package-id regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 -O -Wall -O2 -XMultiParamTypeClasses -XFunctionalDependencies -XCPP -XForeignFunctionInterface -XGeneralizedNewtypeDeriving -XFlexibleContexts -XTypeSynonymInstances -XFlexibleInstances Text.Regex.Posix Text.Regex.Posix.Wrap Text.Regex.Posix.String Text.Regex.Posix.Sequence Text.Regex.Posix.ByteString Text.Regex.Posix.ByteString.Lazy [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o ) Text/Regex/Posix/Wrap.hsc:104:0: Warning: The import of `Control.Monad' is redundant except perhaps to import instances from `Control.Monad' To import instances alone, use: import Control.Monad() Text/Regex/Posix/Wrap.hsc:416:4: Warning: A do-notation statement discarded a result of type CSize. Suppress this warning by saying "_ <- c_regerror errCode regex_ptr errBuf errBufSize", or by using the flag -fno-warn-unused-do-bind [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o ) Text/Regex/Posix/String.hs:52:0: Warning: The import of `map, length' from module `Data.List' is redundant [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o ) Text/Regex/Posix/Sequence.hs:52:0: Warning: The import of `Data.List' is redundant except perhaps to import instances from `Data.List' To import instances alone, use: import Data.List() [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o ) [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o ) [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o ) Linking... /usr/bin/ar -r dist/build/libHSregex-posix-0.93.1.a dist/build/Text/Regex/Posix.o dist/build/Text/Regex/Posix/Wrap.o dist/build/Text/Regex/Posix/String.o dist/build/Text/Regex/Posix/Sequence.o dist/build/Text/Regex/Posix/ByteString.o dist/build/Text/Regex/Posix/ByteString/Lazy.o /usr/bin/ar: creating dist/build/libHSregex-posix-0.93.1.a /usr/bin/ld -x -r -o dist/build/HSregex-posix-0.93.1.o dist/build/Text/Regex/Posix.o dist/build/Text/Regex/Posix/Wrap.o dist/build/Text/Regex/Posix/String.o dist/build/Text/Regex/Posix/Sequence.o dist/build/Text/Regex/Posix/ByteString.o dist/build/Text/Regex/Posix/ByteString/Lazy.o /usr/local/bin/ghc --abi-hash -package-name regex-posix-0.93.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -Iinclude -optP-DSPLIT_BASE=1 -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 bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 -package-id containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 -package-id regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 -O -Wall -O2 -XMultiParamTypeClasses -XFunctionalDependencies -XCPP -XForeignFunctionInterface -XGeneralizedNewtypeDeriving -XFlexibleContexts -XTypeSynonymInstances -XFlexibleInstances Text.Regex.Posix Text.Regex.Posix.Wrap Text.Regex.Posix.String Text.Regex.Posix.Sequence Text.Regex.Posix.ByteString Text.Regex.Posix.ByteString.Lazy Registering regex-posix-0.93.1... /usr/local/bin/ghc-pkg update - --package-conf=dist/package.conf.inplace setup: regex-posix-0.93.1: include-dirs: /usr/local/tmp/archive/build/regex-posix-0.93.1/include doesn't exist or isn't a directory (use --force to override) *** Trying again with preferred-versions *** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=/package/regex-posix-0.93.1 --haddock-option=--built-in-themes --constraint=base<4 --constraint=parsec<3 --constraint=QuickCheck<2 --verbose This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Warning: defaultUserHooks in Setup script is deprecated. Configuring regex-posix-0.93.1... Flags chosen: splitbase=True Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Warning: 'include-dirs: include' directory does not exist. Dependency array -any: using array-0.3.0.1 Dependency base >=3.0 && <4: using base-3.0.3.2 Dependency bytestring -any: using bytestring-0.9.1.7 Dependency containers -any: using containers-0.3.0.0 Dependency regex-base >=0.93: using regex-base-0.93.2 Using Cabal-1.8.0.2 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/regex-posix-0.93.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/regex-posix-0.93.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/regex-posix-0.93.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 setup/setup haddock --verbose --html-location=/packages/archive/$pkg/$version/doc/html --hyperlink-source This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Running Haddock for regex-posix-0.93.1... /usr/local/bin/haddock --use-contents=/package/regex-posix-0.93.1 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-posix-0.93.1... Running hscolour for regex-posix-0.93.1... Creating dist/doc/html/regex-posix (and its parents) Creating dist/doc/html/regex-posix/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/regex-posix/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix.html Text/Regex/Posix.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix-Wrap.html dist/build/Text/Regex/Posix/Wrap.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix-String.html Text/Regex/Posix/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix-Sequence.html Text/Regex/Posix/Sequence.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix-ByteString.html Text/Regex/Posix/ByteString.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/regex-posix/src/Text-Regex-Posix-ByteString-Lazy.html Text/Regex/Posix/ByteString/Lazy.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/tmp24173/Text/Regex/Posix.hs Text/Regex/Posix.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24173/dist/build/Text/Regex/Posix/Wrap.hs dist/build/Text/Regex/Posix/Wrap.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24173/Text/Regex/Posix/String.hs Text/Regex/Posix/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24173/Text/Regex/Posix/Sequence.hs Text/Regex/Posix/Sequence.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24173/Text/Regex/Posix/ByteString.hs Text/Regex/Posix/ByteString.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24173/Text/Regex/Posix/ByteString/Lazy.hs Text/Regex/Posix/ByteString/Lazy.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H Creating dist/doc/html/regex-posix/ (and its parents) /usr/local/bin/haddock --use-contents=/package/regex-posix-0.93.1 --built-in-themes --prologue=dist/doc/html/regex-posix/haddock-prolog24173.txt --dump-interface=dist/doc/html/regex-posix/regex-posix.haddock --optghc=-package-name --optghc=regex-posix-0.93.1 --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/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/mtl/1.1.1.0/doc/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html/mtl.haddock --read-interface=/packages/archive/regex-base/0.93.2/doc/html,/usr/local/tmp/archive/install/share/doc/regex-base-0.93.2/html/regex-base.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/regex-posix/ --title=regex-posix-0.93.1: Replaces/Enhances Text.Regex --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=-Iinclude --optghc=-optP-DSPLIT_BASE=1 --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=bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 --optghc=-package-id --optghc=containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 --optghc=-package-id --optghc=regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 --optghc=-O --optghc=-Wall --optghc=-O2 --optghc=-XMultiParamTypeClasses --optghc=-XFunctionalDependencies --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-XGeneralizedNewtypeDeriving --optghc=-XFlexibleContexts --optghc=-XTypeSynonymInstances --optghc=-XFlexibleInstances -B/usr/local/lib/ghc-6.12.3 dist/build/tmp24173/Text/Regex/Posix.hs dist/build/tmp24173/dist/build/Text/Regex/Posix/Wrap.hs dist/build/tmp24173/Text/Regex/Posix/String.hs dist/build/tmp24173/Text/Regex/Posix/Sequence.hs dist/build/tmp24173/Text/Regex/Posix/ByteString.hs dist/build/tmp24173/Text/Regex/Posix/ByteString/Lazy.hs Documentation created: dist/doc/html/regex-posix/index.html setup/setup haddock --verbose --hoogle This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Running Haddock for regex-posix-0.93.1... /usr/local/bin/haddock --use-contents=/package/regex-posix-0.93.1 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-posix-0.93.1... 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/tmp24229/Text/Regex/Posix.hs Text/Regex/Posix.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24229/dist/build/Text/Regex/Posix/Wrap.hs dist/build/Text/Regex/Posix/Wrap.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24229/Text/Regex/Posix/String.hs Text/Regex/Posix/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24229/Text/Regex/Posix/Sequence.hs Text/Regex/Posix/Sequence.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24229/Text/Regex/Posix/ByteString.hs Text/Regex/Posix/ByteString.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp24229/Text/Regex/Posix/ByteString/Lazy.hs Text/Regex/Posix/ByteString/Lazy.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -DSPLIT_BASE=1 -D__GLASGOW_HASKELL__=612 -Iinclude -DHAVE_REGEX_H Creating dist/doc/html/regex-posix/ (and its parents) /usr/local/bin/haddock --use-contents=/package/regex-posix-0.93.1 --built-in-themes --prologue=dist/doc/html/regex-posix/haddock-prolog24229.txt --dump-interface=dist/doc/html/regex-posix/regex-posix.haddock --optghc=-package-name --optghc=regex-posix-0.93.1 --verbosity=1 --hoogle --read-interface=/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1,/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/bytestring-0.9.1.7,/usr/local/share/doc/ghc/html/libraries/bytestring-0.9.1.7/bytestring.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0,/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock --read-interface=/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html/mtl.haddock --read-interface=/usr/local/tmp/archive/install/share/doc/regex-base-0.93.2/html,/usr/local/tmp/archive/install/share/doc/regex-base-0.93.2/html/regex-base.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/syb-0.1.0.2,/usr/local/share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock --odir=dist/doc/html/regex-posix/ --title=regex-posix-0.93.1: Replaces/Enhances Text.Regex --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=-Iinclude --optghc=-optP-DSPLIT_BASE=1 --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=bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 --optghc=-package-id --optghc=containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 --optghc=-package-id --optghc=regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 --optghc=-O --optghc=-Wall --optghc=-O2 --optghc=-XMultiParamTypeClasses --optghc=-XFunctionalDependencies --optghc=-XCPP --optghc=-XForeignFunctionInterface --optghc=-XGeneralizedNewtypeDeriving --optghc=-XFlexibleContexts --optghc=-XTypeSynonymInstances --optghc=-XFlexibleInstances -B/usr/local/lib/ghc-6.12.3 dist/build/tmp24229/Text/Regex/Posix.hs dist/build/tmp24229/dist/build/Text/Regex/Posix/Wrap.hs dist/build/tmp24229/Text/Regex/Posix/String.hs dist/build/tmp24229/Text/Regex/Posix/Sequence.hs dist/build/tmp24229/Text/Regex/Posix/ByteString.hs dist/build/tmp24229/Text/Regex/Posix/ByteString/Lazy.hs Documentation created: dist/doc/html/regex-posix/regex-posix.txt *** setup build setup/setup build --verbose This links to the standard c library version of regular expressions. The corresponding c header file is regex.h and there is a chance you will need to edit the end of the regex-posix.cabal file to find the include directory and/or library. Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library regex-posix-0.93.1... Building regex-posix-0.93.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name regex-posix-0.93.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -Iinclude -optP-DSPLIT_BASE=1 -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-3.0.3.2-260693a92016991a03206b5a55f6a411 -package-id bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 -package-id containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 -package-id regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 -O -Wall -O2 -XMultiParamTypeClasses -XFunctionalDependencies -XCPP -XForeignFunctionInterface -XGeneralizedNewtypeDeriving -XFlexibleContexts -XTypeSynonymInstances -XFlexibleInstances Text.Regex.Posix Text.Regex.Posix.Wrap Text.Regex.Posix.String Text.Regex.Posix.Sequence Text.Regex.Posix.ByteString Text.Regex.Posix.ByteString.Lazy [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o ) Text/Regex/Posix/Wrap.hsc:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. Text/Regex/Posix/Wrap.hsc:104:0: Warning: The import of `Control.Monad' is redundant except perhaps to import instances from `Control.Monad' To import instances alone, use: import Control.Monad() Text/Regex/Posix/Wrap.hsc:416:4: Warning: A do-notation statement discarded a result of type CSize. Suppress this warning by saying "_ <- c_regerror errCode regex_ptr errBuf errBufSize", or by using the flag -fno-warn-unused-do-bind [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o ) Text/Regex/Posix/String.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. Text/Regex/Posix/String.hs:52:0: Warning: The import of `map, length' from module `Data.List' is redundant [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o ) Text/Regex/Posix/Sequence.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. Text/Regex/Posix/Sequence.hs:52:0: Warning: The import of `Data.List' is redundant except perhaps to import instances from `Data.List' To import instances alone, use: import Data.List() [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o ) Text/Regex/Posix/ByteString.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o ) Text/Regex/Posix/ByteString/Lazy.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o ) Text/Regex/Posix.hs:1:0: Warning: Module `Prelude' is deprecated: You are using the old package `base' version 3.x. Future GHC versions will not support base version 3.x. You should update your code to use the new base version 4.x. Linking... /usr/bin/ar -r dist/build/libHSregex-posix-0.93.1.a dist/build/Text/Regex/Posix.o dist/build/Text/Regex/Posix/Wrap.o dist/build/Text/Regex/Posix/String.o dist/build/Text/Regex/Posix/Sequence.o dist/build/Text/Regex/Posix/ByteString.o dist/build/Text/Regex/Posix/ByteString/Lazy.o /usr/bin/ar: creating dist/build/libHSregex-posix-0.93.1.a /usr/bin/ld -x -r -o dist/build/HSregex-posix-0.93.1.o dist/build/Text/Regex/Posix.o dist/build/Text/Regex/Posix/Wrap.o dist/build/Text/Regex/Posix/String.o dist/build/Text/Regex/Posix/Sequence.o dist/build/Text/Regex/Posix/ByteString.o dist/build/Text/Regex/Posix/ByteString/Lazy.o /usr/local/bin/ghc --abi-hash -package-name regex-posix-0.93.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -Iinclude -optP-DSPLIT_BASE=1 -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-3.0.3.2-260693a92016991a03206b5a55f6a411 -package-id bytestring-0.9.1.7-e4f5efe6019d4771130f5cd8d3216b38 -package-id containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379 -package-id regex-base-0.93.2-93d41c404776e7153a3c56abb15299c9 -O -Wall -O2 -XMultiParamTypeClasses -XFunctionalDependencies -XCPP -XForeignFunctionInterface -XGeneralizedNewtypeDeriving -XFlexibleContexts -XTypeSynonymInstances -XFlexibleInstances Text.Regex.Posix Text.Regex.Posix.Wrap Text.Regex.Posix.String Text.Regex.Posix.Sequence Text.Regex.Posix.ByteString Text.Regex.Posix.ByteString.Lazy Registering regex-posix-0.93.1... /usr/local/bin/ghc-pkg update - --package-conf=dist/package.conf.inplace setup: regex-posix-0.93.1: include-dirs: /usr/local/tmp/archive/build/regex-posix-0.93.1/include doesn't exist or isn't a directory (use --force to override)