packages feed

th-utilities-0.2.0.1: th-utilities.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:                th-utilities
version:             0.2.0.1
synopsis:            Collection of useful functions for use with Template Haskell
homepage:            https://github.com/fpco/th-utilities#readme
bug-reports:         https://github.com/fpco/th-utilities/issues
license:             MIT
license-file:        LICENSE
maintainer:          Michael Sloan <sloan@fpcomplete.com>
copyright:           2016 FP Complete
category:            Template Haskell
build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
  ChangeLog.md
  README.md

source-repository head
  type: git
  location: https://github.com/fpco/th-utilities

library
  hs-source-dirs:
    src
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
  build-depends:
    base >= 4.7 && < 5,
    bytestring,
    containers,
    directory,
    filepath,
    primitive,
    syb,
    template-haskell >= 2.7,
    text,
    th-orphans
  exposed-modules:
    TH.Derive
    TH.Derive.Storable
    TH.ReifySimple
    TH.RelativePaths
    TH.Utilities
  other-modules:
    TH.Derive.Internal
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
    test
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
  build-depends:
    base >= 4.7 && < 5,
    bytestring,
    containers,
    directory,
    filepath,
    primitive,
    syb,
    template-haskell >= 2.7,
    text,
    th-orphans,
    th-utilities,
    hspec,
    vector
  other-modules:
    TH.Derive.StorableSpec
    TH.DeriveSpec
    TH.DeriveSpec.TH
  default-language: Haskell2010