packages feed

th-orphans 0.7 → 0.7.0.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

src/Language/Haskell/TH/Instances.hs view
@@ -8,10 +8,10 @@   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
th-orphans.cabal view
@@ -1,5 +1,5 @@ name:               th-orphans-version:            0.7+version:            0.7.0.1 cabal-version:      >= 1.6 build-type:         Simple license:            BSD3