packages feed

th-data-compat 0.0.2.0 → 0.0.2.1

raw patch · 1 files changed

+5/−2 lines, 1 files

Files

th-data-compat.cabal view
@@ -1,6 +1,6 @@  name:                th-data-compat-version:             0.0.2.0+version:             0.0.2.1 synopsis:            Compatibility for data definition template of TH description:         This package contains wrapped name definitions of                      data definition template@@ -11,8 +11,11 @@ copyright:           Copyright (c) 2016 Kei Hibino category:            Language build-type:          Simple--- extra-source-files: cabal-version:       >=1.10+tested-with:           GHC == 7.4.1, GHC == 7.4.2+                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3+                     , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4+                     , GHC == 8.0.1  flag template-haskell-210   description: If true, use template-haskell 2.10 or older, otherwise use template-haskell 2.11 or newer.