Codebase list haskell-http-date / 6a8a595
smallcheck: build with ghc 8 in experimental Clint Adams 7 years ago
3 changed file(s) with 38 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 haskell-smallcheck (1.1.1-6) UNRELEASED; urgency=medium
0 haskell-smallcheck (1.1.1-6) experimental; urgency=medium
11
22 [ Dmitry Bogatov ]
33 * Use secure (https) uri in Vcs-Git field in 'debian/control'
44 * Bump standards version to 3.9.8 (no changes needed)
55 * Convert `debian/copyright' to dep5 format
66
7 [ Gianfranco Costamagna ]
8 * Fix VCS fields
7 [ Clint Adams ]
8 * Temporarily build-depend on ghc 8.
99
10 -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:12 +0300
10 -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:32:17 -0400
1111
1212 haskell-smallcheck (1.1.1-5) unstable; urgency=medium
1313
00 Source: haskell-smallcheck
11 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@debian.org>
2 Uploaders:
3 Clint Adams <clint@debian.org>,
34 Priority: extra
45 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 Build-Depends:
7 cdbs,
8 debhelper (>= 9),
9 ghc (>= 8),
10 ghc-prof,
611 haskell-devscripts (>= 0.10),
7 cdbs,
8 ghc,
9 ghc-prof,
1012 libghc-logict-dev,
1113 libghc-logict-prof,
1214 libghc-mtl-dev,
1315 libghc-mtl-prof,
14 Build-Depends-Indep: ghc-doc,
16 Build-Depends-Indep:
17 ghc-doc,
1518 libghc-logict-doc,
1619 libghc-mtl-doc,
1720 Standards-Version: 3.9.8
1821 Homepage: https://github.com/feuerbach/smallcheck
19 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
22 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-smallcheck
2023 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
2124
2225 Package: libghc-smallcheck-dev
2326 Architecture: any
24 Depends: ${haskell:Depends},
27 Depends:
28 ${haskell:Depends},
29 ${misc:Depends},
2530 ${shlibs:Depends},
26 ${misc:Depends},
27 Recommends: ${haskell:Recommends},
28 Suggests: ${haskell:Suggests},
29 Provides: ${haskell:Provides},
31 Recommends:
32 ${haskell:Recommends},
33 Suggests:
34 ${haskell:Suggests},
35 Provides:
36 ${haskell:Provides},
3037 Description: Another lightweight testing library${haskell:ShortBlurb}
3138 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
3239 instead of testing for a sample of randomly generated values, SmallCheck
3744
3845 Package: libghc-smallcheck-prof
3946 Architecture: any
40 Depends: ${haskell:Depends},
47 Depends:
48 ${haskell:Depends},
4149 ${misc:Depends},
42 Recommends: ${haskell:Recommends},
43 Suggests: ${haskell:Suggests},
44 Provides: ${haskell:Provides},
50 Recommends:
51 ${haskell:Recommends},
52 Suggests:
53 ${haskell:Suggests},
54 Provides:
55 ${haskell:Provides},
4556 Description: Another lightweight testing library${haskell:ShortBlurb}
4657 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
4758 instead of testing for a sample of randomly generated values, SmallCheck
5364 Package: libghc-smallcheck-doc
5465 Architecture: all
5566 Section: doc
56 Depends: ${misc:Depends},
67 Depends:
5768 ${haskell:Depends},
58 Recommends: ${haskell:Recommends},
59 Suggests: ${haskell:Suggests},
69 ${misc:Depends},
70 Recommends:
71 ${haskell:Recommends},
72 Suggests:
73 ${haskell:Suggests},
6074 Description: Another lightweight testing library${haskell:ShortBlurb}
6175 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
6276 instead of testing for a sample of randomly generated values, SmallCheck
3636 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
3737 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3838 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39 POSSIBILITY OF SUCH DAMAGE.
39 POSSIBILITY OF SUCH DAMAGE.