packages feed

template-haskell-compat-v0208-0.1.4: template-haskell-compat-v0208.cabal

name: template-haskell-compat-v0208
version: 0.1.4
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
build-type: Simple
cabal-version: >=1.10

source-repository head
  type: git
  location: git://github.com/nikita-volkov/template-haskell-compat-v0208.git

library
  hs-source-dirs: library
  default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, 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 && <3