[Git][haskell-team/DHG_packages][master] aeson: restore deleted threaded-option.diff
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Feb 27 17:01:34 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4ee70e28 by Clint Adams at 2026-02-27T12:00:10-05:00
aeson: restore deleted threaded-option.diff
- - - - -
3 changed files:
- p/haskell-aeson/debian/changelog
- p/haskell-aeson/debian/patches/series
- + p/haskell-aeson/debian/patches/threaded-option.diff
Changes:
=====================================
p/haskell-aeson/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson (2.2.3.0-4) unstable; urgency=medium
+
+ * Restore threaded-option patch.
+
+ -- Clint Adams <clint at debian.org> Fri, 27 Feb 2026 11:59:00 -0500
+
haskell-aeson (2.2.3.0-3) unstable; urgency=medium
* Fix threaded-runtime check.
=====================================
p/haskell-aeson/debian/patches/series
=====================================
@@ -1,3 +1,4 @@
no-generically
newer-deps
fix-tests-32bit
+threaded-option.diff
=====================================
p/haskell-aeson/debian/patches/threaded-option.diff
=====================================
@@ -0,0 +1,23 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -51,6 +51,10 @@ flag ordered-keymap
+ default: True
+ manual: True
+
++flag threaded
++ description: build threaded
++ default: True
++
+ library
+ default-language: Haskell2010
+ hs-source-dirs: src
+@@ -137,6 +141,9 @@ library
+
+ ghc-options: -Wall
+
++ if flag(threaded)
++ ghc-options: -threaded
++
+ -- String unescaping
+
+ if flag(ordered-keymap)
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4ee70e285ee59a49c682334effa436a105a8eef9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4ee70e285ee59a49c682334effa436a105a8eef9
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/20260227/71c16599/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list