[Pkg-haskell-commits] darcs: tools: Let test-packages.pl handle unmodified debian/patches directories

Joachim Breitner mail at joachim-breitner.de
Thu Jul 4 13:55:19 UTC 2013


Thu Jul  4 13:54:55 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Let test-packages.pl handle unmodified debian/patches directories

    A ./all-packages/patches/authenticate-oauth/
    R ./all-packages/patches/authenticate-oauth-1.4.0.6.patch
    A ./all-packages/patches/authenticate-oauth/1.4.0.6/
    A ./all-packages/patches/authenticate-oauth/1.4.0.6/bump-crypto-pubkey-types-dep
    A ./all-packages/patches/authenticate-oauth/1.4.0.6/series
    A ./all-packages/patches/c2hs/
    R ./all-packages/patches/c2hs-0.16.4.patch
    A ./all-packages/patches/c2hs/0.16.4/
    A ./all-packages/patches/c2hs/0.16.4/01_fix-stylesheet-path-for-debian.diff
    A ./all-packages/patches/c2hs/0.16.4/02_fix-docbookx-dtd.diff
    A ./all-packages/patches/c2hs/0.16.4/03_fix-man-page.diff
    A ./all-packages/patches/c2hs/0.16.4/language-c-version-bump
    A ./all-packages/patches/c2hs/0.16.4/series
    A ./all-packages/patches/contravariant/
    R ./all-packages/patches/contravariant-0.4.1.patch
    A ./all-packages/patches/contravariant/0.4.1/
    A ./all-packages/patches/contravariant/0.4.1/no-transformers-compat.diff
    A ./all-packages/patches/contravariant/0.4.1/series
    A ./all-packages/patches/distributive/
    R ./all-packages/patches/distributive-0.3.patch
    A ./all-packages/patches/distributive/0.3/
    A ./all-packages/patches/distributive/0.3/no-transformers-compat.diff
    A ./all-packages/patches/distributive/0.3/series
    A ./all-packages/patches/hakyll/
    R ./all-packages/patches/hakyll-4.3.0.0.patch
    A ./all-packages/patches/hakyll/4.3.0.0/
    A ./all-packages/patches/hakyll/4.3.0.0/quickcheck-2.6-compat.patch
    A ./all-packages/patches/hakyll/4.3.0.0/series
    A ./all-packages/patches/lambdabot/
    R ./all-packages/patches/lambdabot-4.3.patch
    A ./all-packages/patches/lambdabot/4.3/
    A ./all-packages/patches/lambdabot/4.3/disable-some-plugins
    A ./all-packages/patches/lambdabot/4.3/series
    A ./all-packages/patches/leksah/
    R ./all-packages/patches/leksah-0.12.1.3.patch
    A ./all-packages/patches/leksah-server/
    R ./all-packages/patches/leksah-server-0.12.1.2.patch
    A ./all-packages/patches/leksah-server/0.12.1.2/
    A ./all-packages/patches/leksah-server/0.12.1.2/ghc-7.6-compatibility.patch
    A ./all-packages/patches/leksah-server/0.12.1.2/series
    A ./all-packages/patches/leksah/0.12.1.3/
    A ./all-packages/patches/leksah/0.12.1.3/ghc-7.6-compatibility.patch
    A ./all-packages/patches/leksah/0.12.1.3/quickcheck-2.6-compat.patch
    A ./all-packages/patches/leksah/0.12.1.3/series
    A ./all-packages/patches/lens/
    R ./all-packages/patches/lens-3.9.0.2.patch
    A ./all-packages/patches/lens/3.9.0.2/
    A ./all-packages/patches/lens/3.9.0.2/fix-doctest-path.hs
    A ./all-packages/patches/lens/3.9.0.2/fudge-doctest-nonascii.diff
    A ./all-packages/patches/lens/3.9.0.2/no-transformers-compat.diff
    A ./all-packages/patches/lens/3.9.0.2/series
    A ./all-packages/patches/ltk/
    R ./all-packages/patches/ltk-0.12.1.0.patch
    A ./all-packages/patches/ltk/0.12.1.0/
    A ./all-packages/patches/ltk/0.12.1.0/ghc-7.6-compatibility.patch
    A ./all-packages/patches/ltk/0.12.1.0/series
    A ./all-packages/patches/test-framework-quickcheck2/
    R ./all-packages/patches/test-framework-quickcheck2-0.3.0.1.patch
    A ./all-packages/patches/test-framework-quickcheck2/0.3.0.1/
    A ./all-packages/patches/test-framework-quickcheck2/0.3.0.1/quickcheck-2.6-compat.patch
    A ./all-packages/patches/test-framework-quickcheck2/0.3.0.1/series
    M ./all-packages/test-packages.pl -11 +21

