[Git][haskell-team/DHG_packages][master] config-schema: patch for newer build dependencies

Clint Adams gitlab at salsa.debian.org
Mon Oct 22 01:19:44 BST 2018


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


Commits:
10af8042 by Clint Adams at 2018-10-22T00:18:57Z
config-schema: patch for newer build dependencies

- - - - -


4 changed files:

- p/haskell-config-schema/debian/changelog
- p/haskell-config-schema/debian/control
- + p/haskell-config-schema/debian/patches/newer-deps
- + p/haskell-config-schema/debian/patches/series


Changes:

=====================================
p/haskell-config-schema/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-config-schema (0.5.0.1-4) unstable; urgency=medium
+
+  * Patch for newer build dependencies.
+
+ -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2018 20:16:55 -0400
+
 haskell-config-schema (0.5.0.1-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-config-schema/debian/control
=====================================
@@ -11,25 +11,23 @@ Build-Depends: debhelper (>= 10),
  ghc-prof,
  libghc-config-value-dev (>= 0.6),
  libghc-config-value-dev (<< 0.7),
- libghc-config-value-prof (>= 0.6),
- libghc-config-value-prof (<< 0.7),
+ libghc-config-value-prof,
  libghc-free-dev (>= 4.12),
- libghc-free-dev (<< 5.1),
+ libghc-free-dev (<< 5.2),
  libghc-free-prof,
  libghc-kan-extensions-dev (>= 5.0.2),
- libghc-kan-extensions-dev (<< 5.2),
+ libghc-kan-extensions-dev (<< 5.3),
  libghc-kan-extensions-prof,
  libghc-semigroupoids-dev (>= 5.1),
- libghc-semigroupoids-dev (<< 5.3),
- libghc-semigroupoids-prof (>= 5.1),
- libghc-semigroupoids-prof (<< 5.3),
+ libghc-semigroupoids-dev (<< 5.4),
+ libghc-semigroupoids-prof,
  libghc-config-value-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-config-value-doc,
  libghc-free-doc,
  libghc-kan-extensions-doc,
  libghc-semigroupoids-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Homepage: https://github.com/glguy/config-schema
 X-Description: schema definitions for the config-value package
  This package makes it possible to defined schemas for use when


=====================================
p/haskell-config-schema/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+--- a/config-schema.cabal
++++ b/config-schema.cabal
+@@ -25,13 +25,13 @@
+ 
+ library
+   exposed-modules:      Config.Schema, Config.Schema.Docs, Config.Schema.Load, Config.Schema.Spec
+-  build-depends:        base           >=4.8   && <4.12,
++  build-depends:        base           >=4.8   && <4.13,
+                         config-value   >=0.6   && <0.7,
+-                        containers     >=0.5   && <0.6,
+-                        free           >=4.12  && <5.1,
+-                        kan-extensions >=5.0.2 && <5.2,
++                        containers     >=0.5   && <0.7,
++                        free           >=4.12  && <5.2,
++                        kan-extensions >=5.0.2 && <5.3,
+                         pretty         >=1.1.2 && <1.2,
+-                        semigroupoids  >=5.1   && <5.3,
++                        semigroupoids  >=5.1   && <5.4,
+                         text           >=1.2   && <1.3,
+                         transformers   >=0.4   && <0.6
+ 


=====================================
p/haskell-config-schema/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/10af80420422893e432b96d441d371905cf23a7e
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/20181022/b308a178/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list