Codebase list haskell-persistent / 7bd32a1
haskell-attoparsec-conduit: Initial Check-In Clint Adams 12 years ago
7 changed file(s) with 117 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-attoparsec-conduit (0.0.1-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Wed, 25 Jan 2012 19:45:18 -0500
0 Source: haskell-attoparsec-conduit
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-attoparsec-dev (>> 0.10)
11 , libghc-attoparsec-prof
12 , libghc-conduit-dev
13 , libghc-conduit-prof
14 , libghc-text-dev (>> 0.11)
15 , libghc-text-prof
16 , libghc-transformers-dev (>> 0.2.2)
17 , libghc-transformers-dev (<< 0.3)
18 , libghc-transformers-prof
19 Build-Depends-Indep: ghc-doc
20 , libghc-attoparsec-doc
21 , libghc-conduit-doc
22 , libghc-text-doc
23 , libghc-transformers-doc
24 Standards-Version: 3.9.2
25 Homepage: http://hackage.haskell.org/package/haskell-attoparsec-conduit
26 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-conduit
27 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec-conduit
28
29 Package: libghc-attoparsec-conduit-dev
30 Architecture: any
31 Depends: ${haskell:Depends}
32 , ${shlibs:Depends}
33 , ${misc:Depends}
34 Recommends: ${haskell:Recommends}
35 Suggests: ${haskell:Suggests}
36 Provides: ${haskell:Provides}
37 Description: turn attoparsec parsers into sinks
38 Turn attoparsec parsers into sinks.
39 .
40 This package provides a library for the Haskell programming language.
41 See http://www.haskell.org/ for more information on Haskell.
42
43 Package: libghc-attoparsec-conduit-prof
44 Architecture: any
45 Depends: ${haskell:Depends}
46 , ${misc:Depends}
47 Recommends: ${haskell:Recommends}
48 Suggests: ${haskell:Suggests}
49 Provides: ${haskell:Provides}
50 Description: turn attoparsec parsers into sinks; profiling libraries
51 Turn attoparsec parsers into sinks.
52 .
53 This package provides a library for the Haskell programming language, compiled
54 for profiling. See http://www.haskell.org/ for more information on Haskell.
55
56 Package: libghc-attoparsec-conduit-doc
57 Section: doc
58 Architecture: all
59 Depends: ${misc:Depends}, ${haskell:Depends}
60 Recommends: ${haskell:Recommends}
61 Suggests: ${haskell:Suggests}
62 Description: turn attoparsec parsers into sinks; documentation
63 Turn attoparsec parsers into sinks.
64 .
65 This package provides the documentation for a library for the Haskell
66 programming language.
67 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-attoparsec-conduit
2 Upstream-Contact: Michael Snoyman <michael@snoyman.com>
3 Source: http://hackage.haskell.org/package/haskell-attoparsec-conduit
4
5 Copyright: 2011 Michael Snoyman
6 License: BSD3
7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions are met:
9
10 * Redistributions of source code must retain the above copyright
11 notice, this list of conditions and the following disclaimer.
12
13 * Redistributions in binary form must reproduce the above
14 copyright notice, this list of conditions and the following
15 disclaimer in the documentation and/or other materials provided
16 with the distribution.
17
18 * Neither the name of Michael Snoyman nor the names of other
19 contributors may be used to endorse or promote products derived
20 from this software without specific prior written permission.
21
22 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32 OF THIS SOFTWARE, EVEN IF ADVISED OF THE 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|(.*)/$|attoparsec-conduit-$1.tar.gz|" \
3 http://hackage.haskell.org/packages/archive/attoparsec-conduit \
4 ([\d\.]*\d)/