[DHG_packages] 02/04: dependent-sum: Upgrading from 0.3.2.2 to 0.4
Clint Adams
clint at moszumanska.debian.org
Thu Jul 6 22:08:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit e65cd0e6f462ca5d20fb60287fce9be6dc497009
Author: Clint Adams <clint at debian.org>
Date: Thu Jul 6 18:04:10 2017 -0400
dependent-sum: Upgrading from 0.3.2.2 to 0.4
---
p/haskell-dependent-sum/debian/changelog | 6 ++++++
.../debian/patches/build_with_ghc-8.0.2.patch | 13 -------------
p/haskell-dependent-sum/debian/patches/series | 1 -
3 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/p/haskell-dependent-sum/debian/changelog b/p/haskell-dependent-sum/debian/changelog
index 09f3497..e5199f3 100644
--- a/p/haskell-dependent-sum/debian/changelog
+++ b/p/haskell-dependent-sum/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dependent-sum (0.4-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 06 Jul 2017 18:04:10 -0400
+
haskell-dependent-sum (0.3.2.2-4) unstable; urgency=medium
* Team upload
diff --git a/p/haskell-dependent-sum/debian/patches/build_with_ghc-8.0.2.patch b/p/haskell-dependent-sum/debian/patches/build_with_ghc-8.0.2.patch
deleted file mode 100644
index 44c92eb..0000000
--- a/p/haskell-dependent-sum/debian/patches/build_with_ghc-8.0.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: b/src/Data/GADT/Compare.hs
-===================================================================
---- a/src/Data/GADT/Compare.hs
-+++ b/src/Data/GADT/Compare.hs
-@@ -58,7 +58,7 @@ instance GRead ((:=) a) where
- greadsPrec p s = readsPrec p s >>= f
- where
- f :: forall x. (x := x, String) -> [(forall b. (forall a. x := a -> b) -> b, String)]
-- f (Refl, rest) = return ((\x -> x Refl) :: forall b. (forall a. x := a -> b) -> b, rest)
-+ f (Refl, rest) = [((\x -> x Refl) :: forall b. (forall a. x := a -> b) -> b, rest)]
-
- -- |A class for type-contexts which contain enough information
- -- to (at least in some cases) decide the equality of types
diff --git a/p/haskell-dependent-sum/debian/patches/series b/p/haskell-dependent-sum/debian/patches/series
deleted file mode 100644
index 764bfbf..0000000
--- a/p/haskell-dependent-sum/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build_with_ghc-8.0.2.patch
--
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