th-data-compat 0.0.2.1 → 0.0.2.2
raw patch · 1 files changed
+5/−4 lines, 1 files
Files
- th-data-compat.cabal +5/−4
th-data-compat.cabal view
@@ -1,6 +1,6 @@ name: th-data-compat-version: 0.0.2.1+version: 0.0.2.2 synopsis: Compatibility for data definition template of TH description: This package contains wrapped name definitions of data definition template@@ -12,10 +12,11 @@ category: Language build-type: Simple 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+tested-with: GHC == 8.0.1+ , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3 , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4- , GHC == 8.0.1+ , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3+ , GHC == 7.4.1, GHC == 7.4.2 flag template-haskell-210 description: If true, use template-haskell 2.10 or older, otherwise use template-haskell 2.11 or newer.