Module C2JSPackageConfig

Summary of exported operations:

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

Exported operations:

packageVersion :: String   

Package version as a string.

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

getPackagePath :: IO String   

Returns the location (installation directory) of the package.

packagePath :: String   

Package location (deprecated, use getPackagePath).

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

getPackageLoadPath :: IO [String]   

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

packageLoadPath :: String   

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

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

getPackageExecutable :: IO String   

Returns the location of the executable installed by this package.

packageExecutable :: String   

Location of the executable (deprecated, use getPackageExecutable).

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