

>> Step 1 - configuring bzlib-0.3

Configuring bzlib-0.3...
configure: Reading installed packages...
/usr/bin/ghc-pkg --user list
Setup.hs: Warning: No license-file field.
configure: Dependency base-any: using base-2.0
configure: Using compiler: ghc-6.6
configure: Using install prefix: /home/user1
configure: Binaries installed in: /home/user1/bin
configure: Libraries installed in: /home/user1/lib/bzlib-0.3/ghc-6.6
configure: Private binaries installed in: /home/user1/libexec
configure: Data files installed in: /home/user1/share/bzlib-0.3
configure: Documentation installed in: /home/user1/share/doc/bzlib-0.3
configure: Using alex version 2.1.0 found on system at: /usr/bin/alex
configure: Using ar found on system at: /usr/bin/ar
configure: No c2hs found
configure: Using cpphs version 0.7 found on system at: /usr/bin/cpphs
configure: No ffihugs found
configure: Using ghc version 6.6 found on system at: /usr/bin/ghc
configure: Using ghc-pkg version 6.6 found on system at: /usr/bin/ghc-pkg
configure: No greencard found
configure: Using haddock version 2.0 found on system at: /usr/bin/haddock
configure: Using happy version 1.16 found on system at: /usr/bin/happy
configure: No hmake found
configure: Using hsc2hs version 0.66 found on system at: /usr/bin/hsc2hs
configure: Using hscolour version 1.8 found on system at: /usr/local/bin/HsColour
configure: No hugs found
configure: No jhc found
configure: Using ld found on system at: /usr/bin/ld
configure: No nhc found
configure: No pfesetup found
configure: Using ranlib found on system at: /usr/bin/ranlib
configure: Using tar found on system at: /bin/tar


>> Step 2 - building bzlib-0.3

Preprocessing library bzlib-0.3...
Building bzlib-0.3...
[1 of 3] Compiling Codec.Compression.BZip.Stream ( dist/build/Codec/Compression/BZip/Stream.hs, dist/build/Codec/Compression/BZip/Stream.o )

Codec/Compression/BZip/Stream.hsc:361:0:
    Warning: No explicit method nor default method for `fromEnum'
	     In the instance declaration for `Enum Status'

Codec/Compression/BZip/Stream.hsc:394:0:
    Warning: No explicit method nor default method for `toEnum'
	     In the instance declaration for `Enum Action'

Codec/Compression/BZip/Stream.hsc:431:0:
    Warning: No explicit method nor default method for `toEnum'
	     In the instance declaration for `Enum BlockSize'

Codec/Compression/BZip/Stream.hsc:449:0:
    Warning: No explicit method nor default method for `toEnum'
	     In the instance declaration for `Enum MemoryLevel'

Codec/Compression/BZip/Stream.hsc:474:0:
    Warning: No explicit method nor default method for `toEnum'
	     In the instance declaration for `Enum WorkFactor'

Codec/Compression/BZip/Stream.hsc:486:0:
    Warning: No explicit method nor default method for `toEnum'
	     In the instance declaration for `Enum Verbosity'

Codec/Compression/BZip/Stream.hsc:573:19:
    Warning: Defined but not used: data constructor `StreamState'
[2 of 3] Compiling Codec.Compression.BZip.Internal ( Codec/Compression/BZip/Internal.hs, dist/build/Codec/Compression/BZip/Internal.o )

Codec/Compression/BZip/Internal.hs:33:0:
    Warning: Module `Data.ByteString' is imported, but nothing from it is used,
	       except perhaps instances visible in `Data.ByteString'
	     To suppress this warning, use: import Data.ByteString()
[3 of 3] Compiling Codec.Compression.BZip ( Codec/Compression/BZip.hs, dist/build/Codec/Compression/BZip.o )
/usr/bin/ar: creating dist/build/libHSbzlib-0.3.a


>> Step 3 - testing bzlib-0.3



>> Step 4 - generating documentation for bzlib-0.3

Preprocessing library bzlib-0.3...
Running hscolour for bzlib-0.3...
Preprocessing library bzlib-0.3...
Running Haddock for bzlib-0.3...
haddock: unrecognized option `--package=bzlib-0.3'
unrecognized option `--ghc-pkg=/usr/bin/ghc-pkg'
unrecognized option `--allow-missing-html'
unrecognized option `--read-interface=http://hackage.haskell.org/packages/archive/base/2.0/doc/html,/usr/share/ghc-6.6/html/libraries/base/base.haddock'
Usage: haddock [OPTION...] file...

  -B DIR                                  path to the GHC lib dir, e.g /usr/lib/ghc
  -o DIR           --odir=DIR             directory in which to put the output files
  -l DIR           --lib=DIR              location of Haddock's auxiliary files
  -D FILE          --dump-interface=FILE  interface file name
  -h               --html                 output in HTML
                   --hoogle               output for Hoogle
                   --html-help=format     produce index and table of contents in
                                          mshelp, mshelp2 or devhelp format (with -h)
                   --source-base=URL      URL for a source code link on the contents
                                          and index pages
  -s URL           --source-module=URL    URL for a source code link for each module
                                          (using the %{FILE} or %{MODULE} vars)
                   --source-entity=URL    URL for a source code link for each entity
                                          (using the %{FILE}, %{MODULE} or %{NAME} vars)
                   --comments-base=URL    URL for a comments link on the contents
                                          and index pages
                   --comments-module=URL  URL for a comments link for each module
                                          (using the %{MODULE} var)
                   --comments-entity=URL  URL for a comments link for each entity
                                          (using the %{FILE}, %{MODULE} or %{NAME} vars)
  -c FILE          --css=FILE             the CSS file to use for HTML output
  -p FILE          --prologue=FILE        file containing prologue text
  -t TITLE         --title=TITLE          page heading
  -n               --no-implicit-prelude  do not assume Prelude is imported
  -d               --debug                extra debugging output
  -?               --help                 display this help and exit
  -V               --version              output version information and exit
  -v               --verbose              increase verbosity
                   --use-contents=URL     use a separately-generated HTML contents page
                   --gen-contents         generate an HTML contents from specified
                                          interfaces
                   --use-index=URL        use a separately-generated HTML index
                   --gen-index            generate an HTML index from specified
                                          interfaces
                   --ignore-all-exports   behave as if all modules have the
                                          ignore-exports atribute
                   --hide=MODULE          behave as if MODULE has the hide attribute
                   --use-package=PACKAGE  the modules being processed depend on PACKAGE
  -g FLAGS + ARGS                         send a flag to the Glasgow Haskell Compiler (use quotation to pass arguments to the flag)


>> Terminated due to an error.
