th-utilities-0.2.5.2: th-utilities.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: th-utilities
version: 0.2.5.2
synopsis: Collection of useful functions for use with Template Haskell
category: Template Haskell
homepage: https://github.com/fpco/th-utilities#readme
bug-reports: https://github.com/fpco/th-utilities/issues
maintainer: Michael Sloan <mgsloan@gmail.com>
copyright: 2016 FP Complete
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/fpco/th-utilities
library
exposed-modules:
TH.Derive
TH.Derive.Storable
TH.FixQ
TH.ReifySimple
TH.RelativePaths
TH.Utilities
other-modules:
TH.Derive.Internal
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.8
, text
, th-abstraction >=0.4
, th-orphans
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
TH.Derive.StorableSpec
TH.DeriveSpec
TH.DeriveSpec.TH
TH.UtilitiesSpec
Paths_th_utilities
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
, hspec
, primitive
, syb
, template-haskell >=2.8
, text
, th-abstraction >=0.4
, th-lift
, th-orphans
, th-utilities
, vector
default-language: Haskell2010