summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-07 20:15:46 -0400
committerClint Adams <clint@debian.org>2016-10-13 19:10:20 -0400
commit32589f92ad06320bb6b6c41e04ef36a7fa6388f3 (patch)
tree7a4bf86ea38517a417a2914f3e465cdfb8799b59
parenta602b3aae797997158711bc640b0fb2e522a4e8c (diff)
downloadDHG_packages-32589f92ad06320bb6b6c41e04ef36a7fa6388f3.tar.gz
haddock-library: Upgrading from 1.2.1 to 1.4.2
-rw-r--r--p/haskell-haddock-library/debian/changelog8
-rw-r--r--p/haskell-haddock-library/debian/control6
2 files changed, 7 insertions, 7 deletions
diff --git a/p/haskell-haddock-library/debian/changelog b/p/haskell-haddock-library/debian/changelog
index dded5409c..55bf2fd2b 100644
--- a/p/haskell-haddock-library/debian/changelog
+++ b/p/haskell-haddock-library/debian/changelog
@@ -1,13 +1,13 @@
-haskell-haddock-library (1.2.1-3) UNRELEASED; urgency=medium
+haskell-haddock-library (1.4.2-1) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * New upstream release
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:23 +0300
+ -- Clint Adams <clint@debian.org> Fri, 07 Oct 2016 20:15:46 -0400
haskell-haddock-library (1.2.1-2) unstable; urgency=medium
diff --git a/p/haskell-haddock-library/debian/control b/p/haskell-haddock-library/debian/control
index f7b46ffa6..79a61f88d 100644
--- a/p/haskell-haddock-library/debian/control
+++ b/p/haskell-haddock-library/debian/control
@@ -6,14 +6,14 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/haddock/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-haddock-library
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Library exposing some functionality of Haddock
+X-Description: library exposing some functionality of Haddock
Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency.