debian/0000755000000000000000000000000012151506661007171 5ustar debian/watch0000644000000000000000000000032612040775425010226 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|async-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/async \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020512040775425010251 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000276212040775425011136 0ustar Copyright (c) 2012, Simon Marlow All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Simon Marlow nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012040775425010474 5ustar debian/source/format0000644000000000000000000000001312040775425011701 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000212147620561010370 0ustar 9 debian/control0000644000000000000000000000465712150230070010573 0ustar Source: haskell-async Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cdbs , ghc , ghc-prof , libghc-stm-dev (>> 2.2) , libghc-stm-dev (<< 2.5) , libghc-stm-prof , libghc-test-framework-dev , libghc-test-framework-hunit-dev , libghc-hunit-dev Build-Depends-Indep: ghc-doc , libghc-stm-doc Standards-Version: 3.9.4 Homepage: https://github.com/simonmar/async Package: libghc-async-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: run IO operations asynchronously and wait for their results This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the normal library files. Package: libghc-async-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: run IO operations asynchronously and wait for their results; profiling libs This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the libraries compiled with profiling enabled. Package: libghc-async-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: run IO operations asynchronously and wait for their results; documentation This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the documentation files. debian/changelog0000644000000000000000000000156012151506661011045 0ustar haskell-async (2.0.1.4-1build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 00:22:25 +0100 haskell-async (2.0.1.4-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 27 May 2013 15:50:15 +0200 haskell-async (2.0.1.3-3) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:49:50 +0200 haskell-async (2.0.1.3-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Patch: update base dependency of the test suite -- Joachim Breitner Sun, 21 Oct 2012 15:48:34 +0200 haskell-async (2.0.1.3-1) unstable; urgency=low * Initial release. -- Clint Adams Sat, 13 Oct 2012 13:58:58 -0400