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

Bug#737637: marked as done (ITP: haskell-pipes -- Compositional pipelines)



Your message dated Wed, 5 Feb 2014 00:28:13 +0000
with message-id <20140205002813.GA24360@scru.org>
and subject line Re: Bug#737637: ITP: haskell-pipes -- Compositional pipelines
has caused the Debian Bug report #737637,
regarding ITP: haskell-pipes -- Compositional pipelines
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 owner@bugs.debian.org
immediately.)


-- 
737637: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737637
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Gabriel Gonzalez <Gabriel439@gmail.com>

* Package name    : haskell-pipes
  Version         : 4.1.0
  Upstream Author : Gabriel Gonzalez <Gabriel439@gmail.com>
* URL             : http://hackage.haskell.org/package/pipes
* License         : BSD-3-clause
  Programming Lang: Haskell
  Description     : Compositional pipelines

`pipes` is a clean and powerful stream processing library that lets you build
 and connect reusable streaming components
 .
 Advantages over traditional streaming libraries:
 .
* /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
 .
* /Blazing fast/: Implementation tuned for speed, including shortcut fusion
 .
 * /Lightweight Dependency/: @pipes@ is small and compiles very rapidly,
 including dependencies
 .
 * /Elegant semantics/: Use practical category theory
 .
 * /ListT/: Correct implementation of 'ListT' that interconverts with pipes
 .
 * /Bidirectionality/: Implement duplex channels
 .
 * /Extensive Documentation/: Second to none!
 .
 Import "Pipes" to use the library.
 .
 Read "Pipes.Tutorial" for an extensive tutorial.

--- End Message ---
--- Begin Message ---
On Tue, Feb 04, 2014 at 11:35:57PM +0700, Gabriel Gonzalez wrote:
> Thanks for pointing out that `pipes` was already packaged.  I just
> went by the Hackage page showing distro support and didn't see
> Debian listed, but I should have double-checked.  Sorry about that.

I'm not sure why that is, but I assume Joachim knows.  I'm closing
the ITP; sorry for any wasted effort.

> The threaded options for the `pipes` test suite are unnecessary. The
> tests were written up by somebody else and I don't know why they
> included those options; the tests run just fine without them.  I
> fixed this in the `master` branch of `pipes` [1] and I can
> optionally upload a `pipes-4.1.1` release with those options
> removed.  if it's not urgent and you can patch it for Debian, I'd
> prefer to wait a month before uploading a new release to Hackage.
> However, if you prefer to patch upstream then I will upload it.

I've patched that out for 4.1.0.  Packages have been updated to
 pipes 4.1.0
 pipes-bytestring 2.0.0
 pipes-group 1.0.0
 pipes-parse 3.0.1
 pipes-safe 2.0.2
 pipes-zlib 0.4.0

Due to the introduction of pipes-group, this means things will
be broken until it clears the NEW queue.

--- End Message ---

Reply to: