[Git][haskell-team/DHG_packages][master] haskell-unicode-data: Sourceful upload for GHC 9.6
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Sep 21 13:31:42 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0489e4f9 by Ilias Tsitsimpis at 2024-09-21T15:29:47+03:00
haskell-unicode-data: Sourceful upload for GHC 9.6
- - - - -
4 changed files:
- p/haskell-unicode-data/debian/changelog
- p/haskell-unicode-data/debian/control
- + p/haskell-unicode-data/debian/patches/newer-deps
- + p/haskell-unicode-data/debian/patches/series
Changes:
=====================================
p/haskell-unicode-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-unicode-data (0.4.0.1-2) UNRELEASED; urgency=medium
+haskell-unicode-data (0.4.0.1-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:32 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 21 Sep 2024 15:29:00 +0300
haskell-unicode-data (0.4.0.1-1) unstable; urgency=medium
=====================================
p/haskell-unicode-data/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 9.4),
ghc-prof,
libghc-hspec-dev (>= 2.0),
- libghc-hspec-dev (<< 2.11),
+ libghc-hspec-dev (<< 2.12),
libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
=====================================
p/haskell-unicode-data/debian/patches/newer-deps
=====================================
@@ -0,0 +1,70 @@
+Index: b/unicode-data.cabal
+===================================================================
+--- a/unicode-data.cabal
++++ b/unicode-data.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 2.2
+ name: unicode-data
+ version: 0.4.0.1
++x-revision: 3
+ synopsis: Access Unicode Character Database (UCD)
+ description:
+ @unicode-data@ provides Haskell APIs to efficiently access the
+@@ -29,6 +30,7 @@ tested-with: GHC==8.0.2
+ , GHC==9.0.1
+ , GHC==9.2.1
+ , GHC==9.4.2
++ , GHC==9.6.0
+
+ extra-source-files:
+ Changelog.md
+@@ -115,7 +117,7 @@ library
+ hs-source-dirs: lib
+ ghc-options: -O2
+ build-depends:
+- base >=4.7 && <4.18
++ base >=4.7 && <4.21
+
+ executable ucd2haskell
+ import: default-extensions, compile-options
+@@ -127,7 +129,7 @@ executable ucd2haskell
+ if flag(ucd2haskell)
+ buildable: True
+ build-depends:
+- base >= 4.7 && < 4.18
++ base >= 4.7 && < 4.20
+ , containers >= 0.5 && < 0.7
+ , directory >= 1.3.6 && < 1.3.9
+ , filepath >= 1.4.100 && < 1.5
+@@ -137,6 +139,9 @@ executable ucd2haskell
+ buildable: False
+
+ test-suite test
++ -- Testsuite is broken with GHC 9.6,
++ -- see https://github.com/composewell/unicode-data/issues/118
++ buildable: False
+ import: default-extensions, compile-options
+ type: exitcode-stdio-1.0
+ main-is: Main.hs
+@@ -145,8 +150,8 @@ test-suite test
+ other-modules:
+ Unicode.CharSpec
+ build-depends:
+- base >= 4.7 && < 4.18
+- , hspec >= 2.0 && < 2.11
++ base >= 4.7 && < 4.20
++ , hspec >= 2.0 && < 2.12
+ , unicode-data
+ -- We need to match a GHC version with the same Unicode version.
+ -- See: test/Unicode/CharSpec.hs for compatibility table.
+@@ -160,8 +165,8 @@ benchmark bench
+ hs-source-dirs: bench
+ main-is: Main.hs
+ build-depends:
+- base >= 4.7 && < 4.18,
+- deepseq >= 1.1 && < 1.5,
++ base >= 4.7 && < 4.20,
++ deepseq >= 1.1 && < 1.6,
+ tasty-bench >= 0.2.5 && < 0.4,
+ tasty >= 1.4.1,
+ unicode-data
=====================================
p/haskell-unicode-data/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0489e4f9754918d1e1e99fef079a2e627410f90e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0489e4f9754918d1e1e99fef079a2e627410f90e
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/20240921/114b4328/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list