summaryrefslogtreecommitdiff
path: root/p/haskell-th-orphans
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-05 01:46:01 -0500
committerClint Adams <clint@debian.org>2015-12-05 01:46:01 -0500
commitd251e9fb4913246cb2d139ac531ebe7222bab60c (patch)
tree9915bd774b68591e2536ee6d87b759d5ffadd737 /p/haskell-th-orphans
parent99fceb3be3bb985883713e1df7471a33d6b0fe0b (diff)
downloadDHG_packages-d251e9fb4913246cb2d139ac531ebe7222bab60c.tar.gz
patch away usage of nats
Diffstat (limited to 'p/haskell-th-orphans')
-rw-r--r--p/haskell-th-orphans/debian/control4
-rw-r--r--p/haskell-th-orphans/debian/patches/no-nats12
-rw-r--r--p/haskell-th-orphans/debian/patches/series1
3 files changed, 13 insertions, 4 deletions
diff --git a/p/haskell-th-orphans/debian/control b/p/haskell-th-orphans/debian/control
index 0bb6a6e52..eecfa25df 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 000000000..db1519d79
--- /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 000000000..ddd7d5bb4
--- /dev/null
+++ b/p/haskell-th-orphans/debian/patches/series
@@ -0,0 +1 @@
+no-nats