[Pkg-haskell-commits] darcs: tools: Add lambdabot 4.3 plan

Joachim Breitner mail at joachim-breitner.de
Mon Jun 24 14:41:44 UTC 2013


Mon Jun 24 14:19:53 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add lambdabot 4.3 plan

    M ./all-packages/packages.txt -1 +6
    A ./all-packages/patches/lambdabot-4.3.patch

Mon Jun 24 14:19:53 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Add lambdabot 4.3 plan
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2013-06-24 14:41:44.354252640 +0000
+++ new-tools/all-packages/packages.txt	2013-06-24 14:41:44.411037648 +0000
@@ -128,6 +128,9 @@
 DAV 0.4.1
 dbus 0.10.4
 debian 3.70.1
+dependent-map 0.1.1.1
+dependent-sum 0.2.0.1
+dependent-sum-template 0.0.0.1
 derive 2.5.11
 diagrams 0.6 hand-created meta package, does not yet pull in diagrams-contrib
 diagrams-cairo 0.6
@@ -308,7 +311,7 @@
 json 0.5
 keys 3.0.2
 knob 0.1.1
-lambdabot 4.2.3.3
+lambdabot 4.3
 lambdabot-utils 4.2.2
 language-c 0.4.2
 language-haskell-extract 0.2.1
@@ -360,6 +363,7 @@
 monoid-transformer 0.0.2
 mtl 2.1.2
 mtlparse 0.1.2
+mueval 0.9
 murmur-hash 0.1.0.6
 mwc-random 0.11.0.0 notest
 nats 0.1
@@ -518,6 +522,7 @@
 texmath 0.6.1.3
 text 0.11.3.1
 text-icu 0.6.3.5
+th-extras 0.0.0.2
 threads 0.5.0.2 notest
 threadscope 0.2.2
 time-compat 0.1.0.1
diff -rN -u old-tools/all-packages/patches/lambdabot-4.3.patch new-tools/all-packages/patches/lambdabot-4.3.patch
--- old-tools/all-packages/patches/lambdabot-4.3.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/lambdabot-4.3.patch	2013-06-24 14:41:44.375038124 +0000
@@ -0,0 +1,67 @@
+--- lambdabot-4.3.orig/lambdabot.cabal
++++ lambdabot-4.3/lambdabot.cabal
+@@ -77,7 +77,7 @@ library
+                         Lambdabot.Plugin.Check
+                         Lambdabot.Plugin.Check.ShowQ
+                         Lambdabot.Plugin.Compose
+-                        Lambdabot.Plugin.Dice
++                        --Lambdabot.Plugin.Dice
+                         Lambdabot.Plugin.Dict
+                         Lambdabot.Plugin.Djinn
+                         Lambdabot.Plugin.Dummy
+@@ -98,20 +98,20 @@ library
+                         Lambdabot.Plugin.Localtime
+                         Lambdabot.Plugin.Log
+                         Lambdabot.Plugin.More
+-                        Lambdabot.Plugin.Numberwang
++                        --Lambdabot.Plugin.Numberwang
+                         Lambdabot.Plugin.OEIS
+                         Lambdabot.Plugin.OfflineRC
+                         Lambdabot.Plugin.Pl
+                         Lambdabot.Plugin.Pointful
+                         Lambdabot.Plugin.Poll
+                         Lambdabot.Plugin.Pretty
+-                        Lambdabot.Plugin.Quote
++                        --Lambdabot.Plugin.Quote
+                         Lambdabot.Plugin.Search
+                         Lambdabot.Plugin.Seen
+                         Lambdabot.Plugin.Slap
+                         Lambdabot.Plugin.Source
+                         Lambdabot.Plugin.Spell
+-                        Lambdabot.Plugin.Stats
++                        --Lambdabot.Plugin.Stats
+                         Lambdabot.Plugin.System
+                         Lambdabot.Plugin.Tell
+                         Lambdabot.Plugin.Ticker
+@@ -161,17 +161,17 @@ library
+                         dependent-map           == 0.1.*,
+                         dependent-sum           == 0.2.*,
+                         dependent-sum-template  >= 0.0.0.1,
+-                        dice                    >= 0.1,
++                        --dice                    >= 0.1,
+                         directory               >= 1.1,
+                         edit-distance           >= 0.2,
+                         filepath                >= 1.3,
+                         haskeline               >= 0.7,
+                         haskell-src-exts        >= 1.12.0,
+-                        hstatsd                 >= 0.1,
++                        --hstatsd                 >= 0.1,
+                         hslogger                >= 1.2.1,
+                         HTTP                    >= 4000,
+                         lifted-base             >= 0.2,
+-                        misfortune              >= 0.1,
++                        --misfortune              >= 0.1,
+                         monad-control           >= 0.3,
+                         mtl                     >= 2,
+                         network                 >= 2.3.0.13,
+@@ -182,8 +182,8 @@ library
+                         process                 >= 1.1,
+                         QuickCheck              >= 2,
+                         random                  >= 1,
+-                        random-fu               >= 0.2,
+-                        random-source           >= 0.3,
++                        --random-fu               >= 0.2,
++                        --random-source           >= 0.3,
+                         regex-tdfa              >= 1.1,
+                         SafeSemaphore           >= 0.9,
+                         show                    >= 0.4,




More information about the Pkg-haskell-commits mailing list