cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: bda1ef012fe2084207b76af87373ec5568167d027ce8878be222946dc4a82d5b name: th-utilities version: 0.2.3.1 x-revision: 1 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 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.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.7 && < 2.17 , text , 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 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.7 , text , th-orphans , th-utilities , vector default-language: Haskell2010