Your message dated Wed, 31 Mar 2004 16:48:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#151046: fixed in bnfc 2.1-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jun 2002 08:11:56 +0000
>From [EMAIL PROTECTED] Wed Jun 26 03:11:56 2002
Return-path: <[EMAIL PROTECTED]>
Received: from posti1.jyu.fi [130.234.4.32] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17N7tz-0003JG-00; Wed, 26 Jun 2002 03:11:47 -0500
Received: from kukkalautanen ([EMAIL PROTECTED] [130.234.160.144])
        by posti1.jyu.fi (8.12.4/8.12.4/antispam) with ESMTP id g5Q8Bk56002627;
        Wed, 26 Jun 2002 11:11:46 +0300
Received: from antkaij by kukkalautanen with local (Exim 3.35 #1 (Debian))
        id 17N7ty-0007ME-00; Wed, 26 Jun 2002 11:11:46 +0300
Subject: RFP: bnf-conv -- a compiler construction tool written for Haskell
From: "Antti-Juhani Kaijanaho" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.42
Date: Wed, 26 Jun 2002 11:11:46 +0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
Delivered-To: [EMAIL PROTECTED]

Package: wnpp
Version: N/A; reported 2002-06-26
Severity: wishlist

* Package name    : bnf-conv
  Version         : 1
  Upstream Authors: Aarne Ranta <[EMAIL PROTECTED]> 
                    Markus Forsberg <[EMAIL PROTECTED]>
* URL             : http://www.cs.chalmers.se/~aarne/BNF/user.html
* License         : GPL
  Description     : a compiler construction tool written for Haskell

The BNF Converter is a compiler construction tool written for Haskell.
Given a Labelled BNF grammar it produces:

    * an abstract syntax as a Haskell module
    * a case skeleton for the abstract syntax as a Haskell module
    * an Alex lexer generator file
    * a Happy parser generator file
    * a pretty-printer as a Haskell module
    * a LaTeX file containing a readable specification of the lang

In essence, it generates a compiler frontend in Haskell from
one BNF description of the source language.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux kukkalautanen 2.4.18-k7 #1 Sun Apr 14 13:19:11 EST 2002 i686
Locale: LANG=C, LC_CTYPE=

-- no debconf information


---------------------------------------
Received: (at 151046-close) by bugs.debian.org; 31 Mar 2004 21:53:38 +0000
>From [EMAIL PROTECTED] Wed Mar 31 13:53:38 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B8neU-0007Z5-00; Wed, 31 Mar 2004 13:53:38 -0800
Received: from dsilvers by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1B8nZE-0007CG-00; Wed, 31 Mar 2004 16:48:12 -0500
From: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.29 $
Subject: Bug#151046: fixed in bnfc 2.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Daniel Silverstone <[EMAIL PROTECTED]>
Date: Wed, 31 Mar 2004 16:48:12 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: bnfc
Source-Version: 2.1-1

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

bnfc_2.1-1.diff.gz
  to pool/main/b/bnfc/bnfc_2.1-1.diff.gz
bnfc_2.1-1.dsc
  to pool/main/b/bnfc/bnfc_2.1-1.dsc
bnfc_2.1-1_i386.deb
  to pool/main/b/bnfc/bnfc_2.1-1_i386.deb
bnfc_2.1.orig.tar.gz
  to pool/main/b/bnfc/bnfc_2.1.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> (supplier of updated bnfc 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun, 21 Mar 2004 12:41:54 +0200
Source: bnfc
Binary: bnfc
Architecture: source i386
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]>
Changed-By: Antti-Juhani Kaijanaho <[EMAIL PROTECTED]>
Description: 
 bnfc       - Compiler front-end generator based on Labelled BNF
Closes: 151046
Changes: 
 bnfc (2.1-1) unstable; urgency=low
 .
   * Initial packaging (closes: #151046).
   * Makefile (GHC_OPTS): Remove -Wall to avoid clutter at build time
   * formats/haskell/CFtoAlex2.hs: Do not import Alex in generated code
Files: 
 a5442ea21e5a6321a3831fb43a6fded7 533 devel optional bnfc_2.1-1.dsc
 e919801488f90e9ef8503806fbb62cad 104086 devel optional bnfc_2.1.orig.tar.gz
 a59bbf09e4b94805acd84b1f1dd447dd 6574 devel optional bnfc_2.1-1.diff.gz
 1f143e5cff5f8a4582d33d3741c9138b 381370 devel optional bnfc_2.1-1_i386.deb

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

iD8DBQFAXbjsHsI32VNFhOgRAtJZAKCDF/uRmmKVGPZjqdb/lCg6JurbcACfVUXa
p62VNT2qlLlZpSl0jXIFuM8=
=ed7V
-----END PGP SIGNATURE-----

Reply via email to