[packages/ghc-th-orphans: 1/2] - fix haddock parse errors

baggins baggins at pld-linux.org
Fri May 31 22:20:16 CEST 2013


commit 5472a861645645099764ecd83d2b9bd2087ab792
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 31 22:19:46 2013 +0200

    - fix haddock parse errors

 haddock.patch | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
---
diff --git a/haddock.patch b/haddock.patch
new file mode 100644
index 0000000..a100d83
--- /dev/null
+++ b/haddock.patch
@@ -0,0 +1,30 @@
+--- th-orphans-0.6/src/Language/Haskell/TH/Instances.hs.orig	2013-05-31 22:14:01.155238298 +0200
++++ th-orphans-0.6/src/Language/Haskell/TH/Instances.hs	2013-05-31 22:16:41.706978731 +0200
+@@ -2,17 +2,17 @@
+ {-# LANGUAGE StandaloneDeriving, TemplateHaskell #-}
+ {-# LANGUAGE TypeSynonymInstances #-}
+ 
+-{- |
+-  Module      :  Language.Haskell.TH.Instances.Lift
+-  Copyright   :  (c) Matt Morrow 2008
+-  License     :  BSD3
+-  Maintainer  :  Michael Sloan <mgsloan at gmail>
+-  Stability   :  experimental
+-  Portability :  portable (template-haskell)
+--}
++-- |
++--  Module      :  Language.Haskell.TH.Instances.Lift
++--  Copyright   :  (c) Matt Morrow 2008
++--  License     :  BSD3
++--  Maintainer  :  Michael Sloan <mgsloan at gmail>
++--  Stability   :  experimental
++--  Portability :  portable (template-haskell)
++--
++-- Provides Ord and Lift instances for the TH datatypes.
++-- Also provides Show  Eq for Loc, and Ppr for Loc  Lit.
+ 
+--- | Provides Ord and Lift instances for the TH datatypes.  Also provides
+---   Show / Eq for Loc, and Ppr for Loc / Lit.
+ module Language.Haskell.TH.Instances () where
+ 
+ import Language.Haskell.TH.Syntax
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-th-orphans.git/commitdiff/ac3bc89060397ee369a1bf219ad4a8e5d8936229



More information about the pld-cvs-commit mailing list