Your message dated Mon, 22 Feb 2010 15:32:03 +0000
with message-id <1266852723.3785.17.ca...@localhost>
and subject line Builds by now
has caused the Debian Bug report #569398,
regarding haskell-hlist: FTBFS: haddock: internal Haddock or GHC error: 
/usr/share/haddock-2.6.0/html/haddock.css: openFile: does not exist (No such 
file or directory)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
569398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-hlist
Version: 2.0+darcs20070929-1.1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> test -x debian/rules
> dh_testroot
> dh_clean 
> rm -rf dist dist-ghc6 dist-hugs debian/hlibrary.setup Setup.hi Setup.ho 
> Setup.o .*config*
> rm -f build-ghc6-stamp build-hugs-stamp build-haddock-stamp
> rm -rf debian/tmp-inst-ghc6
> rm -f debian/hlibrary.Makefile
> rm -rf debian/dh_haskell_shlibdeps
>  dpkg-source -b haskell-hlist-2.0+darcs20070929
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building haskell-hlist using existing 
> haskell-hlist_2.0+darcs20070929.orig.tar.gz
> dpkg-source: info: building haskell-hlist in 
> haskell-hlist_2.0+darcs20070929-1.1.diff.gz
> dpkg-source: info: building haskell-hlist in 
> haskell-hlist_2.0+darcs20070929-1.1.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!"; 
> exit 1; fi
> for setup in Setup.lhs Setup.hs; do if test -e $setup; then ghc6 --make 
> $setup -o debian/hlibrary.setup; exit 0; fi; done
> [1 of 1] Compiling Main             ( Setup.hs, Setup.o )
> 
> Setup.hs:2:0:
>     Warning: In the use of `defaultUserHooks'
>              (imported from Distribution.Simple):
>              Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless 
> you need Cabal-1.2
>              compatibility in which case you must stick with defaultUserHooks"
> Linking debian/hlibrary.setup ...
> debian/hlibrary.setup configure --ghc -v2 \
>               --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc6/lib \
>               --builddir=dist-ghc6 \
>               --haddockdir=/usr/lib/ghc-6.12.1/haddock/hlist-0.1/ \
>               --htmldir=/usr/share/doc/libghc6-hlist-doc/html/ 
> --enable-library-profiling \
>                
> Warning: HList.cabal: The field "hs-source-dir" is deprecated, please use
> "hs-source-dirs"
> Warning: defaultUserHooks in Setup script is deprecated.
> Configuring HList-0.1...
> Warning: No 'build-type' specified. If you do not need a custom Setup.hs or
> ./configure script then use 'build-type: Simple'.
> Dependency base -any: using base-4.2.0.0
> Using Cabal-1.8.0.2 compiled by ghc-6.12
> Using compiler: ghc-6.12.1
> Using install prefix: /usr
> Binaries installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc6/lib/HList-0.1/ghc-6.12.1
> Private binaries installed in: /usr/libexec
> Data files installed in: /usr/share/HList-0.1
> Documentation installed in: /usr/share/doc/HList-0.1
> No alex found
> Using ar found on system at: /usr/bin/ar
> No c2hs found
> No cpphs found
> Using ffihugs found on system at: /usr/bin/ffihugs
> Using gcc version 4.4.3 found on system at: /usr/bin/gcc
> Using ghc version 6.12.1 found on system at: /usr/bin/ghc
> Using ghc-pkg version 6.12.1 found on system at: /usr/bin/ghc-pkg
> No greencard found
> Using haddock version 2.6.0 found on system at: /usr/bin/haddock
> No happy found
> No hmake found
> Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.15 found on system at: /usr/bin/HsColour
> Using hugs found on system at: /usr/bin/hugs
> No jhc found
> Using ld found on system at: /usr/bin/ld
> No lhc found
> No lhc-pkg found
> No nhc98 found
> No pkg-config found
> Using ranlib found on system at: /usr/bin/ranlib
> Using strip found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> debian/hlibrary.setup build --builddir=dist-ghc6
> Preprocessing library HList-0.1...
> Building HList-0.1...
> [ 1 of 19] Compiling FakePrelude      ( src/FakePrelude.hs, 
> dist-ghc6/build/FakePrelude.o )
> 
> src/CommonMain.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/CommonMain.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/FakePrelude.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/FakePrelude.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/GhcExperiments.hs:2:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/GhcExperiments.hs:3:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/GhcRecord.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/GhcRecord.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HArray.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HArray.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HList.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HList.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HListPrelude.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HOccurs.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HOccurs.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HTypeIndexed.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HTypeIndexed.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HZip.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Label4.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Record.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIC.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIC.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TIP.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIP.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeCastGeneric1.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TypeEqBoolGeneric.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TypeEqBoolGeneric.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeEqGeneric1.hs:2:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeEqGeneric1.hs:3:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Variant.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> [ 2 of 19] Compiling HListPrelude     ( src/HListPrelude.hs, 
> dist-ghc6/build/HListPrelude.o )
> [ 3 of 19] Compiling HArray           ( src/HArray.hs, 
> dist-ghc6/build/HArray.o )
> [ 4 of 19] Compiling Record           ( src/Record.hs, 
> dist-ghc6/build/Record.o )
> [ 5 of 19] Compiling HZip             ( src/HZip.hs, dist-ghc6/build/HZip.o )
> [ 6 of 19] Compiling HOccurs          ( src/HOccurs.hs, 
> dist-ghc6/build/HOccurs.o )
> [ 7 of 19] Compiling HTypeIndexed     ( src/HTypeIndexed.hs, 
> dist-ghc6/build/HTypeIndexed.o )
> [ 8 of 19] Compiling TIP              ( src/TIP.hs, dist-ghc6/build/TIP.o )
> [ 9 of 19] Compiling TIC              ( src/TIC.hs, dist-ghc6/build/TIC.o )
> [10 of 19] Compiling Variant          ( src/Variant.hs, 
> dist-ghc6/build/Variant.o )
> [11 of 19] Compiling Label4           ( src/Label4.hs, 
> dist-ghc6/build/Label4.o )
> [12 of 19] Compiling TypeCastGeneric1 ( src/TypeCastGeneric1.hs, 
> dist-ghc6/build/TypeCastGeneric1.o )
> [13 of 19] Compiling TypeEqGeneric1   ( src/TypeEqGeneric1.hs, 
> dist-ghc6/build/TypeEqGeneric1.o )
> [14 of 19] Compiling TypeEqBoolGeneric ( src/TypeEqBoolGeneric.hs, 
> dist-ghc6/build/TypeEqBoolGeneric.o )
> [15 of 19] Compiling GhcExperiments   ( src/GhcExperiments.hs, 
> dist-ghc6/build/GhcExperiments.o )
> [16 of 19] Compiling GhcRecord        ( src/GhcRecord.hs, 
> dist-ghc6/build/GhcRecord.o )
> [17 of 19] Compiling GhcSyntax        ( src/GhcSyntax.hs, 
> dist-ghc6/build/GhcSyntax.o )
> [18 of 19] Compiling CommonMain       ( src/CommonMain.hs, 
> dist-ghc6/build/CommonMain.o )
> [19 of 19] Compiling HList            ( src/HList.hs, dist-ghc6/build/HList.o 
> )
> 
> src/HList.hs:30:1:
>     Warning: `unsafeSTToIO' is exported by `module GHC.IOBase' and `module 
> Control.Monad.ST'
> 
> src/HList.hs:62:0:
>     Warning: Module `GHC.IOBase' is deprecated: use GHC.IO instead
> [ 1 of 19] Compiling FakePrelude      ( src/FakePrelude.hs, 
> dist-ghc6/build/FakePrelude.p_o )
> 
> src/CommonMain.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/CommonMain.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/FakePrelude.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/FakePrelude.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/GhcExperiments.hs:2:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/GhcExperiments.hs:3:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/GhcRecord.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/GhcRecord.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HArray.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HArray.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HList.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HList.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HListPrelude.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HOccurs.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HOccurs.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HTypeIndexed.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/HTypeIndexed.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/HZip.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Label4.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Record.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIC.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIC.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TIP.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TIP.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeCastGeneric1.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TypeEqBoolGeneric.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/TypeEqBoolGeneric.hs:3:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeEqGeneric1.hs:2:11:
>     Warning: -fallow-overlapping-instances is deprecated: use 
> -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
> 
> src/TypeEqGeneric1.hs:3:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> 
> src/Variant.hs:2:11:
>     Warning: -fallow-undecidable-instances is deprecated: use 
> -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
> [ 2 of 19] Compiling HListPrelude     ( src/HListPrelude.hs, 
> dist-ghc6/build/HListPrelude.p_o )
> [ 3 of 19] Compiling HArray           ( src/HArray.hs, 
> dist-ghc6/build/HArray.p_o )
> [ 4 of 19] Compiling Record           ( src/Record.hs, 
> dist-ghc6/build/Record.p_o )
> [ 5 of 19] Compiling HZip             ( src/HZip.hs, dist-ghc6/build/HZip.p_o 
> )
> [ 6 of 19] Compiling HOccurs          ( src/HOccurs.hs, 
> dist-ghc6/build/HOccurs.p_o )
> [ 7 of 19] Compiling HTypeIndexed     ( src/HTypeIndexed.hs, 
> dist-ghc6/build/HTypeIndexed.p_o )
> [ 8 of 19] Compiling TIP              ( src/TIP.hs, dist-ghc6/build/TIP.p_o )
> [ 9 of 19] Compiling TIC              ( src/TIC.hs, dist-ghc6/build/TIC.p_o )
> [10 of 19] Compiling Variant          ( src/Variant.hs, 
> dist-ghc6/build/Variant.p_o )
> [11 of 19] Compiling Label4           ( src/Label4.hs, 
> dist-ghc6/build/Label4.p_o )
> [12 of 19] Compiling TypeCastGeneric1 ( src/TypeCastGeneric1.hs, 
> dist-ghc6/build/TypeCastGeneric1.p_o )
> [13 of 19] Compiling TypeEqGeneric1   ( src/TypeEqGeneric1.hs, 
> dist-ghc6/build/TypeEqGeneric1.p_o )
> [14 of 19] Compiling TypeEqBoolGeneric ( src/TypeEqBoolGeneric.hs, 
> dist-ghc6/build/TypeEqBoolGeneric.p_o )
> [15 of 19] Compiling GhcExperiments   ( src/GhcExperiments.hs, 
> dist-ghc6/build/GhcExperiments.p_o )
> [16 of 19] Compiling GhcRecord        ( src/GhcRecord.hs, 
> dist-ghc6/build/GhcRecord.p_o )
> [17 of 19] Compiling GhcSyntax        ( src/GhcSyntax.hs, 
> dist-ghc6/build/GhcSyntax.p_o )
> [18 of 19] Compiling CommonMain       ( src/CommonMain.hs, 
> dist-ghc6/build/CommonMain.p_o )
> [19 of 19] Compiling HList            ( src/HList.hs, 
> dist-ghc6/build/HList.p_o )
> 
> src/HList.hs:30:1:
>     Warning: `unsafeSTToIO' is exported by `module GHC.IOBase' and `module 
> Control.Monad.ST'
> 
> src/HList.hs:62:0:
>     Warning: Module `GHC.IOBase' is deprecated: use GHC.IO instead
> Registering HList-0.1...
> touch build-ghc6-stamp
> [ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock 
> --builddir=dist-ghc6 --hyperlink-source
> Running Haddock for HList-0.1...
> Preprocessing library HList-0.1...
> Running hscolour for HList-0.1...
> Warning: The documentation for the following packages are not installed. No
> links will be generated to these packages: rts-1.0
> doc comment parse failed:  -> *
> doc comment parse failed:  -> * -> *
> haddock: internal Haddock or GHC error: 
> /usr/share/haddock-2.6.0/html/haddock.css: openFile: does not exist (No such 
> file or directory)
> make: *** [build-haddock-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/haskell-hlist_2.0+darcs20070929-1.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Version: 2.0+darcs20070929-2

Hi,

with a current ghc6 version, this builds now (see
https://buildd.debian.org/fetch.cgi?pkg=haskell-hlist&arch=amd64&ver=2.0%2Bdarcs20070929-2&stamp=1266717594&file=log&as=raw)

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---

Reply via email to