Popularity
6.0
Declining
Activity
0.0
Stable
8
3
6
Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
cabal-file-th alternatives and similar packages
Based on the "cabal" category.
Alternatively, view cabal-file-th alternatives based on common mentions on social networks and blogs.
-
cabal-dev
A wrapper program around cabal and cabal-install that maintains sandboxed build environments.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of cabal-file-th or a related project?
README
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