>> Step 1 - configuring hinstaller-2007.4.24 Configuring hinstaller-2007.4.24... configure: Dependency base-any: using base-2.0 configure: Dependency template-haskell-any: using template-haskell-2.0 configure: Dependency filepath-any: using filepath-1.0 configure: Dependency Cabal-any: using Cabal-1.1.7 configure: Using install prefix: /home/user2 configure: Binaries installed in: /home/user2/bin configure: Libraries installed in: /home/user2/lib/hinstaller-2007.4.24/ghc-6.6 configure: Private binaries installed in: /home/user2/libexec configure: Data files installed in: /home/user2/share/hinstaller-2007.4.24 configure: Documentation installed in: /home/user2/share/doc/hinstaller-2007.4.24 configure: Using compiler: /usr/bin/ghc configure: Compiler flavor: GHC configure: Compiler version: 6.6 configure: Using package tool: /usr/bin/ghc-pkg 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 0.8 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 hinstaller-2007.4.24 Preprocessing library hinstaller-2007.4.24... Building hinstaller-2007.4.24... [1 of 3] Compiling System.Installer.Foreign ( src/System/Installer/Foreign.hs, dist/build/System/Installer/Foreign.o ) src/System/Installer/Foreign.hs:124:31: No instance for (Num Distribution.Verbosity.Verbosity) arising from the literal `0' at src/System/Installer/Foreign.hs:124:31 Possible fix: add an instance declaration for (Num Distribution.Verbosity.Verbosity) In the second argument of `(>)', namely `0' In the predicate expression: verbosity > 0 In the expression: if dirExists then do removeDirectoryRecursive hInstallerTmpDir if verbosity > 0 then print "Successfully cleaned hinstaller-tmp directory." else return () else if verbosity > 0 then print "hinstaller-tmp directory not found, nothing to clean." else return () >> Terminated due to an error.