[Pkg-haskell-commits] darcs: lambdabot: Remove old patches

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


Mon Jun 24 14:43:15 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Remove old patches

    R ./patches/fewer-extensions.diff
    M ./patches/series -3 +1
    R ./patches/use-different-datapath.diff
    R ./patches/use-different-fptoolspath.diff

Mon Jun 24 14:43:15 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Remove old patches
diff -rN -u old-lambdabot/patches/fewer-extensions.diff new-lambdabot/patches/fewer-extensions.diff
--- old-lambdabot/patches/fewer-extensions.diff	2013-06-24 14:46:56.006133280 +0000
+++ new-lambdabot/patches/fewer-extensions.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
---- a/Plugin/Pl/Common.hs
-+++ b/Plugin/Pl/Common.hs
-@@ -1,5 +1,3 @@
--{-# OPTIONS -fvia-C #-}
--
- module Plugin.Pl.Common (
-         Fixity(..), Expr(..), Pattern(..), Decl(..), TopLevel(..),
-         bt, sizeExpr, mapTopLevel, getExpr,
---- a/Plugin/Pl/RuleLib.hs
-+++ b/Plugin/Pl/RuleLib.hs
-@@ -1,4 +1,4 @@
--{-# OPTIONS_GHC -fglasgow-exts #-} -- fix this later
-+{-# OPTIONS_GHC -XScopedTypeVariables #-} -- fix this later
- {-# LANGUAGE FlexibleInstances, PatternGuards #-}
- 
- -- | This marvellous module contributed by Thomas J\344ger
diff -rN -u old-lambdabot/patches/series new-lambdabot/patches/series
--- old-lambdabot/patches/series	2013-06-24 14:46:56.006133280 +0000
+++ new-lambdabot/patches/series	2013-06-24 14:46:56.014245873 +0000
@@ -1,3 +1 @@
-fewer-extensions.diff
-use-different-datapath.diff
-use-different-fptoolspath.diff
+disable-some-plugins
diff -rN -u old-lambdabot/patches/use-different-datapath.diff new-lambdabot/patches/use-different-datapath.diff
--- old-lambdabot/patches/use-different-datapath.diff	2013-06-24 14:46:56.006133280 +0000
+++ new-lambdabot/patches/use-different-datapath.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
---- a/File.hs
-+++ b/File.hs
-@@ -3,7 +3,10 @@
- import Control.Monad
- import System.Directory
- import System.FilePath
--import Paths_lambdabot (getDataFileName)
-+-- import Paths_lambdabot (getDataFileName)
-+
-+getDataFileName :: FilePath -> IO FilePath
-+getDataFileName f = return $ "/usr/share/lambdabot" </> f
- 
- -- | Constants.
- lambdabot, local, state :: FilePath
diff -rN -u old-lambdabot/patches/use-different-fptoolspath.diff new-lambdabot/patches/use-different-fptoolspath.diff
--- old-lambdabot/patches/use-different-fptoolspath.diff	2013-06-24 14:46:56.002261917 +0000
+++ new-lambdabot/patches/use-different-fptoolspath.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- a/Config.hs
-+++ b/Config.hs
-@@ -47,7 +47,7 @@
-         proxy           = Nothing, -- Just ("www-proxy",3128),
- 
-         fortunePath     = "/usr/share/games/fortunes/",
--        fptoolsPath     = "/home/dons/fptools",
-+        fptoolsPath     = "/usr/local/share/lambdabot/fptools",
- 
-         ghci            = "ghci",
-         outputDir       = "State/",




More information about the Pkg-haskell-commits mailing list