[Git][haskell-team/DHG_packages][master] haskell-fast-logger:
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Sep 5 10:28:20 BST 2023
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
87c54de2 by Gianfranco Costamagna at 2023-09-05T11:27:54+02:00
haskell-fast-logger:
Fix build on archs without RTS option: -N
- - - - -
4 changed files:
- p/haskell-fast-logger/debian/changelog
- + p/haskell-fast-logger/debian/files
- + p/haskell-fast-logger/debian/patches/rtsopts_remove_N
- + p/haskell-fast-logger/debian/patches/series
Changes:
=====================================
p/haskell-fast-logger/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-fast-logger (3.2.2-2) unstable; urgency=medium
+
+ * Fix build on archs without RTS option: -N
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 05 Sep 2023 11:26:59 +0200
+
haskell-fast-logger (3.2.2-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-fast-logger/debian/files
=====================================
@@ -0,0 +1 @@
+haskell-fast-logger_3.2.2-2_source.buildinfo haskell optional
=====================================
p/haskell-fast-logger/debian/patches/rtsopts_remove_N
=====================================
@@ -0,0 +1,11 @@
+--- haskell-fast-logger-3.2.2.orig/fast-logger.cabal
++++ haskell-fast-logger-3.2.2/fast-logger.cabal
+@@ -67,7 +67,7 @@ test-suite spec
+ hs-source-dirs: test
+ other-modules: FastLoggerSpec
+ default-language: Haskell2010
+- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
++ ghc-options: -Wall -threaded
+ build-depends:
+ base >=4 && <5,
+ async,
=====================================
p/haskell-fast-logger/debian/patches/series
=====================================
@@ -0,0 +1 @@
+rtsopts_remove_N
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87c54de2348016f5f4d8a347add7a55723d05726
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87c54de2348016f5f4d8a347add7a55723d05726
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/20230905/96ed968d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list