diff options
Diffstat (limited to 'p/haskell-github')
| -rw-r--r-- | p/haskell-github/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-github/debian/control | 2 | ||||
| -rw-r--r-- | p/haskell-github/debian/patches/instances-bump.patch | 11 | ||||
| -rw-r--r-- | p/haskell-github/debian/patches/series | 1 |
4 files changed, 19 insertions, 1 deletions
diff --git a/p/haskell-github/debian/changelog b/p/haskell-github/debian/changelog index 75d939277..9d4f2c06e 100644 --- a/p/haskell-github/debian/changelog +++ b/p/haskell-github/debian/changelog @@ -1,3 +1,9 @@ +haskell-github (0.15.0-2) unstable; urgency=medium + + * Bump instances bounds + + -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 21 Jul 2017 08:25:35 +0200 + haskell-github (0.15.0-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control index d2ac16672..b680ff1bd 100644 --- a/p/haskell-github/debian/control +++ b/p/haskell-github/debian/control @@ -83,7 +83,7 @@ Build-Depends: libghc-unordered-containers-prof, libghc-vector-dev (<< 0.12), libghc-vector-dev (>= 0.10.12.3), - libghc-vector-instances-dev (<< 3.4), + libghc-vector-instances-dev (<< 3.5), libghc-vector-instances-dev (>= 3.3.0.1), libghc-vector-instances-prof, libghc-vector-prof, diff --git a/p/haskell-github/debian/patches/instances-bump.patch b/p/haskell-github/debian/patches/instances-bump.patch new file mode 100644 index 000000000..8e10061ea --- /dev/null +++ b/p/haskell-github/debian/patches/instances-bump.patch @@ -0,0 +1,11 @@ +--- haskell-github-0.15.0.orig/github.cabal ++++ haskell-github-0.15.0/github.cabal +@@ -148,7 +148,7 @@ Library + transformers-compat >=0.4.0.3 && <0.6, + unordered-containers >=0.2 && <0.3, + vector >=0.10.12.3 && <0.12, +- vector-instances >=3.3.0.1 && <3.4, ++ vector-instances >=3.3.0.1 && <3.5, + + tls >=1.3.5 + diff --git a/p/haskell-github/debian/patches/series b/p/haskell-github/debian/patches/series new file mode 100644 index 000000000..d5f20e092 --- /dev/null +++ b/p/haskell-github/debian/patches/series @@ -0,0 +1 @@ +instances-bump.patch |
