cabal-version: 3.0
name: template-haskell-compat-v0208
version: 0.1.9.2
category: TemplateHaskell, Compatibility
synopsis:
A backwards compatibility layer for Template Haskell newer than 2.8
homepage:
https://github.com/nikita-volkov/template-haskell-compat-v0208
bug-reports:
https://github.com/nikita-volkov/template-haskell-compat-v0208/issues
author: Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
copyright: (c) 2016, Nikita Volkov
license: MIT
license-file: LICENSE
source-repository head
type: git
location:
git://github.com/nikita-volkov/template-haskell-compat-v0208.git
library
hs-source-dirs: library
default-extensions:
NoImplicitPrelude
NoMonomorphismRestriction
Arrows
BangPatterns
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
EmptyDataDecls
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
LambdaCase
LiberalTypeSynonyms
MagicHash
MultiParamTypeClasses
MultiWayIf
OverloadedStrings
ParallelListComp
PatternGuards
QuasiQuotes
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeFamilies
TypeOperators
UnboxedTuples
default-language: Haskell2010
exposed-modules: TemplateHaskell.Compat.V0208
other-modules: TemplateHaskell.Compat.V0208.Prelude
build-depends:
, base >=4.6 && <5
, template-haskell >=2.8 && <2.21