[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#376415: marked as done (ITP: haskell-uulib -- uulib parser and pretty print combinator library for Haskell)



Your message dated Sat, 18 Nov 2006 06:45:53 -0800
with message-id <E1GlRS5-0004Km-OY@spohr.debian.org>
and subject line Bug#376415: fixed in haskell-uulib 0.9.2-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Arjan Oosting <arjanoosting@home.nl>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Package name    : uulib
  Version         : 0.9.2
  Upstream Author : Doaitse Swierstra <doaitse@cs.uu.nl>, Arthur Baars <arthurb@cs.uu.nl>, Daan Leijen <daan@cs.uu.nl> and others
* URL             : http://www.cs.uu.nl/wiki/HUT/
* License         : Partly LGPL and partly BSD
  Programming Lang: Haskell
  Description     : uulib parser and pretty print combinator library for Haskell

 The uulib Haskell library contains fast, error repairing parser
 combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
 set of data structures and algorithms for working with sets and
 sequences (UU.DData) for Haskell.
 .
 The library is developed at Utrecht University and is part of the
 Haskell Utrecht Tools.
 .
  Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome

Preliminary packages will be available on
http://moonshine.dnsalias.org/debian/unstable within a couple of
hours.

Greetings Arjan 

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-3-nebula
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEqBWdUALvsZYuOJARAgX8AKCQx0XP6DiYEUYorm5fQAmPyv/ffACeNION
2EHBDe/H6U2lsUzd9v6sLvY=
=VGQC
-----END PGP SIGNATURE-----


--- End Message ---
--- Begin Message ---
Source: haskell-uulib
Source-Version: 0.9.2-3

We believe that the bug you reported is fixed in the latest version of
haskell-uulib, which is due to be installed in the Debian FTP archive:

haskell-uulib-doc_0.9.2-3_all.deb
  to pool/main/h/haskell-uulib/haskell-uulib-doc_0.9.2-3_all.deb
haskell-uulib_0.9.2-3.diff.gz
  to pool/main/h/haskell-uulib/haskell-uulib_0.9.2-3.diff.gz
haskell-uulib_0.9.2-3.dsc
  to pool/main/h/haskell-uulib/haskell-uulib_0.9.2-3.dsc
haskell-uulib_0.9.2.orig.tar.gz
  to pool/main/h/haskell-uulib/haskell-uulib_0.9.2.orig.tar.gz
libghc6-uulib-dev_0.9.2-3_i386.deb
  to pool/main/h/haskell-uulib/libghc6-uulib-dev_0.9.2-3_i386.deb
libghc6-uulib-prof_0.9.2-3_i386.deb
  to pool/main/h/haskell-uulib/libghc6-uulib-prof_0.9.2-3_i386.deb
libhugs-uulib_0.9.2-3_all.deb
  to pool/main/h/haskell-uulib/libhugs-uulib_0.9.2-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 376415@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arjan Oosting <arjan@debian.org> (supplier of updated haskell-uulib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 18 Oct 2006 00:23:21 +0200
Source: haskell-uulib
Binary: haskell-uulib-doc libhugs-uulib libghc6-uulib-dev libghc6-uulib-prof
Architecture: source all i386
Version: 0.9.2-3
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting <arjan@debian.org>
Changed-By: Arjan Oosting <arjan@debian.org>
Description: 
 haskell-uulib-doc - API documentation for uulib Haskell library
 libghc6-uulib-dev - parser and pretty print combinator library for GHC 6
 libghc6-uulib-prof - profiling parser and pretty print combinator library for GHC 6
 libhugs-uulib - parser and pretty print combinator library for hugs98
Closes: 376415
Changes: 
 haskell-uulib (0.9.2-3) unstable; urgency=low
 .
   * debian/control.in:
     - update maintainer email address.
     - add profiling version of the ghc6 libary.
   * debian/patches/01_fix-for-ghc-6.6.dpatch: add UndecidableInstances
     to .cabal file to fix build with GHC 6.6.
   * debian/rules: use debian/mk-haskell-depends to determine the
     ${haskell:Depends} substitution variable
 .
 haskell-uulib (0.9.2-2) unstable; urgency=low
 .
   * Remove dh_make boilerplate cruft. (Thanks James Westby)
   * debian/copyright: update license information after email
     correspondence with upstream maintainer.
   * debian/control.in: added XS-Vcs-Svn field pointing to subversion
     archive which contains this package.
 .
 haskell-uulib (0.9.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #376415)
   * Name the source package haskell-uulib to avoid confusion with uulib
     from uudeview and libconvert-uulib-perl. (Thanks Matej Vela)
Files: 
 bac3731134aca398b9eafc756a690d76 995 devel optional haskell-uulib_0.9.2-3.dsc
 0cc9acc6a268e2bc5c8a954e67406e2d 113363 devel optional haskell-uulib_0.9.2.orig.tar.gz
 66da63ce34cb3493cdea33d432afb786 6348 devel optional haskell-uulib_0.9.2-3.diff.gz
 7eb2514956c4c42e9acf36bbbefc9f27 638826 devel optional libghc6-uulib-dev_0.9.2-3_i386.deb
 67e2bccb2c397eb094123908e04de1fe 736160 devel optional libghc6-uulib-prof_0.9.2-3_i386.deb
 05a4b4bc04b3c04aa0e439e2fcefed65 83938 devel optional libhugs-uulib_0.9.2-3_all.deb
 e2e93dc73ff2d8c4c3be8f5a441e1155 60334 doc optional haskell-uulib-doc_0.9.2-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFNW6qUALvsZYuOJARApznAJ9MYnWgiZc4N7bX9KGT1GUGACfXlQCfTp9u
UedUvbUcwISJFSqGcTYupsE=
=LK1z
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: