Popularity
6.2
Declining
Activity
0.0
Stable
8
4
4
Monthly Downloads: 53
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. -
cabal-helper
Give Haskell development tools access to Cabal project environment. -
cabal-bounds
Set the version bounds of dependencies in a cabal file -
cabal-meta
avoid cabal dependency hell by installing all your cabal dependencies at the same time -
cabal-dependency-licenses
Compose a list of a project's transitive dependencies with their licenses -
cabal-uninstall
Very simple Haskell script to uninstall cabal packages -
cabal-constraints
Repeatable builds for cabalized Haskell projects -
cabal-ghc-dynflags
Conveniently configure GHC's dynamic flags for use with Cabal projects -
cabal-nirvana
Avoid Cabal dependency hell by constraining to known good versions.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.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