Thu Jul  4 13:54:55 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Let test-packages.pl handle unmodified debian/patches directories
diff -rN -u old-tools/all-packages/patches/authenticate-oauth/1.4.0.6/bump-crypto-pubkey-types-dep new-tools/all-packages/patches/authenticate-oauth/1.4.0.6/bump-crypto-pubkey-types-dep
--- old-tools/all-packages/patches/authenticate-oauth/1.4.0.6/bump-crypto-pubkey-types-dep	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/authenticate-oauth/1.4.0.6/bump-crypto-pubkey-types-dep	2013-07-04 13:55:18.771038954 +0000
@@ -0,0 +1,15 @@
+Description: Bump  crypto-pubkey-types dependency
+Author: Joachim Breitner <nomeata at debian.org>
+Bug: https://github.com/yesodweb/authenticate/issues/22
+
+--- haskell-authenticate-oauth-1.4.0.6.orig/authenticate-oauth.cabal
++++ haskell-authenticate-oauth-1.4.0.6/authenticate-oauth.cabal
+@@ -18,7 +18,7 @@ library
+                    , http-conduit                  >= 1.4
+                    , transformers                  >= 0.1      && < 0.4
+                    , bytestring                    >= 0.9
+-                   , crypto-pubkey-types           >= 0.1      && < 0.4
++                   , crypto-pubkey-types           >= 0.1      && < 0.5
+                    , RSA                           >= 1.2      && < 1.3
+                    , time
+                    , data-default
diff -rN -u old-tools/all-packages/patches/authenticate-oauth/1.4.0.6/series new-tools/all-packages/patches/authenticate-oauth/1.4.0.6/series
--- old-tools/all-packages/patches/authenticate-oauth/1.4.0.6/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/authenticate-oauth/1.4.0.6/series	2013-07-04 13:55:18.771038954 +0000
@@ -0,0 +1 @@
+bump-crypto-pubkey-types-dep
diff -rN -u old-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch new-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch
--- old-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch	2013-07-04 13:55:18.759042323 +0000
+++ new-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-Description: Bump  crypto-pubkey-types dependency
-Author: Joachim Breitner <nomeata at debian.org>
-Bug: https://github.com/yesodweb/authenticate/issues/22
-
---- haskell-authenticate-oauth-1.4.0.6.orig/authenticate-oauth.cabal
-+++ haskell-authenticate-oauth-1.4.0.6/authenticate-oauth.cabal
-@@ -18,7 +18,7 @@ library
-                    , http-conduit                  >= 1.4
-                    , transformers                  >= 0.1      && < 0.4
-                    , bytestring                    >= 0.9
--                   , crypto-pubkey-types           >= 0.1      && < 0.4
-+                   , crypto-pubkey-types           >= 0.1      && < 0.5
-                    , RSA                           >= 1.2      && < 1.3
-                    , time
-                    , data-default
diff -rN -u old-tools/all-packages/patches/c2hs/0.16.4/01_fix-stylesheet-path-for-debian.diff new-tools/all-packages/patches/c2hs/0.16.4/01_fix-stylesheet-path-for-debian.diff
--- old-tools/all-packages/patches/c2hs/0.16.4/01_fix-stylesheet-path-for-debian.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs/0.16.4/01_fix-stylesheet-path-for-debian.diff	2013-07-04 13:55:18.775038083 +0000
@@ -0,0 +1,15 @@
+## 01_fix-stylesheet-path-for-debian.dpatch by Arjan Oosting <arjan at debian.org>
+
+Index: c2hs-0.16.0/doc/Makefile
+===================================================================
+--- c2hs-0.16.0.orig/doc/Makefile
++++ c2hs-0.16.0/doc/Makefile
+@@ -35,7 +35,7 @@
+ 	--param use.id.as.filename 1 \
+ 	--stringparam base.dir $(XSLTPROC_HTML_OUTDIR) \
+ 	--stringparam html.stylesheet $(XSLTPROC_HTML_CSS)
+-XSLTPROC_HTML_STYLESHEET=http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
++XSLTPROC_HTML_STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl
+ XSLTPROC_OPTIONS=--nonet $(XSLTPROC_HTML_PARAMS) $(XSLTPROC_HTML_STYLESHEET)
+ 
+ # build targets
diff -rN -u old-tools/all-packages/patches/c2hs/0.16.4/02_fix-docbookx-dtd.diff new-tools/all-packages/patches/c2hs/0.16.4/02_fix-docbookx-dtd.diff
--- old-tools/all-packages/patches/c2hs/0.16.4/02_fix-docbookx-dtd.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs/0.16.4/02_fix-docbookx-dtd.diff	2013-07-04 13:55:18.775038083 +0000
@@ -0,0 +1,17 @@
+# Author : Erik de Castro Lopo <erikd at mega-nerd.com>
+# Description : Replace net version of DTD with local version.
+# Debian Version : 0.16.1
+# Date : Mon,  7 Sep 2009 16:14:58 +1000
+
+Index: c2hs-0.16.0/doc/c2hs.xml
+===================================================================
+--- c2hs-0.16.0.orig/doc/c2hs.xml
++++ c2hs-0.16.0/doc/c2hs.xml
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF8"?>
+ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+-  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
++  "file:////usr/share/sgml/docbook/dtd/4.2/docbookx.dtd" [
+     <!ENTITY C2hs 'C➔Haskell'>
+     <!ENTITY c2hs '<command>c2hs</command>'>
+   ]>
diff -rN -u old-tools/all-packages/patches/c2hs/0.16.4/03_fix-man-page.diff new-tools/all-packages/patches/c2hs/0.16.4/03_fix-man-page.diff
--- old-tools/all-packages/patches/c2hs/0.16.4/03_fix-man-page.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs/0.16.4/03_fix-man-page.diff	2013-07-04 13:55:18.779037939 +0000
@@ -0,0 +1,15 @@
+## 03_fix-man-page.dpatch by Arjan Oosting <arjan at debian.org>
+
+Index: c2hs-0.16.0/doc/man1/c2hs.1
+===================================================================
+--- c2hs-0.16.0.orig/doc/man1/c2hs.1
++++ c2hs-0.16.0/doc/man1/c2hs.1
+@@ -106,7 +106,7 @@
+ automatically, passing the appropriate flags.
+ 
+ When used directly, 
+-.Bc2hs
++.B c2hs
+ is usually called as:
+ 
+ .B c2hs
diff -rN -u old-tools/all-packages/patches/c2hs/0.16.4/language-c-version-bump new-tools/all-packages/patches/c2hs/0.16.4/language-c-version-bump
--- old-tools/all-packages/patches/c2hs/0.16.4/language-c-version-bump	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs/0.16.4/language-c-version-bump	2013-07-04 13:55:18.779037939 +0000
@@ -0,0 +1,34 @@
+Description: Patch to work with language-c-0.4.2
+Author: Joachim Breitner <nomeata at debian.org>
+Forwarded: http://hackage.haskell.org/trac/c2hs/ticket/39
+
+--- c2hs-0.16.3.orig/c2hs.cabal
++++ c2hs-0.16.3/c2hs.cabal
+@@ -41,7 +41,7 @@ flag base3
+ 
+ Executable c2hs
+     Build-Depends:  base >= 2 && < 5,
+-                    language-c >= 0.3.1.1 && < 0.4.0,
++                    language-c >= 0.3.1.1 && < 0.5,
+                     filepath
+ 
+     if flag(base3)
+--- c2hs-0.16.3.orig/src/C2HS/Gen/Bind.hs
++++ c2hs-0.16.3/src/C2HS/Gen/Bind.hs
+@@ -126,11 +126,12 @@ import C2HS.Config (PlatformSpec(..))
+ import C2HS.State  (CST, errorsPresent, showErrors, fatal,
+                    SwitchBoard(..), Traces(..), putTraceStr, getSwitch)
+ import C2HS.C     (AttrC, CObj(..), CTag(..),
+-                   CDecl(..), CDeclSpec(..), CTypeSpec(..),
+-                   CStructUnion(..), CStructTag(..), CEnum(..), CDeclr(..), CAttr(..),
+-                   CDerivedDeclr(..),CArrSize(..),
+-                   CExpr(..), CBinaryOp(..), CUnaryOp(..), CConst (..),
++                   CDeclaration(..), CDeclarationSpecifier(..), CTypeSpecifier(..),
++                   CStructUnion(..), CStructTag(..), CEnumeration(..), CDeclarator(..),
++                   CAttribute(..), CDerivedDeclarator(..),CArraySize(..),
++                   CExpression(..), CBinaryOp(..), CUnaryOp(..), CConstant (..),
+                    CInteger(..),cInteger,getCInteger,getCCharAsInt,
++                   CExpr, CConst, CEnum, CAttr, CDecl, CTypeSpec, CArrSize, CDeclSpec,
+                    runCT, ifCTExc,
+                    raiseErrorCTExc, findValueObj, findFunObj, findTag,
+                    applyPrefixToNameSpaces,
diff -rN -u old-tools/all-packages/patches/c2hs/0.16.4/series new-tools/all-packages/patches/c2hs/0.16.4/series
--- old-tools/all-packages/patches/c2hs/0.16.4/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/c2hs/0.16.4/series	2013-07-04 13:55:18.779037939 +0000
@@ -0,0 +1,4 @@
+01_fix-stylesheet-path-for-debian.diff
+02_fix-docbookx-dtd.diff
+03_fix-man-page.diff
+language-c-version-bump
diff -rN -u old-tools/all-packages/patches/c2hs-0.16.4.patch new-tools/all-packages/patches/c2hs-0.16.4.patch
--- old-tools/all-packages/patches/c2hs-0.16.4.patch	2013-07-04 13:55:18.759042323 +0000
+++ new-tools/all-packages/patches/c2hs-0.16.4.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-Description: Patch to work with language-c-0.4.2
-Author: Joachim Breitner <nomeata at debian.org>
-Forwarded: http://hackage.haskell.org/trac/c2hs/ticket/39
-
---- c2hs-0.16.3.orig/c2hs.cabal
-+++ c2hs-0.16.3/c2hs.cabal
-@@ -41,7 +41,7 @@ flag base3
- 
- Executable c2hs
-     Build-Depends:  base >= 2 && < 5,
--                    language-c >= 0.3.1.1 && < 0.4.0,
-+                    language-c >= 0.3.1.1 && < 0.5,
-                     filepath
- 
-     if flag(base3)
diff -rN -u old-tools/all-packages/patches/contravariant/0.4.1/no-transformers-compat.diff new-tools/all-packages/patches/contravariant/0.4.1/no-transformers-compat.diff
--- old-tools/all-packages/patches/contravariant/0.4.1/no-transformers-compat.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/contravariant/0.4.1/no-transformers-compat.diff	2013-07-04 13:55:18.783038108 +0000
@@ -0,0 +1,12 @@
+--- a/contravariant.cabal
++++ b/contravariant.cabal
+@@ -25,8 +25,7 @@
+   build-depends:
+     base                            < 5,
+     tagged              >= 0.4.4 && < 1,
+-    transformers        >= 0.2   && < 0.4,
+-    transformers-compat >= 0.1   && < 1
++    transformers        >= 0.2   && < 0.4
+   exposed-modules:
+     Data.Functor.Contravariant
+     Data.Functor.Contravariant.Compose
diff -rN -u old-tools/all-packages/patches/contravariant/0.4.1/series new-tools/all-packages/patches/contravariant/0.4.1/series
--- old-tools/all-packages/patches/contravariant/0.4.1/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/contravariant/0.4.1/series	2013-07-04 13:55:18.783038108 +0000
@@ -0,0 +1 @@
+no-transformers-compat.diff
diff -rN -u old-tools/all-packages/patches/contravariant-0.4.1.patch new-tools/all-packages/patches/contravariant-0.4.1.patch
--- old-tools/all-packages/patches/contravariant-0.4.1.patch	2013-07-04 13:55:18.754741184 +0000
+++ new-tools/all-packages/patches/contravariant-0.4.1.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
---- a/contravariant.cabal
-+++ b/contravariant.cabal
-@@ -25,8 +25,7 @@
-   build-depends:
-     base                            < 5,
-     tagged              >= 0.4.4 && < 1,
--    transformers        >= 0.2   && < 0.4,
--    transformers-compat >= 0.1   && < 1
-+    transformers        >= 0.2   && < 0.4
-   exposed-modules:
-     Data.Functor.Contravariant
-     Data.Functor.Contravariant.Compose
diff -rN -u old-tools/all-packages/patches/distributive/0.3/no-transformers-compat.diff new-tools/all-packages/patches/distributive/0.3/no-transformers-compat.diff
--- old-tools/all-packages/patches/distributive/0.3/no-transformers-compat.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/distributive/0.3/no-transformers-compat.diff	2013-07-04 13:55:18.787038650 +0000
@@ -0,0 +1,12 @@
+--- a/distributive.cabal
++++ b/distributive.cabal
+@@ -33,8 +33,7 @@
+ library
+   build-depends:
+     base                >= 4   && < 5,
+-    transformers        >= 0.2 && < 0.4,
+-    transformers-compat >= 0.1 && < 0.2
++    transformers        >= 0.3 && < 0.4
+ 
+   hs-source-dirs:  src
+   exposed-modules: Data.Distributive
diff -rN -u old-tools/all-packages/patches/distributive/0.3/series new-tools/all-packages/patches/distributive/0.3/series
--- old-tools/all-packages/patches/distributive/0.3/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/distributive/0.3/series	2013-07-04 13:55:18.787038650 +0000
@@ -0,0 +1 @@
+no-transformers-compat.diff
diff -rN -u old-tools/all-packages/patches/distributive-0.3.patch new-tools/all-packages/patches/distributive-0.3.patch
--- old-tools/all-packages/patches/distributive-0.3.patch	2013-07-04 13:55:18.754741184 +0000
+++ new-tools/all-packages/patches/distributive-0.3.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
---- a/distributive.cabal
-+++ b/distributive.cabal
-@@ -33,8 +33,7 @@
- library
-   build-depends:
-     base                >= 4   && < 5,
--    transformers        >= 0.2 && < 0.4,
--    transformers-compat >= 0.1 && < 0.2
-+    transformers        >= 0.3 && < 0.4
- 
-   hs-source-dirs:  src
-   exposed-modules: Data.Distributive
diff -rN -u old-tools/all-packages/patches/hakyll/4.3.0.0/quickcheck-2.6-compat.patch new-tools/all-packages/patches/hakyll/4.3.0.0/quickcheck-2.6-compat.patch
--- old-tools/all-packages/patches/hakyll/4.3.0.0/quickcheck-2.6-compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hakyll/4.3.0.0/quickcheck-2.6-compat.patch	2013-07-04 13:55:18.787038650 +0000
@@ -0,0 +1,13 @@
+Index: haskell-hakyll-4.3.0.0/hakyll.cabal
+===================================================================
+--- haskell-hakyll-4.3.0.0.orig/hakyll.cabal	2013-06-15 12:47:37.329150200 +0200
++++ haskell-hakyll-4.3.0.0/hakyll.cabal	2013-06-15 12:47:37.325150200 +0200
+@@ -208,7 +208,7 @@
+ 
+   Build-Depends:
+     HUnit                      >= 1.2 && < 1.3,
+-    QuickCheck                 >= 2.4 && < 2.6,
++    QuickCheck                 >= 2.4 && < 2.7,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.2 && < 0.4,
+     test-framework-quickcheck2 >= 0.2 && < 0.4,
diff -rN -u old-tools/all-packages/patches/hakyll/4.3.0.0/series new-tools/all-packages/patches/hakyll/4.3.0.0/series
--- old-tools/all-packages/patches/hakyll/4.3.0.0/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hakyll/4.3.0.0/series	2013-07-04 13:55:18.791038481 +0000
@@ -0,0 +1 @@
+quickcheck-2.6-compat.patch
diff -rN -u old-tools/all-packages/patches/hakyll-4.3.0.0.patch new-tools/all-packages/patches/hakyll-4.3.0.0.patch
--- old-tools/all-packages/patches/hakyll-4.3.0.0.patch	2013-07-04 13:55:18.751038727 +0000
+++ new-tools/all-packages/patches/hakyll-4.3.0.0.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: all-packages/hakyll.cabal
-===================================================================
---- all-packages.orig/hakyll.cabal	2013-06-12 12:17:24.000000000 +0200
-+++ all-packages/hakyll.cabal	2013-06-15 00:10:43.749452755 +0200
-@@ -208,7 +208,7 @@
- 
-   Build-Depends:
-     HUnit                      >= 1.2 && < 1.3,
--    QuickCheck                 >= 2.4 && < 2.6,
-+    QuickCheck                 >= 2.4 && < 2.7,
-     test-framework             >= 0.4 && < 0.9,
-     test-framework-hunit       >= 0.2 && < 0.4,
-     test-framework-quickcheck2 >= 0.2 && < 0.4,
diff -rN -u old-tools/all-packages/patches/lambdabot/4.3/disable-some-plugins new-tools/all-packages/patches/lambdabot/4.3/disable-some-plugins
--- old-tools/all-packages/patches/lambdabot/4.3/disable-some-plugins	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/lambdabot/4.3/disable-some-plugins	2013-07-04 13:55:18.791038481 +0000
@@ -0,0 +1,160 @@
+Description: Disable some plugins
+ Not all plugins are very useful, and some pull in a lot of dependencies.
+ Disable these. Also implement random in Lambdabot.Utils more naively.
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- 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,
+--- lambdabot-4.3.orig/main/Modules.hs
++++ lambdabot-4.3/main/Modules.hs
+@@ -12,7 +12,7 @@ import qualified Lambdabot.Plugin.Base
+ import qualified Lambdabot.Plugin.BF
+ import qualified Lambdabot.Plugin.Check
+ import qualified Lambdabot.Plugin.Compose
+-import qualified Lambdabot.Plugin.Dice
++--import qualified Lambdabot.Plugin.Dice
+ import qualified Lambdabot.Plugin.Dict
+ import qualified Lambdabot.Plugin.Djinn
+ import qualified Lambdabot.Plugin.Dummy
+@@ -35,7 +35,7 @@ import qualified Lambdabot.Plugin.Pl
+ import qualified Lambdabot.Plugin.Pointful
+ import qualified Lambdabot.Plugin.Poll
+ import qualified Lambdabot.Plugin.Pretty
+-import qualified Lambdabot.Plugin.Quote
++--impor[...incomplete...]



More information about the Pkg-haskell-commits mailing list