[Git][haskell-team/DHG_packages][master] 3 commits: x509: Sourceful upload for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Oct 21 15:06:31 BST 2023



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


Commits:
c5e7fe03 by Ilias Tsitsimpis at 2023-10-21T17:01:34+03:00
x509: Sourceful upload for GHC 9.4

- - - - -
52f7c5c1 by Ilias Tsitsimpis at 2023-10-21T17:02:56+03:00
blaze-markup: Upgrading from 0.8.2.8 to 0.8.3.0

- - - - -
c93f9706 by Ilias Tsitsimpis at 2023-10-21T17:03:57+03:00
commonmark-extensions: Upgrading from 0.2.3.5 to 0.2.3.6

- - - - -


8 changed files:

- p/haskell-blaze-markup/debian/changelog
- p/haskell-blaze-markup/debian/control
- − p/haskell-blaze-markup/debian/patches/newer-deps
- − p/haskell-blaze-markup/debian/patches/series
- p/haskell-commonmark-extensions/debian/changelog
- p/haskell-commonmark-extensions/debian/control
- p/haskell-x509/debian/changelog
- p/haskell-x509/debian/control


Changes:

=====================================
p/haskell-blaze-markup/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-blaze-markup (0.8.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 21 Oct 2023 17:02:14 +0300
+
 haskell-blaze-markup (0.8.2.8-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1


=====================================
p/haskell-blaze-markup/debian/control
=====================================
@@ -20,6 +20,7 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.7),
  libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
+ libghc-blaze-builder-dev,
  libghc-tasty-dev (>= 1.0),
  libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,


=====================================
p/haskell-blaze-markup/debian/patches/newer-deps deleted
=====================================
@@ -1,79 +0,0 @@
-Index: b/blaze-markup.cabal
-===================================================================
---- a/blaze-markup.cabal
-+++ b/blaze-markup.cabal
-@@ -1,5 +1,6 @@
- Name:         blaze-markup
- Version:      0.8.2.8
-+x-revision:   5
- Homepage:     http://jaspervdj.be/blaze
- Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
- License:      BSD3
-@@ -17,10 +18,20 @@ Description:
- 
- Build-type:    Simple
- Cabal-version: >= 1.10
--Tested-with:   GHC == 7.8.4, GHC == 7.10.3,
--               GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
--               GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4,
--               GHC == 9.0.1
-+
-+Tested-with:
-+  GHC == 9.6.2
-+  GHC == 9.4.5
-+  GHC == 9.2.8
-+  GHC == 9.0.2
-+  GHC == 8.10.7
-+  GHC == 8.8.4
-+  GHC == 8.6.5
-+  GHC == 8.4.4
-+  GHC == 8.2.2
-+  GHC == 8.0.2
-+  GHC == 7.10.3
-+  GHC == 7.8.4
- 
- Extra-source-files:
-   CHANGELOG
-@@ -39,10 +50,10 @@ Library
-     Text.Blaze.Renderer.Utf8
- 
-   Build-depends:
--    base          >= 4    && < 4.16,
-+    base          >= 4    && < 5,
-     blaze-builder >= 0.3  && < 0.5,
--    text          >= 0.10 && < 1.3,
--    bytestring    >= 0.9  && < 0.12
-+    text          >= 0.10 && < 2.1,
-+    bytestring    >= 0.9  && < 0.13
- 
- Test-suite blaze-markup-tests
-   Type:             exitcode-stdio-1.0
-@@ -62,17 +73,18 @@ Test-suite blaze-markup-tests
-     Text.Blaze.Tests.Util
- 
-   Build-depends:
--    HUnit            >= 1.2  && < 1.7,
--    QuickCheck       >= 2.7  && < 2.15,
--    containers       >= 0.3  && < 0.7,
--    tasty            >= 1.0  && < 1.5,
--    tasty-hunit      >= 0.10 && < 0.11,
--    tasty-quickcheck >= 0.10 && < 0.11,
-     -- Copied from regular dependencies...
--    base          >= 4    && < 4.16,
--    blaze-builder >= 0.3  && < 0.5,
--    text          >= 0.10 && < 1.3,
--    bytestring    >= 0.9  && < 0.12
-+    base
-+    , blaze-builder
-+    , text
-+    , bytestring
-+    -- Extra dependencies
-+    , HUnit            >= 1.2  && < 1.7
-+    , QuickCheck       >= 2.7  && < 2.15
-+    , containers       >= 0.3  && < 0.7
-+    , tasty            >= 1.0  && < 1.5
-+    , tasty-hunit      >= 0.10 && < 0.11
-+    , tasty-quickcheck >= 0.10 && < 0.11
- 
- Source-repository head
-   Type:     git


=====================================
p/haskell-blaze-markup/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps


=====================================
p/haskell-commonmark-extensions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-commonmark-extensions (0.2.3.6-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 21 Oct 2023 17:03:57 +0300
+
 haskell-commonmark-extensions (0.2.3.5-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-commonmark-extensions/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-commonmark-dev (>= 0.2.2),
  libghc-commonmark-dev (<< 0.3),


=====================================
p/haskell-x509/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-x509 (1.7.7-2) UNRELEASED; urgency=medium
+haskell-x509 (1.7.7-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:58 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 21 Oct 2023 17:01:34 +0300
 
 haskell-x509 (1.7.7-1) unstable; urgency=medium
 


=====================================
p/haskell-x509/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-asn1-encoding-dev (<< 0.10),



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1143528bbc8bb05e39ac640a3bf2e08ad40679d0...c93f97068fc450cb7233f1394a0c7b1df3b04961

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1143528bbc8bb05e39ac640a3bf2e08ad40679d0...c93f97068fc450cb7233f1394a0c7b1df3b04961
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/20231021/e740190b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list