Module CASS.PackageConfig

Summary of exported operations:

packageVersion :: String  Deterministic 
Package version as a string.
getPackagePath :: IO String  Deterministic 
Returns the location (installation directory) of the package.
packagePath :: String  Deterministic 
Package location (deprecated, use getPackagePath).
getPackageLoadPath :: IO [String]  Deterministic 
Returns the load path for the package (if it is the main package).
packageLoadPath :: String  Deterministic 
Load path for the package (deprecated, use getPackageLoadPath).
getPackageExecutable :: IO String  Deterministic 
Returns the location of the executable installed by this package.
packageExecutable :: String  Deterministic 
Location of the executable (deprecated, use getPackageExecutable).

Exported operations:

packageVersion :: String  Deterministic 

Package version as a string.

Further infos:
  • solution complete, i.e., able to compute all solutions

getPackagePath :: IO String  Deterministic 

Returns the location (installation directory) of the package.

packagePath :: String  Deterministic 

Package location (deprecated, use getPackagePath).

Further infos:
  • solution complete, i.e., able to compute all solutions

getPackageLoadPath :: IO [String]  Deterministic 

Returns the load path for the package (if it is the main package).

packageLoadPath :: String  Deterministic 

Load path for the package (deprecated, use getPackageLoadPath).

Further infos:
  • solution complete, i.e., able to compute all solutions

getPackageExecutable :: IO String  Deterministic 

Returns the location of the executable installed by this package.

packageExecutable :: String  Deterministic 

Location of the executable (deprecated, use getPackageExecutable).

Further infos:
  • solution complete, i.e., able to compute all solutions