1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module CC.Config where

--- Package version as a string.
packageVersion :: String
packageVersion = "2.0.0"

--- Package location.
packagePath :: String
packagePath = "/tmp/cpm/currycheck/"

--- Load path for the package (if it is the main package).
packageLoadPath :: String
packageLoadPath = "/tmp/cpm/currycheck/src:/tmp/cpm/currycheck/.cpm/packages/rewriting-2.0.0/src:/tmp/cpm/currycheck/.cpm/packages/cass-2.0.0/src:/tmp/cpm/currycheck/.cpm/packages/xml-2.0.0/src:/tmp/cpm/currycheck/.cpm/packages/flatcurry-2.0.0/src:/tmp/cpm/currycheck/.cpm/packages/cass-analysis-2.0.0/src:/tmp/cpm/currycheck/.cpm/packages/wl-pprint-0.0.1/src:/tmp/cpm/currycheck/.cpm/packages/abstract-curry-2.0.0/src"

--- Location of the executable installed by this package.
packageExecutable :: String
packageExecutable = "/net/medoc/home/mh/.cpm/bin/curry-check"