packages feed

haskell-src-meta 0.6 → 0.6.0.1

raw patch · 3 files changed

+9/−6 lines, 3 files

Files

ChangeLog view
@@ -1,3 +1,6 @@+0.6 -> 0.6.0.1:+- Fix haddock parse error+ 0.5.1.2 -> 0.6: - Cabal category Template Haskell - Partial support for list comprehensions
haskell-src-meta.cabal view
@@ -1,5 +1,5 @@ name:               haskell-src-meta-version:            0.6+version:            0.6.0.1 cabal-version:      >= 1.6 build-type:         Simple license:            BSD3
src/Language/Haskell/TH/Instances/Lift.hs view
@@ -5,12 +5,12 @@   Maintainer  :  Matt Morrow <mjm2002@gmail.com>   Stability   :  experimental   Portability :  portable (template-haskell)--} --- | This module is exported for backwards-compatibility purposes.---   All it does is re-export the instances defined in ---   "Language.Haskell.TH.Instances", from the th-orphans package.+  This module is exported for backwards-compatibility purposes.+  All it does is re-export the instances defined in +  "Language.Haskell.TH.Instances", from the th-orphans package.+-} module Language.Haskell.TH.Instances.Lift-  {-# DEPRECATED "Use the th-orphans package instead" #-} () where+  {-# DEPRECATED "Use the th-orphans package instead." #-} () where  import Language.Haskell.TH.Instances