[DHG_packages] 02/05: hledger-interest: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16:26:26 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 6939794c4e0cd605b6305fa45f61a8ac5c518b06
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:22:44 2016 -0400
hledger-interest: build with ghc 8 in experimental
---
p/haskell-hledger-interest/debian/changelog | 8 ++++----
p/haskell-hledger-interest/debian/control | 26 ++++++++++++++++----------
p/haskell-hledger-interest/debian/copyright | 2 +-
3 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/p/haskell-hledger-interest/debian/changelog b/p/haskell-hledger-interest/debian/changelog
index e150bef..8b9e3f5 100644
--- a/p/haskell-hledger-interest/debian/changelog
+++ b/p/haskell-hledger-interest/debian/changelog
@@ -1,14 +1,14 @@
-haskell-hledger-interest (1.4.4-5) UNRELEASED; urgency=medium
+haskell-hledger-interest (1.4.4-5) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:27 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:22:40 -0400
haskell-hledger-interest (1.4.4-4) unstable; urgency=medium
diff --git a/p/haskell-hledger-interest/debian/control b/p/haskell-hledger-interest/debian/control
index fe70af0..dc5b2d5 100644
--- a/p/haskell-hledger-interest/debian/control
+++ b/p/haskell-hledger-interest/debian/control
@@ -1,30 +1,36 @@
Source: haskell-hledger-interest
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
+ haskell-devscripts (>= 0.10),
libghc-cabal-dev,
libghc-decimal-dev,
libghc-hledger-lib-dev (>= 0.23.98),
libghc-mtl-dev,
Standards-Version: 3.9.8
Homepage: http://github.com/peti/hledger-interest
-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-hledger-interest
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: hledger-interest
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: interest computing for (h)ledger
hledger-interest is a small command-line utility based on Simon Michael's
hledger library. Its purpose is to compute interest for a given ledger
diff --git a/p/haskell-hledger-interest/debian/copyright b/p/haskell-hledger-interest/debian/copyright
index 35c10fc..fdc0c2a 100644
--- a/p/haskell-hledger-interest/debian/copyright
+++ b/p/haskell-hledger-interest/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 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
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 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