[Pkg-haskell-commits] darcs: lambdabot: Patch: use network-uri

Joachim Breitner mail at joachim-breitner.de
Sat Jun 20 17:38:36 UTC 2015


Sat Jun 20 17:22:01 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Patch: use network-uri

    M ./changelog -2 +3
    M ./control -1 +2
    A ./patches/network-uri
    M ./patches/series +1

Sat Jun 20 17:22:01 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Patch: use network-uri
diff -rN -u old-lambdabot/changelog new-lambdabot/changelog
--- old-lambdabot/changelog	2015-06-20 17:38:36.502970434 +0000
+++ new-lambdabot/changelog	2015-06-20 17:38:36.506970435 +0000
@@ -3,8 +3,9 @@
   * Depend on haskell-devscripts 0.9, found in experimental
   * Do not depend on transformers, which now comes with GHC
   * Do not depend on haskeline, which now comes with GHC
+  * Patch: use network-uri
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:59:48 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:55:57 +0200
 
 lambdabot (4.3.0.1-1) unstable; urgency=low
 
diff -rN -u old-lambdabot/control new-lambdabot/control
--- old-lambdabot/control	2015-06-20 17:38:36.502970434 +0000
+++ new-lambdabot/control	2015-06-20 17:38:36.502970434 +0000
@@ -20,7 +20,8 @@
   , libghc-lifted-base-dev (>= 0.2)
   , libghc-monad-control-dev (>= 0.3)
   , libghc-mtl-dev (>= 2)
-  , libghc-network-dev (>= 2.3.0.13)
+  , libghc-network-dev (>= 2.6)
+  , libghc-network-uri-dev (>= 2.6)
   , libghc-oeis-dev (>= 0.3.1)
   , libghc-parsec3-dev
   , libghc-quickcheck2-dev
diff -rN -u old-lambdabot/patches/network-uri new-lambdabot/patches/network-uri
--- old-lambdabot/patches/network-uri	1970-01-01 00:00:00.000000000 +0000
+++ new-lambdabot/patches/network-uri	2015-06-20 17:38:36.506970435 +0000
@@ -0,0 +1,14 @@
+Index: lambdabot-4.3.0.1/lambdabot.cabal
+===================================================================
+--- lambdabot-4.3.0.1.orig/lambdabot.cabal	2015-06-20 19:20:50.280989420 +0200
++++ lambdabot-4.3.0.1/lambdabot.cabal	2015-06-20 19:21:16.133353190 +0200
+@@ -174,7 +174,8 @@
+                         --misfortune              >= 0.1,
+                         monad-control           >= 0.3,
+                         mtl                     >= 2,
+-                        network                 >= 2.3.0.13,
++                        network                 >= 2.6,
++                        network-uri             >= 2.6,
+                         oeis                    >= 0.3.1,
+                         time                    >= 1.4,
+                         parsec                  >= 3,
diff -rN -u old-lambdabot/patches/series new-lambdabot/patches/series
--- old-lambdabot/patches/series	2015-06-20 17:38:36.502970434 +0000
+++ new-lambdabot/patches/series	2015-06-20 17:38:36.506970435 +0000
@@ -1,2 +1,3 @@
 correct-bf-binary-name.patch
 disable-some-plugins
+network-uri




More information about the Pkg-haskell-commits mailing list