Codebase list haskell-xss-sanitize / b9da830
parsers: Upgrading from 0.12.7 to 0.12.8 Clint Adams 6 years ago
4 changed file(s) with 13 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 haskell-parsers (0.12.7-2) UNRELEASED; urgency=medium
0 haskell-parsers (0.12.8-1) unstable; urgency=medium
11
2 [ Ilias Tsitsimpis ]
23 * Change Priority to optional. Since Debian Policy version 4.0.1,
34 priority extra has been deprecated.
45 * Use the HTTPS form of the copyright-format URL
56 * Modify d/watch and Source field in d/copyright to use HTTPS
67 * Declare compliance with Debian policy 4.1.1
78
8 -- Ilias Tsitsimpis <iliastsi@debian.org> Wed, 01 Nov 2017 12:14:55 +0200
9 [ Clint Adams ]
10 * New upstream release
11
12 -- Clint Adams <clint@debian.org> Sun, 07 Jan 2018 15:06:13 -0500
913
1014 haskell-parsers (0.12.7-1) unstable; urgency=medium
1115
3939 libghc-text-dev (<< 1.3),
4040 libghc-text-dev (>= 0.10),
4141 libghc-text-prof,
42 libghc-unordered-containers-dev (>= 0.2),
4243 libghc-unordered-containers-dev (<< 0.3),
43 libghc-unordered-containers-dev (>= 0.2),
4444 libghc-unordered-containers-prof,
45 Build-Depends-Indep:
46 ghc-doc,
45 libghc-quickcheck2-dev,
46 libghc-attoparsec-dev,
47 libghc-parsec3-dev (>= 3),
48 libghc-quickcheck-instances-dev,
49 Build-Depends-Indep: ghc-doc,
4750 libghc-attoparsec-doc,
4851 libghc-base-orphans-doc,
4952 libghc-charset-doc,
5356 libghc-semigroups-doc,
5457 libghc-text-doc,
5558 libghc-unordered-containers-doc,
56 Standards-Version: 4.1.1
59 Standards-Version: 4.1.3
5760 Homepage: http://github.com/ekmett/parsers/
5861 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-parsers
5962 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+0
-10
p/haskell-parsers/debian/patches/disable-doctests less more
0 --- a/parsers.cabal
1 +++ b/parsers.cabal
2 @@ -70,6 +70,7 @@ library
3
4 -- Verify the results of the examples
5 test-suite doctests
6 + buildable: false
7 type: exitcode-stdio-1.0
8 main-is: doctests.hs
9 default-language: Haskell2010
+0
-1
p/haskell-parsers/debian/patches/series less more
0 disable-doctests