[Git][haskell-team/DHG_packages][master] trifecta: Upgrading from 2.1 to 2.1.2

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Jul 25 08:25:12 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8234087d by Ilias Tsitsimpis at 2022-07-25T10:23:21+03:00
trifecta: Upgrading from 2.1 to 2.1.2

- - - - -


4 changed files:

- p/haskell-trifecta/debian/changelog
- p/haskell-trifecta/debian/control
- − p/haskell-trifecta/debian/patches/disable-doctests
- − p/haskell-trifecta/debian/patches/series


Changes:

=====================================
p/haskell-trifecta/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-trifecta (2.1-2) UNRELEASED; urgency=medium
+haskell-trifecta (2.1.2-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:17 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 25 Jul 2022 10:21:08 +0300
 
 haskell-trifecta (2.1-1) unstable; urgency=medium
 


=====================================
p/haskell-trifecta/debian/control
=====================================
@@ -12,59 +12,58 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-ansi-terminal-dev (>= 0.6),
- libghc-ansi-terminal-dev (<< 0.11),
+ libghc-ansi-terminal-dev (<< 0.12),
  libghc-ansi-terminal-prof,
  libghc-blaze-builder-dev (>= 0.3.0.1),
  libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-prof,
- libghc-blaze-html-dev (>= 0.5),
+ libghc-blaze-html-dev (>= 0.9),
  libghc-blaze-html-dev (<< 0.10),
  libghc-blaze-html-prof,
- libghc-blaze-markup-dev (>= 0.5),
+ libghc-blaze-markup-dev (>= 0.8),
  libghc-blaze-markup-dev (<< 0.9),
  libghc-blaze-markup-prof,
  libghc-charset-dev (<< 1),
  libghc-charset-dev (>= 0.3.5.1),
  libghc-charset-prof,
+ libghc-comonad-dev (>= 5),
  libghc-comonad-dev (<< 6),
- libghc-comonad-dev (>= 4),
  libghc-comonad-prof,
  libghc-fingertree-dev (<< 0.2),
  libghc-fingertree-dev (>= 0.1),
  libghc-fingertree-prof,
- libghc-hashable-dev (>= 1.2.1),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (>= 1.2.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
- libghc-lens-dev (<< 5),
- libghc-lens-dev (>= 4.0),
+ libghc-indexed-traversable-dev (>= 0.1.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
+ libghc-lens-dev (>= 4.14),
+ libghc-lens-dev (<< 6),
  libghc-lens-prof,
- libghc-parsers-dev,
  libghc-parsers-dev (<< 1),
  libghc-parsers-dev (>= 0.12.1),
  libghc-parsers-prof,
- libghc-prettyprinter-dev (>= 1.2),
+ libghc-prettyprinter-dev (>= 1.7),
  libghc-prettyprinter-dev (<< 2),
  libghc-prettyprinter-prof,
- libghc-prettyprinter-ansi-terminal-dev (>= 1.1),
+ libghc-prettyprinter-ansi-terminal-dev (>= 1.1.2),
  libghc-prettyprinter-ansi-terminal-dev (<< 2),
  libghc-prettyprinter-ansi-terminal-prof,
- libghc-profunctors-dev (>= 4.0),
+ libghc-profunctors-dev (>= 5.2),
  libghc-profunctors-dev (<< 6),
  libghc-profunctors-prof,
- libghc-quickcheck2-dev,
+ libghc-reducers-dev (>= 3.12.1),
  libghc-reducers-dev (<< 4),
- libghc-reducers-dev (>= 3.10),
  libghc-reducers-prof,
- libghc-semigroups-dev (<< 1),
- libghc-semigroups-dev (>= 0.8.3.1),
- libghc-semigroups-prof,
- libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2.1),
+ libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
- libghc-utf8-string-dev (<< 1.1),
  libghc-utf8-string-dev (>= 0.3.6),
+ libghc-utf8-string-dev (<< 1.1),
  libghc-utf8-string-prof,
  libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
  libghc-parsers-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-ansi-terminal-doc,
@@ -75,13 +74,13 @@ Build-Depends-Indep: ghc-doc,
  libghc-comonad-doc,
  libghc-fingertree-doc,
  libghc-hashable-doc,
+ libghc-indexed-traversable-doc,
  libghc-lens-doc,
  libghc-parsers-doc,
  libghc-prettyprinter-doc,
  libghc-prettyprinter-ansi-terminal-doc,
  libghc-profunctors-doc,
  libghc-reducers-doc,
- libghc-semigroups-doc,
  libghc-unordered-containers-doc,
  libghc-utf8-string-doc,
 Standards-Version: 4.6.1


=====================================
p/haskell-trifecta/debian/patches/disable-doctests deleted
=====================================
@@ -1,17 +0,0 @@
-Description: Disable doctests
-  Doctests and Template Haskell are incompatible. The following ghc
-  bug seems related:
-    https://ghc.haskell.org/trac/ghc/ticket/8025
-  Re-enable doctests once this has been fixed.
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-
---- a/trifecta.cabal
-+++ b/trifecta.cabal
-@@ -111,6 +111,7 @@
-     build-depends: fail == 4.9.*
- 
- test-suite doctests
-+  buildable: false
-   type:              exitcode-stdio-1.0
-   main-is:           doctests.hs
-   ghc-options:       -Wall -threaded


=====================================
p/haskell-trifecta/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-disable-doctests



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8234087d2fcfc5063221785c49f29bba39cc3cfe

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8234087d2fcfc5063221785c49f29bba39cc3cfe
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220725/8757e230/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list