From arjan at debian.org Sun Sep 2 17:53:02 2007 From: arjan at debian.org (Arjan Oosting) Date: Sun Sep 2 17:43:50 2007 Subject: [C2hs] ANNOUNCE: c2hs 0.15.0 "Rainy Days" In-Reply-To: <1188522106.10322.120.camel@localhost> References: <1188522106.10322.120.camel@localhost> Message-ID: <1188769983.5887.8.camel@stardust.lan> Op vrijdag 31-08-2007 om 02:01 uur [tijdzone +0100], schreef Duncan Coutts: > All, > > c2hs 0.15.0 code name "Rainy Days" is out and available from hackage > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.0 > > or the c2hs website: > http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ > http://www.cse.unsw.edu.au/~chak/haskell/c2hs/c2hs-0.15.0.tar.gz > Hi Ducan, Is there any reason why the tests (directory c2hs/tests) and the documentation (directory doc) are removed from the tarball in this release? I would like to have the documentation added again to the tarball for the Debian packages. (The Debian policy requires a manpage for each binary, such as c2hs, which was in the doc directory.) Greetings Arjan Oosting From duncan.coutts at worc.ox.ac.uk Mon Sep 3 06:29:12 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Mon Sep 3 06:17:45 2007 Subject: [C2hs] ANNOUNCE: c2hs 0.15.0 "Rainy Days" In-Reply-To: <1188769983.5887.8.camel@stardust.lan> References: <1188522106.10322.120.camel@localhost> <1188769983.5887.8.camel@stardust.lan> Message-ID: <1188815352.10322.261.camel@localhost> On Sun, 2007-09-02 at 23:53 +0200, Arjan Oosting wrote: > Op vrijdag 31-08-2007 om 02:01 uur [tijdzone +0100], schreef Duncan > Coutts: > > All, > > > > c2hs 0.15.0 code name "Rainy Days" is out and available from hackage > > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.0 > > > > or the c2hs website: > > http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ > > http://www.cse.unsw.edu.au/~chak/haskell/c2hs/c2hs-0.15.0.tar.gz > > > > Hi Duncan, > > Is there any reason why the tests (directory c2hs/tests) and the > documentation (directory doc) are removed from the tarball in this > release? I didn't deliberately remove them as such, I used cabal's sdist this time and we've not added the other files to the extra-source-files field in the c2hs.cabal file. > I would like to have the documentation added again to the tarball for > the Debian packages. (The Debian policy requires a manpage for each > binary, such as c2hs, which was in the doc directory.) Right 'o, I'll add these for the next minor release. I'll give it a few days and see if anything else turns up too. Duncan From judah.jacobson at gmail.com Thu Sep 13 18:17:21 2007 From: judah.jacobson at gmail.com (Judah Jacobson) Date: Thu Sep 13 18:17:19 2007 Subject: [C2hs] Subject: Problem configuring c2hs with Cabal-1.2 Message-ID: <6d74b0d20709131517k73a792e8p714c06c86748a376@mail.gmail.com> I just downloaded c2hs (HEAD version) and tried to run "runhaskell Setup.hs configure" using the ghc 6.8 release candidate (i.e., Cabal 1.2), and got the following error: > Configuring c2hs-0.15.0... > Setup.hs: Error: Non-empty library, but empty exposed modules list. Cabal may not build this library correctly The .cabal file is parseable by ghc-6.6.1 (with Cabal 1.1.6.2). It's unclear to me whether this counts as a c2hs bug or a Cabal bug (maybe the above message should only be a warning?), so I'm cc'ing both lists. Also note that regardless, c2hs will need to be updated to work with base-2.0; when I tried ghc-6.8 with Cabal-1.1.6, I got the following error: > base/state/CIO.hs:71:7: > Could not find module `System.Cmd': > it is a member of package process-1.0, which is hidden Best, -Judah