[Git][haskell-team/DHG_packages][master] uniplate: Upgrading from 1.6.12 to 1.6.13
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jun 20 23:38:49 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0219cdc3 by Clint Adams at 2022-06-20T18:38:23-04:00
uniplate: Upgrading from 1.6.12 to 1.6.13
- - - - -
5 changed files:
- p/haskell-uniplate/debian/changelog
- p/haskell-uniplate/debian/control
- − p/haskell-uniplate/debian/patches/newer-deps
- − p/haskell-uniplate/debian/patches/no-annotations-without-ghci
- − p/haskell-uniplate/debian/patches/series
Changes:
=====================================
p/haskell-uniplate/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uniplate (1.6.13-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Mon, 20 Jun 2022 18:37:24 -0400
+
haskell-uniplate (1.6.12-9) unstable; urgency=medium
* Sourceful upload for GHC 8.8
=====================================
p/haskell-uniplate/debian/control
=====================================
@@ -23,7 +23,7 @@ Build-Depends-Indep:
libghc-syb-doc,
libghc-unordered-containers-doc,
Standards-Version: 4.5.0
-Homepage: http://community.haskell.org/~ndm/uniplate/
+Homepage: https://github.com/ndmitchell/uniplate#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-uniplate
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-uniplate]
=====================================
p/haskell-uniplate/debian/patches/newer-deps deleted
=====================================
@@ -1,21 +0,0 @@
---- a/uniplate.cabal
-+++ b/uniplate.cabal
-@@ -2,6 +2,7 @@
- build-type: Simple
- name: uniplate
- version: 1.6.12
-+x-revision: 1
- author: Neil Mitchell <ndmitchell at gmail.com>
- maintainer: Neil Mitchell <ndmitchell at gmail.com>
- copyright: Neil Mitchell 2006-2013
-@@ -56,8 +57,8 @@
- if flag(typeable_fingerprint)
- build-depends:
- base >=4.4 && <5, containers, syb,
-- hashable >= 1.1.2.3 && < 1.3,
-- unordered-containers >= 0.2.1 && < 0.3
-+ hashable >= 1.1.2.3,
-+ unordered-containers >= 0.2.1
- else
- if flag(separate_syb)
- build-depends: base >=4 && <4.4, containers, syb
=====================================
p/haskell-uniplate/debian/patches/no-annotations-without-ghci deleted
=====================================
@@ -1,16 +0,0 @@
-Description: Patch out ANN pragma if GHCi is not available
-Author: Joachim Breitner <nomeata at debian.org>
-
---- haskell-uniplate-1.6.11.orig/Data/Generics/Uniplate/Internal/Utils.hs
-+++ haskell-uniplate-1.6.11/Data/Generics/Uniplate/Internal/Utils.hs
-@@ -24,8 +24,10 @@ import GHC.IO(IO(IO))
-
- #if __GLASGOW_HASKELL__ >= 701
- import GHC.Exts(SpecConstrAnnotation(..))
-+#ifndef DEBIAN_NO_GHCI
- {-# ANN type SPEC ForceSpecConstr #-}
- #endif
-+#endif
-
-
- {-# INLINE builder #-}
=====================================
p/haskell-uniplate/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-no-annotations-without-ghci
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0219cdc3671c6aa75eca2c9d97b5ddd48e28d689
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0219cdc3671c6aa75eca2c9d97b5ddd48e28d689
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/20220620/30d8b93a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list