th-data-compat 0.0.2.3 → 0.0.2.4
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
src/Language/Haskell/TH/Compat/Data.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Language.Haskell.TH.Compat.Data--- Copyright : 2016 Kei Hibino+-- Copyright : 2016-2017 Kei Hibino -- License : BSD3 -- -- Maintainer : ex8k.hibino@gmail.com
th-data-compat.cabal view
@@ -1,6 +1,6 @@ name: th-data-compat-version: 0.0.2.3+version: 0.0.2.4 synopsis: Compatibility for data definition template of TH description: This package contains wrapped name definitions of data definition template@@ -8,7 +8,7 @@ license-file: LICENSE author: Kei Hibino maintainer: ex8k.hibino@gmail.com-copyright: Copyright (c) 2016 Kei Hibino+copyright: Copyright (c) 2016-2017 Kei Hibino category: Language build-type: Simple cabal-version: >=1.10