[Git][haskell-team/DHG_packages][master] recursion-schemes: Upgrading from 5.2.2.2 to 5.2.2.4
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Sep 14 14:14:51 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6ff19798 by Clint Adams at 2023-09-14T09:14:32-04:00
recursion-schemes: Upgrading from 5.2.2.2 to 5.2.2.4
- - - - -
4 changed files:
- p/haskell-recursion-schemes/debian/changelog
- p/haskell-recursion-schemes/debian/control
- − p/haskell-recursion-schemes/debian/patches/fix-profiling.patch
- − p/haskell-recursion-schemes/debian/patches/series
Changes:
=====================================
p/haskell-recursion-schemes/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-recursion-schemes (5.2.2.2-3) UNRELEASED; urgency=medium
+haskell-recursion-schemes (5.2.2.4-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:30 +0300
+ [ Clint Adams ]
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 14 Sep 2023 09:13:32 -0400
haskell-recursion-schemes (5.2.2.2-2) unstable; urgency=medium
=====================================
p/haskell-recursion-schemes/debian/control
=====================================
@@ -25,7 +25,7 @@ Build-Depends:
libghc-free-dev (<< 6),
libghc-free-prof,
libghc-th-abstraction-dev (>= 0.4),
- libghc-th-abstraction-dev (<< 0.5),
+ libghc-th-abstraction-dev (<< 0.6),
libghc-th-abstraction-prof,
Build-Depends-Indep: ghc-doc,
libghc-base-orphans-doc,
=====================================
p/haskell-recursion-schemes/debian/patches/fix-profiling.patch deleted
=====================================
@@ -1,27 +0,0 @@
-Description: Fix use of recursion-schemes when profiling enabled
-Origin: https://github.com/recursion-schemes/recursion-schemes/issues/128
-
-diff --git a/recursion-schemes.cabal b/recursion-schemes.cabal
-index c35f2c6..e692ade 100644
---- a/recursion-schemes.cabal
-+++ b/recursion-schemes.cabal
-@@ -93,6 +93,7 @@ library
- Paths_recursion_schemes
-
- ghc-options: -Wall
-+ ghc-prof-options: -DPROFILING_ENABLED
- if impl(ghc >= 8.6)
- ghc-options: -Wno-star-is-type
- default-language: Haskell2010
-diff --git a/src/Data/Functor/Foldable/TH.hs b/src/Data/Functor/Foldable/TH.hs
-index b3d5ac8..d4ef0e4 100644
---- a/src/Data/Functor/Foldable/TH.hs
-+++ b/src/Data/Functor/Foldable/TH.hs
-@@ -1,4 +1,7 @@
- {-# LANGUAGE CPP, PatternGuards, Rank2Types #-}
-+#if defined(PROFILING_ENABLED)
-+{-# OPTIONS_GHC -O0 #-}
-+#endif
- module Data.Functor.Foldable.TH
- ( MakeBaseFunctor(..)
- , BaseRules
=====================================
p/haskell-recursion-schemes/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-profiling.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6ff1979857b5bf3be27df5aa043b2e2506b168c6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6ff1979857b5bf3be27df5aa043b2e2506b168c6
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/20230914/ebe84ab5/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list