packages feed

highjson-th-0.4.0.0: highjson-th.cabal

name:                highjson-th
version:             0.4.0.0
synopsis:            Template Haskell helpers for highjson specs
description:         Template Haskell helpers for highjson specs
homepage:            https://github.com/agrafix/highjson
bug-reports:         https://github.com/agrafix/highjson/issues
license:             MIT
license-file:        LICENSE
author:              Alexander Thiemann <mail@athiemann.net>
maintainer:          Alexander Thiemann <mail@athiemann.net>
copyright:           (c) 2017 Alexander Thiemann
category:            Text, Web, JSON
build-type:          Simple
stability:           experimental
cabal-version:       >=1.10
tested-with:         GHC==8.0.1

library
  exposed-modules:
                  Data.HighJson.TH
  build-depends:
                base >=4.8 && <5,
                highjson >= 0.4,
                highjson-swagger >= 0.4,
                text,
                template-haskell >= 2.10,
                aeson,
                swagger2
  hs-source-dirs:      .
  default-language:    Haskell2010

test-suite highjson-th-tests
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Main.hs
  other-modules:
                Data.HighJson.THSpec
  build-depends:
                QuickCheck >=2.8,
                base,
                highjson,
                highjson-swagger,
                highjson-th,
                aeson,
                hspec >= 2.0,
                text,
                lens,
                swagger2,
                bytestring
  default-language:    Haskell2010
  ghc-options: -Wall -fno-warn-orphans

source-repository head
  type:     git
  location: git://github.com/agrafix/highjson.git