happstack-data 0.3.2 → 0.3.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
happstack-data.cabal view
@@ -1,5 +1,5 @@ Name: happstack-data-Version: 0.3.2+Version: 0.3.3 License: BSD3 License-File: COPYING Author: Happstack team, HAppS LLC
src/Happstack/Data/SerializeTH.hs view
@@ -15,7 +15,7 @@ -- | Derives an instance of Serialize for the provided type -- Should work in most cases if the type is already and instance -- of Version. --- Ex: @$(deriveSerialize ''Foo)+-- Ex: @$(deriveSerialize ''Foo)@ deriveSerialize :: Name -> Q [Dec] deriveSerialize name = do c <- parseInfo name