[DHG_packages] 04/05: monads-tf: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 15:41:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 3c55ebd706fad4baf6f17b0d50cb61242efed5f2
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 11:39:18 2016 -0400
monads-tf: build with ghc 8 in experimental
---
p/haskell-monads-tf/debian/changelog | 6 ++++++
p/haskell-monads-tf/debian/control | 37 +++++++++++++++++-------------------
p/haskell-monads-tf/debian/copyright | 2 +-
3 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/p/haskell-monads-tf/debian/changelog b/p/haskell-monads-tf/debian/changelog
index f1dcb0a..8a410f3 100644
--- a/p/haskell-monads-tf/debian/changelog
+++ b/p/haskell-monads-tf/debian/changelog
@@ -1,3 +1,9 @@
+haskell-monads-tf (0.1.0.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 11:38:57 -0400
+
haskell-monads-tf (0.1.0.3-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-monads-tf/debian/control b/p/haskell-monads-tf/debian/control
index 1630cf4..209baf1 100644
--- a/p/haskell-monads-tf/debian/control
+++ b/p/haskell-monads-tf/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/monads-tf
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/haskell-monads-tf
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-monads-tf-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: monad classes, using type families
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
@@ -33,11 +32,10 @@ Description: monad classes, using type families
Package: libghc-monads-tf-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: monad classes, using type families; profiling libraries
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
@@ -50,10 +48,9 @@ Description: monad classes, using type families; profiling libraries
Package: libghc-monads-tf-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: monad classes, using type families; documentation
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
diff --git a/p/haskell-monads-tf/debian/copyright b/p/haskell-monads-tf/debian/copyright
index ee72b3b..19201ac 100644
--- a/p/haskell-monads-tf/debian/copyright
+++ b/p/haskell-monads-tf/debian/copyright
@@ -42,4 +42,4 @@ License: BSD-3-clause
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
\ No newline at end of file
+ DAMAGE.
--
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