Skip to content

Instantly share code, notes, and snippets.

@ygale
Created May 28, 2014 17:16
Show Gist options
  • Save ygale/19f9529d342a2f6a92a8 to your computer and use it in GitHub Desktop.
Save ygale/19f9529d342a2f6a92a8 to your computer and use it in GitHub Desktop.
platform.sh output for #99
***
*** Running hptool
***
# rm (for build/.markers/rel/build/ghc-bindist/local)
# tar (for build/.markers/rel/build/ghc-bindist/local)
# configure (for build/.markers/rel/build/ghc-bindist/local)
checking for path to top of build tree... /home/abba/haskell/haskell-platform/build/ghc-bindist/ghc-7.8.2
Build platform inferred as: x86_64-unknown-linux
Host platform inferred as: x86_64-unknown-linux
Target platform inferred as: x86_64-unknown-linux
GHC build : x86_64-unknown-linux
GHC host : x86_64-unknown-linux
GHC target : x86_64-unknown-linux
checking for perl... /usr/bin/perl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gsed... sed
checking for gcc... /usr/bin/gcc
checking for ld... /usr/bin/ld
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking version of gcc... 4.7.2
checking how to run the C preprocessor... /usr/bin/gcc -E
checking whether ld is GNU ld... yes
checking whether ld understands --build-id... yes
checking whether ld understands -no_compact_unwind... yes
checking whether ld understands -filelist... no
checking for extra options to pass gcc when compiling via C... -fwrapv
checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done
checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done
checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done
checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done
checking for .subsections_via_symbols... no
checking whether your assembler supports .ident directive... yes
checking for GNU non-executable stack support... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking for ar... /usr/bin/ar
checking whether /usr/bin/ar is GNU ar... yes
checking for ar arguments... q
checking whether /usr/bin/ar supports @file... yes
checking for ranlib... ranlib
configure: creating ./config.status
config.status: creating settings
config.status: creating mk/config.mk
config.status: creating mk/install.mk
****************************************************
Configuration done, ready to 'make install'
(see README and INSTALL files for more info.)
****************************************************
# make (for build/.markers/rel/build/ghc-bindist/local)
make -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES
"rm" -f utils/ghc-pkg/dist-install/build/Version.hs
echo "module Version where" >> utils/ghc-pkg/dist-install/build/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist-install/build/Version.hs
echo "version = \"7.8.2\"" >> utils/ghc-pkg/dist-install/build/Version.hs
echo "targetOS = \"linux\"" >> utils/ghc-pkg/dist-install/build/Version.hs
echo "targetARCH = \"x86_64\"" >> utils/ghc-pkg/dist-install/build/Version.hs
"rm" -f utils/ghc-pkg/dist/build/Version.hs
echo "module Version where" >> utils/ghc-pkg/dist/build/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/dist/build/Version.hs
echo "version = \"7.8.2\"" >> utils/ghc-pkg/dist/build/Version.hs
echo "targetOS = \"linux\"" >> utils/ghc-pkg/dist/build/Version.hs
echo "targetARCH = \"x86_64\"" >> utils/ghc-pkg/dist/build/Version.hs
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci-7.8.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci-7.8.2"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci-7.8.2"
echo 'exec "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2" --interactive ${1+"$@"}' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci-7.8.2"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci-7.8.2"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci"
ln -s ghci-7.8.2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghci"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/." && /usr/bin/install -c -m 644 includes/./*.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/./" && /usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts" && /usr/bin/install -c -m 644 includes/rts/*.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts/" && /usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts/prof" && /usr/bin/install -c -m 644 includes/rts/prof/*.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts/prof/" && /usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts/storage" && /usr/bin/install -c -m 644 includes/rts/storage/*.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/rts/storage/" && /usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/stg" && /usr/bin/install -c -m 644 includes/stg/*.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/stg/" && true
/usr/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h includes/dist-derivedconstants/header/DerivedConstants.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include"
/usr/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include/"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'exeprog="haddock"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
cat utils/haddock/haddock.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock-ghc-7.8.2"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Classic.theme/"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/latex/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/frames.html "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/haddock-util.js "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Classic.theme/haskell_icon.gif "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Classic.theme/minus.gif "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Classic.theme/plus.gif "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Classic.theme/xhaddock.css "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Ocean.std-theme/hslogo-16.png "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Ocean.std-theme/minus.gif "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Ocean.std-theme/ocean.css "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Ocean.std-theme/plus.gif "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/html/Ocean.std-theme/synopsis.png "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/resources/latex/haddock.sty "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/latex/"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock"
ln -s haddock-ghc-7.8.2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/haddock"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'exeprog="hsc2hs"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
echo 'HSC2HS_EXTRA="--cflag=-fno-stack-protector "' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
cat utils/hsc2hs/hsc2hs.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hsc2hs"
/usr/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'exeprog="ghc-pkg"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
cat utils/ghc-pkg/ghc-pkg.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg-7.8.2"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg"
ln -s ghc-pkg-7.8.2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-pkg"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'exeprog="hpc"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
cat utils/hpc/hpc.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/hpc"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'exeprog="runghc"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
cat utils/runghc/runghc.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc-7.8.2"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runhaskell"
ln -s runghc "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runhaskell"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc"
ln -s runghc-7.8.2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/runghc"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo '#!/bin/bash' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'exedir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'exeprog="ghc-stage2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'executablename="$exedir/$exeprog"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'datadir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'bindir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'topdir="/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
echo 'executablename="$exedir/ghc"' >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
cat ghc/ghc.wrapper >> "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
chmod +x "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc-7.8.2"
"rm" -f "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc"
ln -s ghc-7.8.2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin/ghc"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/man"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/man/man1"
/usr/bin/install -c -m 644 docs/man/ghc.1 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/man/man1"
# driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants settings = libraries to install
# "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" = directory to install to
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"
for i in driver/ghc-usage.txt driver/ghci-usage.txt includes/dist-derivedconstants/header/platformConstants settings; do case $i in *.a) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"; true "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" ; strip "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"/`basename $i` ;; *.so) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" ;; *.dylib) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2";; *) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"; esac; done
/usr/bin/gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"' -DINCLUDE_DIR='"/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -DFFI_INCLUDE_DIR= -DFFI_LIB_DIR= '-DFFI_LIB="Cffi"' -x c -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header rts/package.conf.in -o rts/dist/package.conf.install.raw
grep -v '^#pragma GCC' rts/dist/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' >rts/dist/package.conf.install
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"
for i in utils/haddock/dist/build/tmp/haddock utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/hpc/dist-install/build/tmp/hpc utils/hpc/dist-install/build/tmp/hpc utils/runghc/dist-install/build/tmp/runghc utils/runghc/dist-install/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2 ghc/stage2/build/tmp/ghc-stage2; do \
/usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin"; \
done
"mv" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-stage2" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"
"rm" -rf "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/package.conf.d"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/package.conf.d"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"
# rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts-ghc7.8.2.so rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a rts/dist/build/libHSrts_debug-ghc7.8.2.so rts/dist/build/libHSrts_thr-ghc7.8.2.so rts/dist/build/libHSrts_thr_debug-ghc7.8.2.so rts/dist/build/libHSrts_l-ghc7.8.2.so rts/dist/build/libHSrts_thr_l-ghc7.8.2.so rts/dist/build/libffi.so rts/dist/build/libffi.so.6 rts/dist/build/libffi.so.6.0.0 rts/dist/build/libCffi.a rts/dist/build/libCffi_p.a rts/dist/build/libCffi_l.a rts/dist/build/libCffi_debug.a rts/dist/build/libCffi_thr.a rts/dist/build/libCffi_thr_debug.a rts/dist/build/libCffi_thr_l.a rts/dist/build/libCffi_thr_p.a = libraries to install
# "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0" = directory to install to
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"
for i in rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts-ghc7.8.2.so rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a rts/dist/build/libHSrts_debug-ghc7.8.2.so rts/dist/build/libHSrts_thr-ghc7.8.2.so rts/dist/build/libHSrts_thr_debug-ghc7.8.2.so rts/dist/build/libHSrts_l-ghc7.8.2.so rts/dist/build/libHSrts_thr_l-ghc7.8.2.so rts/dist/build/libffi.so rts/dist/build/libffi.so.6 rts/dist/build/libffi.so.6.0.0 rts/dist/build/libCffi.a rts/dist/build/libCffi_p.a rts/dist/build/libCffi_l.a rts/dist/build/libCffi_debug.a rts/dist/build/libCffi_thr.a rts/dist/build/libCffi_thr_debug.a rts/dist/build/libCffi_thr_l.a rts/dist/build/libCffi_thr_p.a; do case $i in *.a) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"; true "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0" ; strip "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"/`basename $i` ;; *.so) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0" ;; *.dylib) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0";; *) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/rts-1.0"; esac; done
# libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-ghc7.8.2.so = libraries to install
# "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1" = directory to install to
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1"
for i in libraries/xhtml/dist-install/build/libHSxhtml-3000.2.1-ghc7.8.2.so; do case $i in *.a) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1"; true "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1" ; strip "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1"/`basename $i` ;; *.so) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1" ;; *.dylib) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1";; *) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/xhtml-3000.2.1"; esac; done # libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.0-ghc7.8.2.so = libraries to install
# "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0" = directory to install to
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0"
for i in libraries/terminfo/dist-install/build/libHSterminfo-0.4.0.0-ghc7.8.2.so; do case $i in *.a) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0"; true "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0" ; strip "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0"/`basename $i` ;; *.so) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0" ;; *.dylib) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0";; *) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/terminfo-0.4.0.0"; esac; done # libraries/haskeline/dist-install/build/libHShaskeline-0.7.1.2-ghc7.8.2.so = libraries to install
# "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2" = directory to install to
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2"
for i in libraries/haskeline/dist-install/build/libHShaskeline-0.7.1.2-ghc7.8.2.so; do case $i in *.a) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2"; true "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2"/`basename $i` ;; *.dll) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2" ; strip "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2"/`basename $i` ;; *.so) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2" ;; *.dylib) /usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2";; *) /usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskeline-0.7.1.2"; esac; done
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/ghc-prim-0.3.1.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/integer-gmp dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/integer-gmp-0.5.1.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/base dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/base-4.7.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/filepath dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/filepath-1.3.0.2
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/array dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/array-0.5.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/deepseq dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/deepseq-1.3.0.2
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/bytestring dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bytestring-0.10.4.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/containers dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/containers-0.5.5.1
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/old-locale dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/old-locale-1.0.0.6
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/time dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/time-1.4.2
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/unix dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/unix-2.7.0.1
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/directory dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/directory-1.2.1.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/process dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/process-1.2.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/hpc dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/hpc-0.6.0.1
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/pretty dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/pretty-1.1.1.1
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/template-haskell dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/template-haskell-2.9.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/Cabal/Cabal dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/Cabal-1.18.1.3
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/binary dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/binary-0.7.1.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/bin-package-db dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin-package-db-0.0.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/hoopl dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/hoopl-3.10.0.1
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/transformers dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/transformers-0.3.0.0
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy compiler stage2 "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/ghc-7.8.2
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/old-time dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/old-time-1.1.0.2
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/haskell98 dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskell98-2.0.0.3
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/haskell2010 dist-install "strip" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' 'v p dyn'
Installing library in
/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/haskell2010-1.1.2.0
"/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" --force --global-package-db "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/package.conf.d" update rts/dist/package.conf.install
Reading package info from "rts/dist/package.conf.install" ... done.
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-prim dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering ghc-prim-0.3.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/integer-gmp dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering integer-gmp-0.5.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/base dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering base-4.7.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/filepath dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering filepath-1.3.0.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/array dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering array-0.5.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/deepseq dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering deepseq-1.3.0.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/bytestring dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering bytestring-0.10.4.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/containers dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering containers-0.5.5.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/old-locale dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering old-locale-1.0.0.6...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/time dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering time-1.4.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/unix dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering unix-2.7.0.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/directory dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering directory-1.2.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/process dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering process-1.2.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/hpc dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering hpc-0.6.0.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/pretty dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering pretty-1.1.1.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/template-haskell dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering template-haskell-2.9.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/Cabal/Cabal dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering Cabal-1.18.1.3...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/binary dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering binary-0.7.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/bin-package-db dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering bin-package-db-0.0.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/hoopl dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering hoopl-3.10.0.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/transformers dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering transformers-0.3.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register compiler stage2 "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering ghc-7.8.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/old-time dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering old-time-1.1.0.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/haskell98 dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering haskell98-2.0.0.3...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/haskell2010 dist-install "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/bin/ghc-pkg" "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2" '' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2' '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries' NO
Registering haskell2010-1.1.2.0...
for f in '/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin"
for i in utils/hp2ps/dist/build/tmp/hp2ps; do \
/usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/bin" ; \
done
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"
for i in utils/unlit/dist/build/tmp/unlit inplace/lib/ghc-split libraries/integer-gmp/mkGmpDerivedConstants/dist/build/tmp/mkGmpDerivedConstants; do \
/usr/bin/install -c -m 755 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/lib/ghc-7.8.2"; \
done
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc"
for i in utils/haddock/doc/haddock.ps utils/haddock/doc/haddock.pdf docs/users_guide/users_guide.ps docs/users_guide/users_guide.pdf; do \
/usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc"; \
done
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html"
/usr/bin/install -c -m 644 docs/index.html "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html"
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries"
for i in libraries/dist-haddock/*; do \
/usr/bin/install -c -m 644 $i "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries/"; \
done
/usr/bin/install -c -m 644 libraries/prologue.txt "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries/"
/usr/bin/install -c -m 755 libraries/gen_contents_index "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/libraries/"
for i in utils/haddock/doc/haddock docs/users_guide/users_guide; do \
/usr/bin/install -c -m 755 -d "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/`basename $i`"; \
/usr/bin/install -c -m 644 $i/* "/home/abba/haskell/haskell-platform/build/ghc-bindist/local/share/doc/ghc/html/`basename $i`"; \
done
# rm (for build/.markers/rel/build/package/hscolour-1.20.3/source)
# rm (for build/.markers/rel/build/package/happy-1.19.3/source)
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/source)
Unpacking to hscolour-1.20.3/
# mv (for build/.markers/rel/build/package/hscolour-1.20.3/source)
# cabal (for build/.markers/rel/build/package/happy-1.19.3/source)
Unpacking to happy-1.19.3/
# mv (for build/.markers/rel/build/package/happy-1.19.3/source)
# cabal (for build/package/hscolour-1.20.3/deps)
# rm (for build/.markers/rel/build/package/alex-3.1.3/source)
# cabal (for build/package/happy-1.19.3/deps)
# cabal (for build/.markers/rel/build/package/alex-3.1.3/source)
Unpacking to alex-3.1.3/
# mv (for build/.markers/rel/build/package/alex-3.1.3/source)
# rm (for build/.markers/rel/build/package/cabal-install-1.18.0.4/source)
# cabal (for build/.markers/rel/build/package/cabal-install-1.18.0.4/source)
Unpacking to cabal-install-1.18.0.4/
# mv (for build/.markers/rel/build/package/cabal-install-1.18.0.4/source)
# cabal (for build/package/cabal-install-1.18.0.4/deps)
# rm (for build/.markers/rel/build/package/zlib-0.5.4.1/source)
# cabal (for build/package/alex-3.1.3/deps)
# cabal (for build/.markers/rel/build/package/zlib-0.5.4.1/source)
Unpacking to zlib-0.5.4.1/
# mv (for build/.markers/rel/build/package/zlib-0.5.4.1/source)
# rm (for build/.markers/rel/build/package/xhtml-3000.2.1/source)
# cabal (for build/.markers/rel/build/package/xhtml-3000.2.1/source)
Unpacking to xhtml-3000.2.1/
# mv (for build/.markers/rel/build/package/xhtml-3000.2.1/source)
# cabal (for build/package/xhtml-3000.2.1/deps)
# rm (for build/.markers/rel/build/package/vector-0.10.9.1/source)
# cabal (for build/package/zlib-0.5.4.1/deps)
# cabal (for build/.markers/rel/build/package/vector-0.10.9.1/source)
Unpacking to vector-0.10.9.1/
# mv (for build/.markers/rel/build/package/vector-0.10.9.1/source)
# rm (for build/.markers/rel/build/package/unordered-containers-0.2.3.3/source)
# cabal (for build/.markers/rel/build/package/unordered-containers-0.2.3.3/source)
Unpacking to unordered-containers-0.2.3.3/
# mv (for build/.markers/rel/build/package/unordered-containers-0.2.3.3/source)
# cabal (for build/package/unordered-containers-0.2.3.3/deps)
# rm (for build/.markers/rel/build/package/text-1.1.0.0/source)
# cabal (for build/package/vector-0.10.9.1/deps)
# cabal (for build/.markers/rel/build/package/text-1.1.0.0/source)
Unpacking to text-1.1.0.0/
# mv (for build/.markers/rel/build/package/text-1.1.0.0/source)
# rm (for build/.markers/rel/build/package/syb-0.4.1/source)
# cabal (for build/.markers/rel/build/package/syb-0.4.1/source)
Unpacking to syb-0.4.1/
# mv (for build/.markers/rel/build/package/syb-0.4.1/source)
# cabal (for build/package/syb-0.4.1/deps)
# rm (for build/.markers/rel/build/package/stm-2.4.2/source)
# cabal (for build/package/text-1.1.0.0/deps)
# cabal (for build/.markers/rel/build/package/stm-2.4.2/source)
Unpacking to stm-2.4.2/
# mv (for build/.markers/rel/build/package/stm-2.4.2/source)
# rm (for build/.markers/rel/build/package/split-0.2.2/source)
# cabal (for build/.markers/rel/build/package/split-0.2.2/source)
Unpacking to split-0.2.2/
# mv (for build/.markers/rel/build/package/split-0.2.2/source)
# cabal (for build/package/split-0.2.2/deps)
# rm (for build/.markers/rel/build/package/regex-posix-0.95.2/source)
# cabal (for build/package/stm-2.4.2/deps)
# cabal (for build/.markers/rel/build/package/regex-posix-0.95.2/source)
Unpacking to regex-posix-0.95.2/
# mv (for build/.markers/rel/build/package/regex-posix-0.95.2/source)
# rm (for build/.markers/rel/build/package/regex-compat-0.95.1/source)
# cabal (for build/.markers/rel/build/package/regex-compat-0.95.1/source)
Unpacking to regex-compat-0.95.1/
# mv (for build/.markers/rel/build/package/regex-compat-0.95.1/source)
# cabal (for build/package/regex-compat-0.95.1/deps)
# rm (for build/.markers/rel/build/package/regex-base-0.93.2/source)
# cabal (for build/package/regex-posix-0.95.2/deps)
# cabal (for build/.markers/rel/build/package/regex-base-0.93.2/source)
Unpacking to regex-base-0.93.2/
# mv (for build/.markers/rel/build/package/regex-base-0.93.2/source)
# rm (for build/.markers/rel/build/package/random-1.0.1.1/source)
# cabal (for build/.markers/rel/build/package/random-1.0.1.1/source)
Unpacking to random-1.0.1.1/
# mv (for build/.markers/rel/build/package/random-1.0.1.1/source)
# cabal (for build/package/random-1.0.1.1/deps)
# rm (for build/.markers/rel/build/package/QuickCheck-2.6/source)
# cabal (for build/package/regex-base-0.93.2/deps)
# cabal (for build/.markers/rel/build/package/QuickCheck-2.6/source)
Unpacking to QuickCheck-2.6/
# mv (for build/.markers/rel/build/package/QuickCheck-2.6/source)
# rm (for build/.markers/rel/build/package/primitive-0.5.2.1/source)
# cabal (for build/.markers/rel/build/package/primitive-0.5.2.1/source)
Unpacking to primitive-0.5.2.1/
# mv (for build/.markers/rel/build/package/primitive-0.5.2.1/source)
# cabal (for build/package/primitive-0.5.2.1/deps)
# rm (for build/.markers/rel/build/package/parsec-3.1.5/source)
# cabal (for build/package/QuickCheck-2.6/deps)
# cabal (for build/.markers/rel/build/package/parsec-3.1.5/source)
Unpacking to parsec-3.1.5/
# mv (for build/.markers/rel/build/package/parsec-3.1.5/source)
# rm (for build/.markers/rel/build/package/parallel-3.2.0.4/source)
# cabal (for build/.markers/rel/build/package/parallel-3.2.0.4/source)
Unpacking to parallel-3.2.0.4/
# mv (for build/.markers/rel/build/package/parallel-3.2.0.4/source)
# cabal (for build/package/parallel-3.2.0.4/deps)
# rm (for build/.markers/rel/build/package/OpenGLRaw-1.5.0.0/source)
# cabal (for build/package/parsec-3.1.5/deps)
# cabal (for build/.markers/rel/build/package/OpenGLRaw-1.5.0.0/source)
Unpacking to OpenGLRaw-1.5.0.0/
# mv (for build/.markers/rel/build/package/OpenGLRaw-1.5.0.0/source)
# rm (for build/.markers/rel/build/package/OpenGL-2.9.2.0/source)
# cabal (for build/.markers/rel/build/package/OpenGL-2.9.2.0/source)
Unpacking to OpenGL-2.9.2.0/
# mv (for build/.markers/rel/build/package/OpenGL-2.9.2.0/source)
# cabal (for build/package/OpenGL-2.9.2.0/deps)
# rm (for build/.markers/rel/build/package/network-2.4.2.2/source)
# cabal (for build/package/OpenGLRaw-1.5.0.0/deps)
# cabal (for build/.markers/rel/build/package/network-2.4.2.2/source)
Unpacking to network-2.4.2.2/
# mv (for build/.markers/rel/build/package/network-2.4.2.2/source)
# rm (for build/.markers/rel/build/package/mtl-2.1.3.1/source)
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/source)
Unpacking to mtl-2.1.3.1/
# mv (for build/.markers/rel/build/package/mtl-2.1.3.1/source)
# cabal (for build/package/mtl-2.1.3.1/deps)
# rm (for build/.markers/rel/build/package/HUnit-1.2.5.2/source)
# cabal (for build/package/network-2.4.2.2/deps)
# cabal (for build/.markers/rel/build/package/HUnit-1.2.5.2/source)
Unpacking to HUnit-1.2.5.2/
# mv (for build/.markers/rel/build/package/HUnit-1.2.5.2/source)
# rm (for build/.markers/rel/build/package/HTTP-4000.2.10/source)
# cabal (for build/.markers/rel/build/package/HTTP-4000.2.10/source)
Unpacking to HTTP-4000.2.10/
# mv (for build/.markers/rel/build/package/HTTP-4000.2.10/source)
# cabal (for build/package/HTTP-4000.2.10/deps)
# rm (for build/.markers/rel/build/package/html-1.0.1.2/source)
# cabal (for build/package/HUnit-1.2.5.2/deps)
# cabal (for build/.markers/rel/build/package/html-1.0.1.2/source)
Unpacking to html-1.0.1.2/
# mv (for build/.markers/rel/build/package/html-1.0.1.2/source)
# rm (for build/.markers/rel/build/package/hashable-1.2.1.0/source)
# cabal (for build/.markers/rel/build/package/hashable-1.2.1.0/source)
Unpacking to hashable-1.2.1.0/
# mv (for build/.markers/rel/build/package/hashable-1.2.1.0/source)
# cabal (for build/package/hashable-1.2.1.0/deps)
# rm (for build/.markers/rel/build/package/haskell-src-1.0.1.6/source)
# cabal (for build/package/html-1.0.1.2/deps)
# cabal (for build/.markers/rel/build/package/haskell-src-1.0.1.6/source)
Unpacking to haskell-src-1.0.1.6/
# mv (for build/.markers/rel/build/package/haskell-src-1.0.1.6/source)
# rm (for build/.markers/rel/build/package/GLURaw-1.4.0.1/source)
# cabal (for build/.markers/rel/build/package/GLURaw-1.4.0.1/source)
Unpacking to GLURaw-1.4.0.1/
# mv (for build/.markers/rel/build/package/GLURaw-1.4.0.1/source)
# cabal (for build/package/GLURaw-1.4.0.1/deps)
# rm (for build/.markers/rel/build/package/GLUT-2.5.1.1/source)
# rm (for build/.markers/rel/build/package/fgl-5.5.0.1/source)
# cabal (for build/.markers/rel/build/package/GLUT-2.5.1.1/source)
Unpacking to GLUT-2.5.1.1/
# mv (for build/.markers/rel/build/package/GLUT-2.5.1.1/source)
# cabal (for build/package/haskell-src-1.0.1.6/deps)
# cabal (for build/.markers/rel/build/package/fgl-5.5.0.1/source)
Unpacking to fgl-5.5.0.1/
# mv (for build/.markers/rel/build/package/fgl-5.5.0.1/source)
# cabal (for build/package/GLUT-2.5.1.1/deps)
# rm (for build/.markers/rel/build/package/case-insensitive-1.1.0.3/source)
# cabal (for build/package/fgl-5.5.0.1/deps)
# cabal (for build/.markers/rel/build/package/case-insensitive-1.1.0.3/source)
Unpacking to case-insensitive-1.1.0.3/
# mv (for build/.markers/rel/build/package/case-insensitive-1.1.0.3/source)
# rm (for build/.markers/rel/build/package/attoparsec-0.10.4.0/source)
# cabal (for build/.markers/rel/build/package/attoparsec-0.10.4.0/source)
Unpacking to attoparsec-0.10.4.0/
# mv (for build/.markers/rel/build/package/attoparsec-0.10.4.0/source)
# cabal (for build/package/attoparsec-0.10.4.0/deps)
# rm (for build/.markers/rel/build/package/async-2.0.1.5/source)
# cabal (for build/package/case-insensitive-1.1.0.3/deps)
# cabal (for build/.markers/rel/build/package/async-2.0.1.5/source)
Unpacking to async-2.0.1.5/
# mv (for build/.markers/rel/build/package/async-2.0.1.5/source)
# cabal (for build/package/async-2.0.1.5/deps)
# rm (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cp (for build/product/haskell-platform-2014.1.0.0.tgz)
# cabal (for build/product/haskell-platform-2014.1.0.0.tgz)
Source directory created:
../build/src-tarball/haskell-platform-2014.1.0.0/hptool
# tar (for build/product/haskell-platform-2014.1.0.0.tgz)
# rm (for build/.markers/rel/build/target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3)
# rm (for build/.markers/rel/build/package/hscolour-1.20.3/build)
# rm (for build/.markers/rel/build/target/usr/local/haskell-platform/2014.1.0.0/lib/happy-1.19.3)
# rm (for build/.markers/rel/build/package/happy-1.19.3/build)
happy-1.19.3 needs mtl-2.1.3.1
hscolour-1.20.3 needs
>>> Building hscolour-1.20.3
# cp (for build/.markers/rel/build/package/hscolour-1.20.3/build)
# rm (for build/.markers/rel/build/package/hscolour-1.20.3/build)
# rm (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
# ghc-pkg (for build/.markers/rel/build/package/hscolour-1.20.3/build)
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
cleaning...
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
Resolving dependencies...
Configuring hscolour-1.20.3...
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
Building hscolour-1.20.3...
Preprocessing library hscolour-1.20.3...
[ 1 of 16] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, dist/build/Language/Haskell/HsColour/General.o )
[ 2 of 16] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, dist/build/Language/Haskell/HsColour/Classify.o )
[ 3 of 16] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, dist/build/Language/Haskell/HsColour/Anchors.o )
[ 4 of 16] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, dist/build/Language/Haskell/HsColour/ColourHighlight.o )
[ 5 of 16] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, dist/build/Language/Haskell/HsColour/Output.o )
[ 6 of 16] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, dist/build/Language/Haskell/HsColour/ANSI.o )
Language/Haskell/HsColour/ANSI.hs:62:10: Warning:
No explicit implementation for
‘toEnum’
In the instance declaration for ‘Enum Highlight’
[ 7 of 16] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, dist/build/Language/Haskell/HsColour/Options.o )
[ 8 of 16] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, dist/build/Language/Haskell/HsColour/Colourise.o )
[ 9 of 16] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, dist/build/Language/Haskell/HsColour/TTY.o )
[10 of 16] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, dist/build/Language/Haskell/HsColour/HTML.o )
[11 of 16] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, dist/build/Language/Haskell/HsColour/CSS.o )
[12 of 16] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, dist/build/Language/Haskell/HsColour/ACSS.o )
[13 of 16] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, dist/build/Language/Haskell/HsColour/InlineCSS.o )
[14 of 16] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, dist/build/Language/Haskell/HsColour/LaTeX.o )
[15 of 16] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, dist/build/Language/Haskell/HsColour/MIRC.o )
[16 of 16] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, dist/build/Language/Haskell/HsColour.o )
[ 1 of 16] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, dist/build/Language/Haskell/HsColour/General.p_o )
[ 2 of 16] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, dist/build/Language/Haskell/HsColour/Classify.p_o )
[ 3 of 16] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, dist/build/Language/Haskell/HsColour/Anchors.p_o )
[ 4 of 16] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, dist/build/Language/Haskell/HsColour/ColourHighlight.p_o )
[ 5 of 16] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, dist/build/Language/Haskell/HsColour/Output.p_o )
[ 6 of 16] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, dist/build/Language/Haskell/HsColour/ANSI.p_o )
Language/Haskell/HsColour/ANSI.hs:62:10: Warning:
No explicit implementation for
‘toEnum’
In the instance declaration for ‘Enum Highlight’
[ 7 of 16] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, dist/build/Language/Haskell/HsColour/Options.p_o )
[ 8 of 16] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, dist/build/Language/Haskell/HsColour/Colourise.p_o )
[ 9 of 16] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, dist/build/Language/Haskell/HsColour/TTY.p_o )
[10 of 16] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, dist/build/Language/Haskell/HsColour/HTML.p_o )
[11 of 16] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, dist/build/Language/Haskell/HsColour/CSS.p_o )
[12 of 16] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, dist/build/Language/Haskell/HsColour/ACSS.p_o )
[13 of 16] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, dist/build/Language/Haskell/HsColour/InlineCSS.p_o )
[14 of 16] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, dist/build/Language/Haskell/HsColour/LaTeX.p_o )
[15 of 16] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, dist/build/Language/Haskell/HsColour/MIRC.p_o )
[16 of 16] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, dist/build/Language/Haskell/HsColour.p_o )
In-place registering hscolour-1.20.3...
Preprocessing executable 'HsColour' for hscolour-1.20.3...
[ 1 of 17] Compiling Language.Haskell.HsColour.Output ( Language/Haskell/HsColour/Output.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Output.o )
[ 2 of 17] Compiling Language.Haskell.HsColour.General ( Language/Haskell/HsColour/General.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/General.o )
[ 3 of 17] Compiling Language.Haskell.HsColour.ColourHighlight ( Language/Haskell/HsColour/ColourHighlight.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ColourHighlight.o )
[ 4 of 17] Compiling Language.Haskell.HsColour.Classify ( Language/Haskell/HsColour/Classify.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Classify.o )
[ 5 of 17] Compiling Language.Haskell.HsColour.Anchors ( Language/Haskell/HsColour/Anchors.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Anchors.o )
[ 6 of 17] Compiling Language.Haskell.HsColour.ANSI ( Language/Haskell/HsColour/ANSI.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ANSI.o )
Language/Haskell/HsColour/ANSI.hs:62:10: Warning:
No explicit implementation for
‘toEnum’
In the instance declaration for ‘Enum Highlight’
[ 7 of 17] Compiling Language.Haskell.HsColour.Options ( Language/Haskell/HsColour/Options.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Options.o )
[ 8 of 17] Compiling Language.Haskell.HsColour.Colourise ( Language/Haskell/HsColour/Colourise.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/Colourise.o )
[ 9 of 17] Compiling Language.Haskell.HsColour.HTML ( Language/Haskell/HsColour/HTML.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/HTML.o )
[10 of 17] Compiling Language.Haskell.HsColour.CSS ( Language/Haskell/HsColour/CSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/CSS.o )
[11 of 17] Compiling Language.Haskell.HsColour.ACSS ( Language/Haskell/HsColour/ACSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/ACSS.o )
[12 of 17] Compiling Language.Haskell.HsColour.InlineCSS ( Language/Haskell/HsColour/InlineCSS.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/InlineCSS.o )
[13 of 17] Compiling Language.Haskell.HsColour.LaTeX ( Language/Haskell/HsColour/LaTeX.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/LaTeX.o )
[14 of 17] Compiling Language.Haskell.HsColour.MIRC ( Language/Haskell/HsColour/MIRC.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/MIRC.o )
[15 of 17] Compiling Language.Haskell.HsColour.TTY ( Language/Haskell/HsColour/TTY.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour/TTY.o )
[16 of 17] Compiling Language.Haskell.HsColour ( Language/Haskell/HsColour.hs, dist/build/HsColour/HsColour-tmp/Language/Haskell/HsColour.o )
[17 of 17] Compiling Main ( HsColour.hs, dist/build/HsColour/HsColour-tmp/Main.o )
Linking dist/build/HsColour/HsColour ...
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
Creating package registration file: ../target.conf
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
Creating package registration file: ../inplace.conf
# cabal (for build/.markers/rel/build/package/hscolour-1.20.3/build)
Running Haddock for hscolour-1.20.3...
Running hscolour for hscolour-1.20.3...
Preprocessing library hscolour-1.20.3...
Preprocessing executable 'HsColour' for hscolour-1.20.3...
Preprocessing library hscolour-1.20.3...
dist/build/tmp-24156/Language/Haskell/HsColour/ANSI.hs:62:10: Warning:
No explicit implementation for
‘toEnum’
In the instance declaration for ‘Enum Highlight’
Haddock coverage:
0% ( 0 / 3) in 'Language.Haskell.HsColour.General'
67% ( 2 / 3) in 'Language.Haskell.HsColour.Classify'
50% ( 1 / 2) in 'Language.Haskell.HsColour.Anchors'
88% ( 7 / 8) in 'Language.Haskell.HsColour.ColourHighlight'
33% ( 1 / 3) in 'Language.Haskell.HsColour.Output'
37% ( 10 / 27) in 'Language.Haskell.HsColour.ANSI'
50% ( 2 / 4) in 'Language.Haskell.HsColour.Options'
67% ( 4 / 6) in 'Language.Haskell.HsColour.Colourise'
100% ( 3 / 3) in 'Language.Haskell.HsColour.TTY'
38% ( 3 / 8) in 'Language.Haskell.HsColour.HTML'
40% ( 2 / 5) in 'Language.Haskell.HsColour.CSS'
43% ( 3 / 7) in 'Language.Haskell.HsColour.ACSS'
67% ( 2 / 3) in 'Language.Haskell.HsColour.InlineCSS'
67% ( 2 / 3) in 'Language.Haskell.HsColour.LaTeX'
100% ( 2 / 2) in 'Language.Haskell.HsColour.MIRC'
100% ( 4 / 4) in 'Language.Haskell.HsColour'
Warning: Language.Haskell.HsColour.Anchors: could not find link destinations for:
Language.Haskell.HsColour.Anchors.Anchor
Documentation created: dist/doc/html/hscolour/index.html
Preprocessing executable 'HsColour' for hscolour-1.20.3...
mtl-2.1.3.1 needs
>>> Building mtl-2.1.3.1
# cp (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
# rm (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
# ghc-pkg (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
cleaning...
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
Resolving dependencies...
Configuring mtl-2.1.3.1...
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
Building mtl-2.1.3.1...
Preprocessing library mtl-2.1.3.1...
[ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[13 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
[ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.p_o )
[ 2 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.p_o )
[ 3 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.p_o )
[ 4 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.p_o )
[ 5 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.p_o )
[ 6 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.p_o )
[ 7 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.p_o )
[ 8 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.p_o )
[ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.p_o )
[10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.p_o )
[11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.p_o )
[12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.p_o )
[13 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.p_o )
[14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.p_o )
[15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.p_o )
[16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.p_o )
[17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.p_o )
[18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.p_o )
[19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.p_o )
[20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.p_o )
[21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.p_o )
In-place registering mtl-2.1.3.1...
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
Creating package registration file: ../target.conf
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
Creating package registration file: ../inplace.conf
# cabal (for build/.markers/rel/build/package/mtl-2.1.3.1/build)
Running Haddock for mtl-2.1.3.1...
Running hscolour for mtl-2.1.3.1...
Preprocessing library mtl-2.1.3.1...
Preprocessing library mtl-2.1.3.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
100% ( 4 / 4) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
100% ( 3 / 3) in 'Control.Monad.Trans'
100% ( 14 / 14) in 'Control.Monad.Error'
100% ( 5 / 5) in 'Control.Monad.List'
100% ( 21 / 21) in 'Control.Monad.RWS.Lazy'
100% ( 2 / 2) in 'Control.Monad.RWS'
100% ( 22 / 22) in 'Control.Monad.Reader'
100% ( 21 / 21) in 'Control.Monad.RWS.Strict'
100% ( 23 / 23) in 'Control.Monad.State.Lazy'
100% ( 2 / 2) in 'Control.Monad.State'
100% ( 23 / 23) in 'Control.Monad.State.Strict'
94% ( 17 / 18) in 'Control.Monad.Writer.Lazy'
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
95% ( 20 / 21) in 'Control.Monad.Cont'
Documentation created: dist/doc/html/mtl/index.html
# cabal (for build/.markers/rel/build/target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3)
Installing library in
../../../target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3/lib
Installing executable(s) in
../../../target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3/bin
Warning: The directory
../../../target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3/bin
is not in the system search path.
# rm (for build/.markers/rel/build/target/usr/local/haskell-platform/2014.1.0.0/lib/alex-3.1.3)
Error when running Shake build system:
* build-all
* build-product
* build/product/generic.tar.gz
* build/target
* build/.markers/rel/build/target/usr/local/haskell-platform/2014.1.0.0/lib/hscolour-1.20.3
/usr/local/haskell-platform/2014.1.0.0: createDirectory: permission denied (Permission denied)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment