1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
module ERToolsPackageConfig where --- Package version as a string. packageVersion :: String packageVersion = "2.0.0" --- Package location. packagePath :: String packagePath = "/net/medoc/home/cpm/tmpcurrydoc18899/spicey/.cpm/packages/ertools-2.0.0" --- Load path for the package (if it is the main package). packageLoadPath :: String packageLoadPath = "" --- Location of the executable installed by this package. packageExecutable :: String packageExecutable = "/net/medoc/home/cpm/.cpm/bin/erd2curry" |