Codebase list haskell-http-date / cb49bec
add monad-chronicle Clint Adams 3 years ago
7 changed file(s) with 134 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-monad-chronicle (1.0.0.1-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Clint Adams <clint@debian.org> Sat, 31 Oct 2020 12:00:57 -0400
0 Source: haskell-monad-chronicle
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 Build-Depends: debhelper (>= 10),
6 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-data-default-class-dev (>= 0.1.2.0),
11 libghc-data-default-class-dev (<< 0.2),
12 libghc-data-default-class-prof (>= 0.1.2.0),
13 libghc-data-default-class-prof (<< 0.2),
14 libghc-semigroupoids-dev (>= 5.3.2),
15 libghc-semigroupoids-dev (<< 5.4),
16 libghc-semigroupoids-prof (>= 5.3.2),
17 libghc-semigroupoids-prof (<< 5.4),
18 libghc-these-dev (>= 1),
19 libghc-these-dev (<< 1.2),
20 libghc-these-prof (>= 1),
21 libghc-transformers-compat-dev (>= 0.6.5),
22 libghc-transformers-compat-dev (<< 0.7),
23 libghc-transformers-compat-prof (>= 0.6.5),
24 libghc-transformers-compat-prof (<< 0.7),
25 Build-Depends-Indep: ghc-doc,
26 libghc-data-default-class-doc,
27 libghc-semigroupoids-doc,
28 libghc-these-doc,
29 libghc-transformers-compat-doc,
30 Standards-Version: 4.5.0
31 Homepage: https://github.com/isomorphism/these
32 X-Description: These as a transformer, ChronicleT
33 This package provides ChronicleT, a monad transformer based on
34 the Monad instance for These a, along with the usual monad
35 transformer bells and whistles.
36
37 Package: libghc-monad-chronicle-dev
38 Architecture: any
39 Depends: ${haskell:Depends},
40 ${misc:Depends},
41 ${shlibs:Depends},
42 Recommends: ${haskell:Recommends},
43 Suggests: ${haskell:Suggests},
44 Conflicts: ${haskell:Conflicts},
45 Provides: ${haskell:Provides},
46 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
47 ${haskell:LongDescription}
48 .
49 ${haskell:Blurb}
50
51 Package: libghc-monad-chronicle-prof
52 Architecture: any
53 Depends: ${haskell:Depends},
54 ${misc:Depends},
55 Recommends: ${haskell:Recommends},
56 Suggests: ${haskell:Suggests},
57 Conflicts: ${haskell:Conflicts},
58 Provides: ${haskell:Provides},
59 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
60 ${haskell:LongDescription}
61 .
62 ${haskell:Blurb}
63
64 Package: libghc-monad-chronicle-doc
65 Architecture: all
66 Section: doc
67 Depends: ${haskell:Depends},
68 ${misc:Depends},
69 Recommends: ${haskell:Recommends},
70 Suggests: ${haskell:Suggests},
71 Conflicts: ${haskell:Conflicts},
72 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
73 ${haskell:LongDescription}
74 .
75 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: monad-chronicle
2 Upstream-Contact: Oleg Grenrus <oleg.grenrus@iki.fi>
3 Source: https://hackage.haskell.org/package/monad-chronicle
4
5 Files: *
6 Copyright: 2012 C. McCann
7 2015-2019 Oleg Grenrus
8 License: BSD-3-clause
9
10 Files: debian/*
11 Copyright: held by the contributors mentioned in debian/changelog
12 License: BSD-3-clause
13
14 License: BSD-3-clause
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 * Redistributions of source code must retain the above copyright
19 notice, this list of conditions and the following disclaimer.
20 .
21 * Redistributions in binary form must reproduce the above
22 copyright notice, this list of conditions and the following
23 disclaimer in the documentation and/or other materials provided
24 with the distribution.
25 .
26 * Neither the name of C. McCann nor the names of other
27 contributors may be used to endorse or promote products derived
28 from this software without specific prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 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 = monad-chronicle
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/monad-chronicle/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))