[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.3-3-3-g1b4b5a6

Joachim Breitner nomeata at debian.org
Mon Apr 18 08:17:41 UTC 2011


The following commit has been merged in the master branch:
commit 6a869a5de8b208f62b871b4a27906322618b6a75
Author: Joachim Breitner <nomeata at debian.org>
Date:   Mon Apr 18 13:41:14 2011 +0530

    Use parsec 3

diff --git a/debian/changelog b/debian/changelog
index d9233cb..e282ae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 missingh (1.1.0.3-3.1) UNRELEASED; urgency=low
 
   * s/ghc6/ghc
+  * Use parsec 3
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 18 Apr 2011 13:16:12 +0530
 
diff --git a/debian/control b/debian/control
index 18b89be..199fbe0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,21 +12,21 @@ Build-Depends: debhelper (>= 7),
  libghc-hunit-dev,
  libghc-hslogger-dev (>= 1.0.7.2),
  libghc-regex-compat-dev (>= 0.91),
- libghc-parsec-dev,
+ libghc-parsec3-dev,
  ghc-prof,
  libghc-network-prof,
  libghc-mtl-prof,
  libghc-hunit-prof,
  libghc-hslogger-prof,
  libghc-regex-compat-prof,
- libghc-parsec-prof
+ libghc-parsec3-prof
 Build-Depends-Indep: ghc-doc,
  libghc-network-doc,
  libghc-mtl-doc,
  libghc-hunit-doc,
  libghc-hslogger-doc (>= 1.0.7.2),
  libghc-regex-compat-doc (>= 0.91),
- libghc-parsec-doc
+ libghc-parsec3-doc
 Standards-Version: 3.9.0
 Section: haskell
 Homepage: http://software.complete.org/software/projects/show/missingh

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list