cabal-file-th

Template Haskell expressions for reading fields from a project's cabal file.

http://github.com/nkpart/cabal-file-th

Version on this page:0.2.4
LTS Haskell 20.26:0.2.7
Stackage Nightly 2022-11-17:0.2.7
Latest on Hackage:0.2.7

See all snapshots cabal-file-th appears in

BSD-3-Clause licensed by Nick Partridge
Maintained by [email protected]
This version can be pinned in stack with:cabal-file-th-0.2.4@sha256:7670f7befca9a0fb3d104bd2d47851dfdbb7b2ac006681d70d986b55b8ad0b4f,1158

Module documentation for 0.2.4

cabal-file-th

Use template haskell to bring fields from your cabal file into your haskell source files.

Usage

import qualified Distribution.PackageDescription.TH as P

myVersion :: String
myVersion = $(packageVariable (pkgVersion . package))

Install

$ cabal install cabal-file-th