summaryrefslogtreecommitdiff
path: root/p/haskell-binary-orphans
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-binary-orphans')
-rw-r--r--p/haskell-binary-orphans/debian/changelog19
-rw-r--r--p/haskell-binary-orphans/debian/control14
-rw-r--r--p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage42
-rw-r--r--p/haskell-binary-orphans/debian/patches/newer-deps55
-rw-r--r--p/haskell-binary-orphans/debian/patches/series2
5 files changed, 82 insertions, 50 deletions
diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
index 077c53906..cadbf4014 100644
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,8 +1,21 @@
-haskell-binary-orphans (0.1.4.0-1ubuntu1) UNRELEASED; urgency=medium
+haskell-binary-orphans (0.1.5.1-2) unstable; urgency=medium
- * Fix VCS fields
+ * Upstream patch to build with newer aeson, QuickCheck,
+ semigroups, tagged.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 18:54:47 +0200
+ -- Clint Adams <clint@debian.org> Thu, 29 Sep 2016 10:46:49 -0400
+
+haskell-binary-orphans (0.1.5.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Thu, 04 Aug 2016 13:18:14 -0400
+
+haskell-binary-orphans (0.1.5.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:14:20 -0400
haskell-binary-orphans (0.1.4.0-1) unstable; urgency=medium
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
index 3267a457c..96fa05de2 100644
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 0.11.3),
+ libghc-aeson-dev (<< 1.1),
libghc-aeson-prof,
+ libghc-case-insensitive-dev (>= 1.2.0.4),
+ libghc-case-insensitive-dev (<< 1.2.1),
+ libghc-case-insensitive-prof,
libghc-hashable-dev (>= 1.2.3.3),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
@@ -18,10 +21,10 @@ Build-Depends: debhelper (>= 9),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-semigroups-dev (>= 0.16.2.2),
- libghc-semigroups-dev (<< 0.18.2),
+ libghc-semigroups-dev (<< 0.18.3),
libghc-semigroups-prof,
libghc-tagged-dev (>= 0.7.3),
- libghc-tagged-dev (<< 0.8.5),
+ libghc-tagged-dev (<< 0.8.6),
libghc-tagged-prof,
libghc-text-dev (>= 1.2.0.6),
libghc-text-dev (<< 1.3),
@@ -38,14 +41,17 @@ Build-Depends: debhelper (>= 9),
libghc-vector-binary-instances-dev (>= 0.2.1.0),
libghc-vector-binary-instances-dev (<< 0.3),
libghc-vector-binary-instances-prof,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (<< 2.9.3),
libghc-quickcheck-instances-dev (>= 0.3.11),
- libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-dev (<< 0.3.13),
libghc-tasty-dev (>= 0.10.1.2),
libghc-tasty-dev (<< 0.12),
libghc-tasty-quickcheck-dev (>= 0.8.3.2),
libghc-tasty-quickcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
+ libghc-case-insensitive-doc,
libghc-hashable-doc,
libghc-scientific-doc,
libghc-semigroups-doc,
diff --git a/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage b/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage
deleted file mode 100644
index b886b7498..000000000
--- a/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: haskell-binary-orphans/binary-orphans.cabal
-===================================================================
---- haskell-binary-orphans.orig/binary-orphans.cabal 2016-01-25 07:06:12.000000000 +0100
-+++ haskell-binary-orphans/binary-orphans.cabal 2016-06-01 09:41:20.916924738 +0200
-@@ -30,13 +30,13 @@
- src
- ghc-options: -Wall -fno-warn-orphans
- build-depends:
-- base >=4.6.0.1 && <4.9
-- , aeson >=0.7.0.6 && <0.10.1
-- , binary >=0.5.1.1 && <0.8.1
-+ base >=4.6.0.1 && <4.10
-+ , aeson >=0.7.0.6 && <0.11.3
-+ , binary >=0.5.1.1 && <0.8.4
- , hashable >=1.2.3.3 && <1.3
- , scientific >=0.3.3.8 && <0.4
-- , semigroups >=0.16.2.2 && <0.18.1
-- , tagged >=0.7.3 && <0.8.3
-+ , semigroups >=0.16.2.2 && <0.18.2
-+ , tagged >=0.7.3 && <0.8.5
- , text >=1.2.0.6 && <1.3
- , time >=1.4.0.1 && <1.6.1
- , unordered-containers >=0.2.5.1 && <0.3
-@@ -54,13 +54,13 @@
- test
- ghc-options: -Wall -fno-warn-orphans
- build-depends:
-- base >=4.6.0.1 && <4.9
-- , aeson >=0.7.0.6 && <0.10.1
-- , binary >=0.5.1.1 && <0.8.1
-+ base >=4.6.0.1 && <4.10
-+ , aeson >=0.7.0.6 && <0.11.3
-+ , binary >=0.5.1.1 && <0.8.4
- , hashable >=1.2.3.3 && <1.3
- , scientific >=0.3.3.8 && <0.4
-- , semigroups >=0.16.2.2 && <0.18.1
-- , tagged >=0.7.3 && <0.8.3
-+ , semigroups >=0.16.2.2 && <0.18.2
-+ , tagged >=0.7.3 && <0.8.5
- , text >=1.2.0.6 && <1.3
- , time >=1.4.0.1 && <1.6.1
- , unordered-containers >=0.2.5.1 && <0.3
diff --git a/p/haskell-binary-orphans/debian/patches/newer-deps b/p/haskell-binary-orphans/debian/patches/newer-deps
new file mode 100644
index 000000000..39587bccd
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/newer-deps
@@ -0,0 +1,55 @@
+--- a/binary-orphans.cabal
++++ b/binary-orphans.cabal
+@@ -31,12 +31,12 @@
+ ghc-options: -Wall -fno-warn-orphans
+ build-depends:
+ base >=4.6.0.1 && <4.10
+- , aeson >=0.7.0.6 && <0.11.3
++ , aeson >=0.7.0.6 && <1.1
+ , binary >=0.5.1.1 && <0.8.5
+ , case-insensitive >=1.2.0.4 && <1.2.1
+ , hashable >=1.2.3.3 && <1.3
+ , scientific >=0.3.3.8 && <0.4
+- , tagged >=0.7.3 && <0.8.5
++ , tagged >=0.7.3 && <0.8.6
+ , text >=1.2.0.6 && <1.3
+ , time >=1.4.0.1 && <1.6.1
+ , unordered-containers >=0.2.5.1 && <0.3
+@@ -45,7 +45,7 @@
+ , vector-binary-instances >=0.2.1.0 && <0.3
+ if !impl(ghc >= 8.0)
+ build-depends:
+- semigroups >=0.16.2.2 && <0.18.2
++ semigroups >=0.16.2.2 && <0.18.3
+ if !impl(ghc >= 7.10)
+ build-depends:
+ void >=0.7 && <0.8
+@@ -62,24 +62,24 @@
+ ghc-options: -Wall -fno-warn-orphans
+ build-depends:
+ base >=4.6.0.1 && <4.10
+- , aeson >=0.7.0.6 && <0.11.3
++ , aeson >=0.7.0.6 && <1.1
+ , binary >=0.5.1.1 && <0.8.5
+ , case-insensitive >=1.2.0.4 && <1.2.1
+ , hashable >=1.2.3.3 && <1.3
+ , scientific >=0.3.3.8 && <0.4
+- , tagged >=0.7.3 && <0.8.5
++ , tagged >=0.7.3 && <0.8.6
+ , text >=1.2.0.6 && <1.3
+ , time >=1.4.0.1 && <1.6.1
+ , unordered-containers >=0.2.5.1 && <0.3
+ , vector >=0.10.12.3 && <0.12
+ , binary-orphans
+- , QuickCheck >=2.7 && <2.9.2
++ , QuickCheck >=2.7 && <2.9.3
+ , quickcheck-instances >=0.3.11 && <0.3.13
+ , tasty >=0.10.1.2 && <0.12
+ , tasty-quickcheck >=0.8.3.2 && <0.9
+ if !impl(ghc >= 8.0)
+ build-depends:
+- semigroups >=0.16.2.2 && <0.18.2
++ semigroups >=0.16.2.2 && <0.18.3
+ if !impl(ghc >= 7.10)
+ build-depends:
+ void >=0.7 && <0.8
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
index 0131f75d3..58889b715 100644
--- a/p/haskell-binary-orphans/debian/patches/series
+++ b/p/haskell-binary-orphans/debian/patches/series
@@ -1 +1 @@
-new-metadata-from-hackage
+newer-deps