Codebase list haskell-exception-transformers / b574155
haskell-enummapset: Mock up initial release Mikolaj Konarski 5 years ago
7 changed file(s) with 121 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-enummapset (0.5.2.2-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Mikolaj Konarski <mikolaj.konarski@funktory.com> Sat, 09 Jun 2018 21:33:55 +0200
0 Source: haskell-enummapset
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@debian.org>
3 Priority: optional
4 Section: haskell
5 Rules-Requires-Root: no
6 Build-Depends: debhelper (>= 10),
7 haskell-devscripts (>= 0.8),
8 cdbs,
9 ghc,
10 ghc-prof,
11 libghc-semigroups-dev (>= 0.1),
12 libghc-semigroups-dev (<< 1.0),
13 libghc-semigroups-prof,
14 Build-Depends-Indep: ghc-doc,
15 libghc-semigroups-doc,
16 Standards-Version: 4.1.4
17 Homepage: https://github.com/michalt/enummapset
18 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-enummapset
19 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-enummapset]
20 X-Description: IntMap and IntSet with Enum keys/elements
21 This package contains simple wrappers around 'Data.IntMap' and
22 'Data.IntSet' with 'Enum' keys and elements respectively.
23 Especially useful for 'Int's wrapped with newtype.
24
25 Package: libghc-enummapset-dev
26 Architecture: any
27 Depends: ${haskell:Depends},
28 ${misc:Depends},
29 ${shlibs:Depends},
30 Recommends: ${haskell:Recommends},
31 Suggests: ${haskell:Suggests},
32 Conflicts: ${haskell:Conflicts},
33 Provides: ${haskell:Provides},
34 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
35 ${haskell:LongDescription}
36 .
37 ${haskell:Blurb}
38
39 Package: libghc-enummapset-prof
40 Architecture: any
41 Depends: ${haskell:Depends},
42 ${misc:Depends},
43 Recommends: ${haskell:Recommends},
44 Suggests: ${haskell:Suggests},
45 Conflicts: ${haskell:Conflicts},
46 Provides: ${haskell:Provides},
47 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
48 ${haskell:LongDescription}
49 .
50 ${haskell:Blurb}
51
52 Package: libghc-enummapset-doc
53 Architecture: all
54 Section: doc
55 Depends: ${haskell:Depends},
56 ${misc:Depends},
57 Recommends: ${haskell:Recommends},
58 Suggests: ${haskell:Suggests},
59 Conflicts: ${haskell:Conflicts},
60 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
61 ${haskell:LongDescription}
62 .
63 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: enummapset
2 Upstream-Contact: Michal Terepeta <michal.terepeta@gmail.com>
3 Source: https://hackage.haskell.org/package/enummapset
4
5 Files: *
6 Copyright: 2011-2013 Michal Terepeta
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD-3-clause
12
13 License: BBS-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 .
17 * Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
19 .
20 * Redistributions in binary form must reproduce the above
21 copyright notice, this list of conditions and the following
22 disclaimer in the documentation and/or other materials provided
23 with the distribution.
24 .
25 * Neither the name of Michal Terepeta nor the names of other
26 contributors may be used to endorse or promote products derived
27 from this software without specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
3 DEB_CABAL_PACKAGE = enummapset
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 https://hackage.haskell.org/package/enummapset/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))