cabal-helper-1.0.0.0: Give Haskell development tools access to Cabal project environment

LicenseApache-2.0
Safe HaskellNone
LanguageHaskell2010

CabalHelper.Compiletime.Compile

Description

 
Synopsis

Documentation

data CompilationProductScope Source #

The Helper executable we produce as a compilation product can either be placed in a per-project location, or a per-user/global location in the user's home directory. This type controls where the compilation process places the executable.

Constructors

CPSGlobal 
CPSProject 

data CompHelperEnv' cv Source #

Constructors

CompHelperEnv 

Fields

cabalFileVersion :: String -> Version Source #

Find version: XXX delcaration in a cabal file

cabalFileBuildType :: String -> String Source #

Find build-type: XXX delcaration in a cabal file