[Git][haskell-team/DHG_packages][master] bmp: Sourceful upload for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Aug 27 15:48:14 BST 2023



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


Commits:
a1dab665 by Ilias Tsitsimpis at 2023-08-27T17:46:18+03:00
bmp: Sourceful upload for GHC 9.4

- - - - -


4 changed files:

- p/haskell-bmp/debian/changelog
- p/haskell-bmp/debian/control
- + p/haskell-bmp/debian/patches/newer-deps
- + p/haskell-bmp/debian/patches/series


Changes:

=====================================
p/haskell-bmp/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-bmp (1.2.6.3-7) UNRELEASED; urgency=medium
+haskell-bmp (1.2.6.3-7) unstable; urgency=medium
 
   * Remove retired developer, Joachim Breitner, from Uploaders.
   * Declare compliance with Debian policy 4.6.2
+  * Sourceful upload for GHC 9.4
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 18 Jul 2022 18:34:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 17:41:49 +0300
 
 haskell-bmp (1.2.6.3-6) unstable; urgency=medium
 


=====================================
p/haskell-bmp/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.13),
  cdbs,
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.6.2


=====================================
p/haskell-bmp/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+Index: b/bmp.cabal
+===================================================================
+--- a/bmp.cabal
++++ b/bmp.cabal
+@@ -1,5 +1,6 @@
+ Name:                bmp
+ Version:             1.2.6.3
++x-revision: 1
+ License:             MIT
+ License-file:        LICENSE
+ Author:              Ben Lippmeier
+@@ -11,7 +12,7 @@ Category:            Codec
+ Homepage:            https://github.com/benl23x5/bmp
+ Bug-reports:         bmp at ouroborus.net
+ Description:
+-	Read and write uncompressed BMP image files. 100% robust Haskell implementation.
++        Read and write uncompressed BMP image files. 100% robust Haskell implementation.
+ Synopsis:
+         Read and write uncompressed BMP image files.
+ 
+@@ -22,7 +23,7 @@ source-repository head
+ Library
+   build-Depends: 
+         base                 == 4.*,
+-        bytestring           == 0.10.*,
++        bytestring           >= 0.10 && < 0.12,
+         binary               >= 0.6 && < 0.9
+ 
+   ghc-options:


=====================================
p/haskell-bmp/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a1dab6659110274e2e1b20945c734de20c5081af
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/20230827/52d543f4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list