[DHG_packages] 01/01: patch away usage of nats
Clint Adams
clint at moszumanska.debian.org
Sat Dec 5 06:46:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit d251e9fb4913246cb2d139ac531ebe7222bab60c
Author: Clint Adams <clint at debian.org>
Date: Sat Dec 5 01:46:01 2015 -0500
patch away usage of nats
---
p/haskell-semigroups/debian/control | 4 ----
p/haskell-semigroups/debian/patches/no-nats | 12 ++++++++++++
p/haskell-semigroups/debian/patches/series | 1 +
p/haskell-th-orphans/debian/control | 4 ----
p/haskell-th-orphans/debian/patches/no-nats | 12 ++++++++++++
p/haskell-th-orphans/debian/patches/series | 1 +
p/haskell-wl-pprint-extras/debian/control | 4 ----
p/haskell-wl-pprint-extras/debian/patches/no-nats | 13 +++++++++++++
p/haskell-wl-pprint-extras/debian/patches/series | 1 +
p/haskell-wl-pprint-terminfo/debian/control | 4 ----
p/haskell-wl-pprint-terminfo/debian/patches/no-nats | 14 ++++++++++++++
p/haskell-wl-pprint-terminfo/debian/patches/series | 1 +
12 files changed, 55 insertions(+), 16 deletions(-)
diff --git a/p/haskell-semigroups/debian/control b/p/haskell-semigroups/debian/control
index a265e53..e267f5f 100644
--- a/p/haskell-semigroups/debian/control
+++ b/p/haskell-semigroups/debian/control
@@ -11,9 +11,6 @@ Build-Depends: debhelper (>= 9),
libghc-hashable-dev (>= 1.1),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
- libghc-nats-dev (>= 0.1),
- libghc-nats-dev (<< 2),
- libghc-nats-prof,
libghc-text-dev (>= 0.10),
libghc-text-dev (<< 2),
libghc-text-prof,
@@ -22,7 +19,6 @@ Build-Depends: debhelper (>= 9),
libghc-unordered-containers-prof,
Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
- libghc-nats-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.6
diff --git a/p/haskell-semigroups/debian/patches/no-nats b/p/haskell-semigroups/debian/patches/no-nats
new file mode 100644
index 0000000..476c85b
--- /dev/null
+++ b/p/haskell-semigroups/debian/patches/no-nats
@@ -0,0 +1,12 @@
+--- a/semigroups.cabal
++++ b/semigroups.cabal
+@@ -86,8 +86,7 @@
+ Data.Semigroup.Generic
+
+ build-depends:
+- base >= 2 && < 5,
+- nats >= 0.1 && < 2
++ base >= 4.8 && < 5
+
+ if impl(ghc >= 7.4 && < 7.5)
+ build-depends: ghc-prim
diff --git a/p/haskell-semigroups/debian/patches/series b/p/haskell-semigroups/debian/patches/series
new file mode 100644
index 0000000..ddd7d5b
--- /dev/null
+++ b/p/haskell-semigroups/debian/patches/series
@@ -0,0 +1 @@
+no-nats
diff --git a/p/haskell-th-orphans/debian/control b/p/haskell-th-orphans/debian/control
index 0bb6a6e..eecfa25 100644
--- a/p/haskell-th-orphans/debian/control
+++ b/p/haskell-th-orphans/debian/control
@@ -11,9 +11,6 @@ Build-Depends: debhelper (>= 9),
ghc-ghci,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-nats-dev (>= 0.1),
- libghc-nats-dev (<< 2),
- libghc-nats-prof,
libghc-th-lift-dev (>= 0.7.1),
libghc-th-lift-prof,
libghc-th-reify-many-dev (>= 0.1),
@@ -21,7 +18,6 @@ Build-Depends: debhelper (>= 9),
libghc-th-reify-many-prof,
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
- libghc-nats-doc,
libghc-th-lift-doc,
libghc-th-reify-many-doc,
Standards-Version: 3.9.6
diff --git a/p/haskell-th-orphans/debian/patches/no-nats b/p/haskell-th-orphans/debian/patches/no-nats
new file mode 100644
index 0000000..db1519d
--- /dev/null
+++ b/p/haskell-th-orphans/debian/patches/no-nats
@@ -0,0 +1,12 @@
+--- a/th-orphans.cabal
++++ b/th-orphans.cabal
+@@ -18,8 +18,7 @@
+ the version number started.
+
+ library
+- build-depends: base >= 4.2 && < 5,
+- nats >= 0.1 && < 2,
++ build-depends: base >= 4.8 && < 5,
+ template-haskell,
+ -- https://github.com/mboes/th-lift/issues/14
+ th-lift >= 0.7.1,
diff --git a/p/haskell-th-orphans/debian/patches/series b/p/haskell-th-orphans/debian/patches/series
new file mode 100644
index 0000000..ddd7d5b
--- /dev/null
+++ b/p/haskell-th-orphans/debian/patches/series
@@ -0,0 +1 @@
+no-nats
diff --git a/p/haskell-wl-pprint-extras/debian/control b/p/haskell-wl-pprint-extras/debian/control
index 52496fc..6209d48 100644
--- a/p/haskell-wl-pprint-extras/debian/control
+++ b/p/haskell-wl-pprint-extras/debian/control
@@ -8,9 +8,6 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-nats-dev (>= 0.1),
- libghc-nats-dev (<< 2),
- libghc-nats-prof,
libghc-semigroupoids-dev (>= 3),
libghc-semigroupoids-dev (<< 6),
libghc-semigroupoids-prof,
@@ -27,7 +24,6 @@ Build-Depends: debhelper (>= 9),
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
Build-Depends-Indep: ghc-doc,
- libghc-nats-doc,
libghc-semigroupoids-doc,
libghc-semigroups-doc,
libghc-text-doc,
diff --git a/p/haskell-wl-pprint-extras/debian/patches/no-nats b/p/haskell-wl-pprint-extras/debian/patches/no-nats
new file mode 100644
index 0000000..ef90cd1
--- /dev/null
+++ b/p/haskell-wl-pprint-extras/debian/patches/no-nats
@@ -0,0 +1,13 @@
+--- a/wl-pprint-extras.cabal
++++ b/wl-pprint-extras.cabal
+@@ -23,9 +23,8 @@
+ library
+
+ build-depends:
+- base == 4.*,
++ base >= 4.8 && < 5.0,
+ containers >= 0.4 && < 0.6,
+- nats >= 0.1 && < 2,
+ semigroups >= 0.9 && < 1,
+ semigroupoids >= 3 && < 6,
+ utf8-string >= 0.3.6 && < 1.1,
diff --git a/p/haskell-wl-pprint-extras/debian/patches/series b/p/haskell-wl-pprint-extras/debian/patches/series
new file mode 100644
index 0000000..ddd7d5b
--- /dev/null
+++ b/p/haskell-wl-pprint-extras/debian/patches/series
@@ -0,0 +1 @@
+no-nats
diff --git a/p/haskell-wl-pprint-terminfo/debian/control b/p/haskell-wl-pprint-terminfo/debian/control
index a4ee5c3..461030c 100644
--- a/p/haskell-wl-pprint-terminfo/debian/control
+++ b/p/haskell-wl-pprint-terminfo/debian/control
@@ -8,9 +8,6 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-nats-dev (>= 0.1),
- libghc-nats-dev (<< 2),
- libghc-nats-prof,
libghc-semigroups-dev (>= 0.9),
libghc-semigroups-dev (<< 1),
libghc-semigroups-prof,
@@ -22,7 +19,6 @@ Build-Depends: debhelper (>= 9),
libghc-wl-pprint-extras-prof,
libncursesw5-dev,
Build-Depends-Indep: ghc-doc,
- libghc-nats-doc,
libghc-semigroups-doc,
libghc-text-doc,
libghc-wl-pprint-extras-doc,
diff --git a/p/haskell-wl-pprint-terminfo/debian/patches/no-nats b/p/haskell-wl-pprint-terminfo/debian/patches/no-nats
new file mode 100644
index 0000000..7f7d7de
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/patches/no-nats
@@ -0,0 +1,14 @@
+--- a/wl-pprint-terminfo.cabal
++++ b/wl-pprint-terminfo.cabal
+@@ -46,10 +46,9 @@
+ other-extensions: TypeFamilies
+
+ build-depends:
+- base == 4.*,
++ base >= 4.8 && < 5,
+ bytestring >= 0.9.1 && < 0.11,
+ containers >= 0.4 && < 0.6,
+- nats >= 0.1 && < 2,
+ semigroups >= 0.9 && < 1,
+ wl-pprint-extras >= 3.4 && < 4,
+ terminfo >= 0.3.2 && < 0.5,
diff --git a/p/haskell-wl-pprint-terminfo/debian/patches/series b/p/haskell-wl-pprint-terminfo/debian/patches/series
new file mode 100644
index 0000000..ddd7d5b
--- /dev/null
+++ b/p/haskell-wl-pprint-terminfo/debian/patches/series
@@ -0,0 +1 @@
+no-nats
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list