[Pkg-haskell-commits] darcs: xmonad: haddock-fixes.patch: Format -fglasgow-exts in a way that haddock understands it.

Joachim Breitner mail at joachim-breitner.de
Tue Apr 5 16:17:50 UTC 2011


Tue Apr  5 16:11:55 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * haddock-fixes.patch: Format -fglasgow-exts in a way that haddock understands it. 
  Ignore-this: 273f420669917e17a9fba02d816eb4bb

    M ./changelog +2
    A ./patches/haddock-fixes.patch
    M ./patches/series +1

Tue Apr  5 16:11:55 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * haddock-fixes.patch: Format -fglasgow-exts in a way that haddock understands it. 
  Ignore-this: 273f420669917e17a9fba02d816eb4bb
diff -rN -u old-xmonad/changelog new-xmonad/changelog
--- old-xmonad/changelog	2011-04-05 16:17:50.588020906 +0000
+++ new-xmonad/changelog	2011-04-05 16:17:50.600021537 +0000
@@ -8,6 +8,8 @@
   * remove_temporary_ghcfiles.patch: removed. I think ghc handles this better
     now (although I cannot find the reference). Can be re-introduced when
     needed.
+  * haddock-fixes.patch: Format -fglasgow-exts in a way that haddock
+    understands it. 
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 05 Apr 2011 21:08:35 +0530
 
diff -rN -u old-xmonad/patches/haddock-fixes.patch new-xmonad/patches/haddock-fixes.patch
--- old-xmonad/patches/haddock-fixes.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-xmonad/patches/haddock-fixes.patch	2011-04-05 16:17:50.596021327 +0000
@@ -0,0 +1,36 @@
+Index: xmonad-0.9.2/XMonad/Core.hs
+===================================================================
+--- xmonad-0.9.2.orig/XMonad/Core.hs	2011-04-05 21:39:02.000000000 +0530
++++ xmonad-0.9.2/XMonad/Core.hs	2011-04-05 21:39:13.000000000 +0530
+@@ -1,7 +1,7 @@
+ {-# LANGUAGE ExistentialQuantification, FlexibleInstances, GeneralizedNewtypeDeriving,
+              MultiParamTypeClasses, TypeSynonymInstances, CPP, DeriveDataTypeable #-}
+ -- required for deriving Typeable
+-{- # OPTIONS_GHC -fglasgow-exts #-}
++{-# OPTIONS_GHC -fglasgow-exts #-}
+ 
+ -----------------------------------------------------------------------------
+ -- |
+Index: xmonad-0.9.2/XMonad/Layout.hs
+===================================================================
+--- xmonad-0.9.2.orig/XMonad/Layout.hs	2011-04-05 21:39:03.000000000 +0530
++++ xmonad-0.9.2/XMonad/Layout.hs	2011-04-05 21:39:13.000000000 +0530
+@@ -1,4 +1,4 @@
+-{- # OPTIONS_GHC -fglasgow-exts    #-} -- For deriving Data/Typeable
++{-# OPTIONS_GHC -fglasgow-exts    #-} -- For deriving Data/Typeable
+ {-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, PatternGuards, TypeSynonymInstances, DeriveDataTypeable #-}
+ 
+ -- --------------------------------------------------------------------------
+Index: xmonad-0.9.2/XMonad/Operations.hs
+===================================================================
+--- xmonad-0.9.2.orig/XMonad/Operations.hs	2011-04-05 21:39:02.000000000 +0530
++++ xmonad-0.9.2/XMonad/Operations.hs	2011-04-05 21:41:11.000000000 +0530
+@@ -1,7 +1,6 @@
+-{-# OPTIONS_GHC -fno-warn-orphans #-}
++{-# OPTIONS_GHC -fglasgow-exts -fno-warn-orphans #-}
+ {-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, PatternGuards, TypeSynonymInstances, DeriveDataTypeable #-}
+ 
+-{- # OPTIONS_GHC -fglasgow-exts    #-} -- For deriving Data/Typeable
+ -- --------------------------------------------------------------------------
+ -- |
+ -- Module      :  XMonad.Operations
diff -rN -u old-xmonad/patches/series new-xmonad/patches/series
--- old-xmonad/patches/series	2011-04-05 16:17:50.588020906 +0000
+++ new-xmonad/patches/series	2011-04-05 16:17:50.596021327 +0000
@@ -1 +1,2 @@
 use_x-terminal-emulator.patch
+haddock-fixes.patch





More information about the Pkg-haskell-commits mailing list