Codebase list haskell-xss-sanitize / 770f12b
haskell-io-choice: Initial Check-In Clint Adams 12 years ago
7 changed file(s) with 122 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-io-choice (0.0.1-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Tue, 28 Feb 2012 11:43:46 -0500
0 Source: haskell-io-choice
1 Section: haskell
2 Priority: extra
3 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
4 Uploaders: Clint Adams <clint@debian.org>
5 Build-Depends: debhelper (>= 7)
6 , cdbs
7 , haskell-devscripts (>= 0.8)
8 , ghc
9 , ghc-prof
10 , libghc-lifted-base-dev
11 , libghc-lifted-base-prof
12 , libghc-monad-control-dev
13 , libghc-monad-control-prof
14 , libghc-transformers-dev
15 , libghc-transformers-prof
16 , libghc-transformers-base-dev
17 , libghc-transformers-base-prof
18 Build-Depends-Indep: ghc-doc
19 , libghc-lifted-base-doc
20 , libghc-monad-control-doc
21 , libghc-transformers-doc
22 , libghc-transformers-base-doc
23 Standards-Version: 3.9.3
24 Homepage: http://hackage.haskell.org/package/haskell-io-choice
25 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-io-choice
26 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-io-choice
27
28 Package: libghc-io-choice-dev
29 Architecture: any
30 Depends: ${haskell:Depends}
31 , ${shlibs:Depends}
32 , ${misc:Depends}
33 Recommends: ${haskell:Recommends}
34 Suggests: ${haskell:Suggests}
35 Provides: ${haskell:Provides}
36 Description: choice for IO and lifted IO
37 io-choice provides the choice operator (||>) for the IO monad and lifted
38 IO monad. If an IOException occurs in the left-hand side, the right-hand
39 IO action is performed.
40 .
41 This package provides a library for the Haskell programming language.
42 See http://www.haskell.org/ for more information on Haskell.
43
44 Package: libghc-io-choice-prof
45 Architecture: any
46 Depends: ${haskell:Depends}
47 , ${misc:Depends}
48 Recommends: ${haskell:Recommends}
49 Suggests: ${haskell:Suggests}
50 Provides: ${haskell:Provides}
51 Description: choice for IO and lifted IO; profiling libraries
52 io-choice provides the choice operator (||>) for the IO monad and lifted
53 IO monad. If an IOException occurs in the left-hand side, the right-hand
54 IO action is performed.
55 .
56 This package provides a library for the Haskell programming language, compiled
57 for profiling. See http://www.haskell.org/ for more information on Haskell.
58
59 Package: libghc-io-choice-doc
60 Section: doc
61 Architecture: all
62 Depends: ${misc:Depends}, ${haskell:Depends}
63 Recommends: ${haskell:Recommends}
64 Suggests: ${haskell:Suggests}
65 Description: choice for IO and lifted IO; documentation
66 io-choice provides the choice operator (||>) for the IO monad and lifted
67 IO monad. If an IOException occurs in the left-hand side, the right-hand
68 IO action is performed.
69 .
70 This package provides the documentation for a library for the Haskell
71 programming language.
72 See http://www.haskell.org/ for more information on Haskell.
0 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1 Upstream-Name: haskell-io-choice
2 Upstream-Contact: Kazu Yamamoto <kazu@iij.ad.jp>
3 Source: http://hackage.haskell.org/package/haskell-io-choice
4
5 Copyright: 2012 IIJ Innovation Institute Inc.
6 License: BSD3
7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions
9 are met:
10
11 * Redistributions of source code must retain the above copyright
12 notice, this list of conditions and the following disclaimer.
13 * Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in
15 the documentation and/or other materials provided with the
16 distribution.
17 * Neither the name of the copyright holders nor the names of its
18 contributors may be used to endorse or promote products derived
19 from this software without specific prior written permission.
20
21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
2 filenamemangle=s|(.*)/$|io-choice-$1.tar.gz|" \
3 http://hackage.haskell.org/packages/archive/io-choice \
4 ([\d\.]*\d)/