[Pkg-haskell-commits] darcs: ghc-mod: upstream version 1.0.5

kiwamu at debian.or.jp kiwamu at debian.or.jp
Wed Dec 28 11:26:09 UTC 2011


Wed Dec 28 11:23:21 UTC 2011  kiwamu at debian.or.jp
  * upstream version 1.0.5
  Ignore-this: 6a74a454195964b68f3e76a0202bac9c

    M ./changelog +15
    M ./control -1 +2

Wed Dec 28 11:23:21 UTC 2011  kiwamu at debian.or.jp
  * upstream version 1.0.5
  Ignore-this: 6a74a454195964b68f3e76a0202bac9c
diff -rN -u old-ghc-mod//changelog new-ghc-mod//changelog
--- old-ghc-mod//changelog	2011-12-28 11:26:09.107671145 +0000
+++ new-ghc-mod//changelog	2011-12-28 11:26:09.119669913 +0000
@@ -1,3 +1,18 @@
+ghc-mod (1.0.5-1) unstable; urgency=low
+
+  * Imported Upstream version 1.0.5.
+  * Build-Depends: ghc-ghci (bacause ghc-mod use ghci's API)
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp>  Wed, 28 Dec 2011 15:44:14 +0900
+
+ghc-mod (1.0.4-2) unstable; urgency=low
+
+  * Add missing BD on libghc-regex-posix-dev and specify version constraint on
+    attoparsec from control file. Thanks to Micah Gersten for the patch
+    (Closes: #653204)
+
+ -- Iain Lane <laney at debian.org>  Sun, 25 Dec 2011 13:30:19 +0000
+
 ghc-mod (1.0.4-1) unstable; urgency=low
 
   * Imported Upstream version 1.0.4
diff -rN -u old-ghc-mod//control new-ghc-mod//control
--- old-ghc-mod//control	2011-12-28 11:26:09.107671145 +0000
+++ new-ghc-mod//control	2011-12-28 11:26:09.119669913 +0000
@@ -7,7 +7,8 @@
                haskell-devscripts (>= 0.8),
                cdbs,
                ghc,
-               libghc-attoparsec-dev,
+               ghc-ghci,
+               libghc-attoparsec-dev (>= 0.10),
                libghc-attoparsec-enumerator-dev,
                libghc-enumerator-dev,
                libghc-ghc-paths-dev,





More information about the Pkg-haskell-commits mailing list