Re: [Haskell-cafe] Hackage checking maintainership of packages

2013-05-05 Thread Doug Burke
On May 5, 2013 7:25 AM, Petr Pudlák petr@gmail.com wrote: Hi, on another thread there was a suggestion which perhaps went unnoticed by most: -- Forwarded message -- From: Niklas Hambüchen m...@nh2.me Date: 2013/5/4 ... I would even be happy with newhackage sending

Re: [Haskell-cafe] A question about data declaration

2013-03-23 Thread Doug Burke
On Mar 22, 2013 2:58 AM, C K Kashyap ckkash...@gmail.com wrote: Thanks Eric and Brent, Even with GADT, it appears that I'd need extra data definitions. I'll go without GADT then ... Brent, my use case is not particularly complicated. I am trying to model the pdf spec - which says that pdf

[Haskell-cafe] ANNOUNCE: mcpi-0.0.0.2 (The MineCraft-Pi API in Haskell)

2013-02-21 Thread Doug Burke
I have released versions 0.0.0.1 and 0.0.0.2 (the latter being documentation improvements but it hasn't yet been built) of mcpi: http://hackage.haskell.org/package/mcpi https://github.com/DougBurke/hmcpi It is a very simple, and very incomplete, interface to MineCraft: Pi edition

[Haskell-cafe] hackage and cabal test support: why does it claim I have no type field when I do?

2011-10-22 Thread Doug Burke
I've just been updating my code to take advantage of the test support in Cabal. I have it so that    cabal configure --enable-tests   cabal build   cabal test works. However, when I try to upload to hackage, I get    cabal upload -c dist/swish-0.6.2.0.tar.gz   Checking

Re: [Haskell-cafe] hackage and cabal test support: why does it claim I have no type field when I do?

2011-10-22 Thread Doug Burke
Aha, I'd missed that; thanks - I'll try the fix after going pumpkin hunting with the kids! Doug From: JP Moresmau jpmores...@gmail.com To: Doug Burke doug_j_bu...@yahoo.com Cc: Haskell-Cafe@haskell.org Haskell-Cafe@haskell.org Sent: Saturday, October 22, 2011

Re: [Haskell-cafe] hackage and cabal test support: why does it claim I have no type field when I do?

2011-10-22 Thread Doug Burke
Actually, it seems to be more related to http://hackage.haskell.org/trac/hackage/ticket/811 since if I remove the conditional elements within the test stanzas it looks like hackage is happy again. Doug From: Doug Burke doug_j_bu...@yahoo.com To: JP Moresmau

[Haskell-cafe] hackage not building documentation?

2011-04-20 Thread Doug Burke
I uploaded a package to hackage last Saturday (16th) and the docs are not displayed yet (Wed, 20th), but it doesn't appear to be because of a build failure: http://hackage.haskell.org/package/swish Is this a known issue? Thanks, Doug ___

Re: [Haskell-cafe] ANNOUNCE: swish 0.3.0.0

2011-04-07 Thread Doug Burke
--- On Thu, 4/7/11, Graham Klyne g...@ninebynine.org wrote: From: Graham Klyne g...@ninebynine.org Subject: Re: ANNOUNCE: swish 0.3.0.0 To: Doug Burke doug_j_bu...@yahoo.com Cc: Haskell-Cafe@haskell.org, vigalc...@gmail.com Date: Thursday, April 7, 2011, 3:31 AM Excellent, thanks

[Haskell-cafe] ANNOUNCE: swish 0.3.0.0

2011-04-06 Thread Doug Burke
I am pleased to announce an update of the swish package to version 0.3.0.0 [1]. It is mainly meant to be a maintenance upgrade over the existing version on Hackage [2] by Vasili I. Galchin, but does add additional functionality in that it now supports the NTriples format and the N3 parser and

[Haskell-cafe] floating-point comparison (was haskell gsoc proposal for richer numerical type classes and supporting algorithms)

2010-04-08 Thread Doug Burke
--- On Thu, 4/8/10, Gregory Crosswhite gcr...@phys.washington.edu wrote: From: Gregory Crosswhite gcr...@phys.washington.edu On a tangental note, I've considered coding up a package with an AlmostEq typeclass that allows one to test for approximate equality.  The problem is that different

Re: [Haskell-cafe] Fwd: [BostonHaskell] Next meeting: December 17th at MIT (32-G882)

2009-12-12 Thread Doug Burke
--- On Sat, 12/12/09, Bulat Ziganshin bulat.zigans...@gmail.com wrote: From: Bulat Ziganshin bulat.zigans...@gmail.com Subject: Re: [Haskell-cafe] Fwd: [BostonHaskell] Next meeting: December 17th at MIT (32-G882) To: Ravi Nanavati rav...@alum.mit.edu Cc: haskell-cafe@haskell.org Date:

Re: [Haskell-cafe] swish - semantic web in Haskell

2009-05-01 Thread Doug Burke
--- On Thu, 4/30/09, Vasili I. Galchin vigalc...@gmail.com wrote: From: Vasili I. Galchin vigalc...@gmail.com Subject: [Haskell-cafe] swish - semantic web in Haskell To: haskell-cafe@haskell.org haskell-cafe@haskell.org Cc: Galchin Vasili vigalc...@gmail.com Date: Thursday, April 30, 2009,

Re: [Haskell-cafe] Semantic web

2009-02-23 Thread Doug Burke
- Original Message From: Doug Burke doug_j_bu...@yahoo.com To: Don Stewart d...@galois.com; gregg reynolds d...@mobileink.com Cc: haskell-cafe@haskell.org Sent: Friday, February 13, 2009 5:15:44 PM Subject: Re: [Haskell-cafe] Semantic web - Original Message From: Don

Re: [Haskell-cafe] Semantic web

2009-02-13 Thread Doug Burke
- Original Message From: Don Stewart d...@galois.com To: gregg reynolds d...@mobileink.com Cc: haskell-cafe@haskell.org Sent: Saturday, February 7, 2009 2:40:41 PM Subject: Re: [Haskell-cafe] Semantic web dev: Anybody implementing rdf or owl stuff in haskell? Seems like a