[Git][haskell-team/DHG_packages][master] topograph: Upgrading from 1.0.0.1 to 1.0.0.2

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Oct 7 18:08:54 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1160223c by Clint Adams at 2022-10-07T12:54:51-04:00
topograph: Upgrading from 1.0.0.1 to 1.0.0.2

- - - - -


4 changed files:

- p/haskell-topograph/debian/changelog
- p/haskell-topograph/debian/control
- − p/haskell-topograph/debian/patches/newer-deps
- − p/haskell-topograph/debian/patches/series


Changes:

=====================================
p/haskell-topograph/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-topograph (1.0.0.2-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2022 12:53:58 -0400
+
 haskell-topograph (1.0.0.1-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1


=====================================
p/haskell-topograph/debian/control
=====================================
@@ -15,16 +15,15 @@ Build-Depends: debhelper (>= 10),
  libghc-base-orphans-prof (>= 0.8),
  libghc-base-orphans-prof (<< 0.9),
  libghc-vector-dev (>= 0.12),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof (>= 0.12),
- libghc-vector-prof (<< 0.13),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-base-compat-doc,
  libghc-base-orphans-doc,
  libghc-vector-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/phadej/topograph
-X-Description: directed acyclic graphs.
+X-Description: directed acyclic graphs
  Directed acyclic graphs can be sorted topographically.
  Existence of topographic ordering allows writing many graph
  algorithms efficiently.  Many graphs, including most


=====================================
p/haskell-topograph/debian/patches/newer-deps deleted
=====================================
@@ -1,40 +0,0 @@
-Index: b/topograph.cabal
-===================================================================
---- a/topograph.cabal
-+++ b/topograph.cabal
-@@ -1,6 +1,7 @@
- cabal-version:   2.2
- name:            topograph
- version:         1.0.0.1
-+x-revision:      4
- synopsis:        Directed acyclic graphs.
- category:        Data, Graph
- description:
-@@ -35,8 +36,10 @@ tested-with:
-    || ==8.2.2
-    || ==8.4.4
-    || ==8.6.5
--   || ==8.8.3
--   || ==8.10.1
-+   || ==8.8.4
-+   || ==8.10.4
-+   || ==9.0.1
-+   || ==9.2.1
- 
- source-repository head
-   type:     git
-@@ -45,11 +48,11 @@ source-repository head
- library
-   exposed-modules:  Topograph
-   build-depends:
--    , base          >=4.6     && <4.15
--    , base-compat   ^>=0.10.5 || ^>=0.11.0
-+    , base          >=4.6     && <4.17
-+    , base-compat   ^>=0.10.5 || ^>=0.11.0 || ^>=0.12.0
-     , base-orphans  ^>=0.8
-     , containers    ^>=0.5.0.0 || ^>=0.6.0.1
--    , vector        ^>=0.12
-+    , vector        ^>=0.12 || ^>=0.13
- 
-   other-extensions:
-     RankNTypes


=====================================
p/haskell-topograph/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1160223c4befc4ebc149ced050b710aafeed02c6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1160223c4befc4ebc149ced050b710aafeed02c6
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/20221007/dc9ec8ce/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list