packages feed

th-utilities 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+2/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/TH/ReifySimple.hs view
@@ -54,7 +54,7 @@     , reifyDataTypeSubstituted     ) where -import           Control.Applicative ((<|>))+import           Control.Applicative import           Data.Data (Data, gmapT) import           Data.Generics.Aliases (extT) import qualified Data.Map as M
src/TH/Utilities.hs view
@@ -11,8 +11,6 @@  import Data.Data import Data.Generics-import Data.Proxy-import Data.Typeable import Language.Haskell.TH import Language.Haskell.TH.Syntax 
th-utilities.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:                th-utilities-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Collection of useful functions for use with Template Haskell homepage:            https://github.com/fpco/th-utilities#readme bug-reports:         https://github.com/fpco/th-utilities/issues