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). |
Package version as a string.
|
Returns the location (installation directory) of the package. |
Package location (deprecated, use getPackagePath).
|
Returns the load path for the package (if it is the main package). |
Load path for the package (deprecated, use getPackageLoadPath).
|
Returns the location of the executable installed by this package. |
Location of the executable (deprecated, use getPackageExecutable).
|