[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.6-4-6-gf18e6b7
Clint Adams
clint at debian.org
Thu Nov 8 03:57:02 UTC 2012
The following commit has been merged in the master branch:
commit bb111797c6c105447a6da35eefe3beb2ec2e0203
Author: Clint Adams <clint at debian.org>
Date: Wed Nov 7 22:18:18 2012 -0500
Update build-deps.
diff --git a/debian/control b/debian/control
index 7f34a9d..bdcdd19 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,22 @@ Source: haskell-configfile
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 7),
- cdbs,
- ghc,
- haskell-devscripts (>= 0.8),
- cpphs,
- libghc-missingh-dev (>= 1.0.3.2),
- libghc-regex-compat-dev,
- libghc-mtl-dev,
- ghc-prof,
- libghc-missingh-prof (>= 1.0.3.2),
- libghc-regex-compat-prof,
- libghc-mtl-prof
-Build-Depends-Indep: ghc-doc (>= 6.12),
- libghc-missingh-doc (>= 1.0.3.2),
- libghc-regex-compat-doc,
- libghc-mtl-doc
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , ghc
+ , haskell-devscripts (>= 0.8.13)
+ , cpphs
+ , libghc-missingh-dev (>> 1.0.0)
+ , libghc-regex-compat-dev
+ , libghc-mtl-dev
+ , ghc-prof
+ , libghc-missingh-prof
+ , libghc-regex-compat-prof
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-missingh-doc
+ , libghc-regex-compat-doc
+ , libghc-mtl-doc
Standards-Version: 3.9.0
Section: haskell
Homepage: http://software.complete.org/configfile
--
Configuration file support
More information about the Pkg-haskell-commits
mailing list