Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-tools
Commits
13cd8639
Commit
13cd8639
authored
Apr 04, 2017
by
Michael Hanus
Browse files
CASS.PackageConfig corrected
parent
34672515
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/.cpm/packages/cass/src/CASS/PackageConfig.curry
View file @
13cd8639
module CASS.PackageConfig where
import Distribution(installDir)
import FilePath((</>))
--- Package version as a string.
packageVersion :: String
packageVersion = "0.0.1"
--- Package location.
packagePath :: String
packagePath = "/net/medoc/home/mh/pakcs/currytools/browser/.cpm/packages/cass-0.0.1"
packagePath =
installDir </> "currytools" </> "browser" </> ".cpm" </> "packages" </> "cass"
--- Location of the executable installed by this package.
packageExecutable :: String
packageExecutable = "
/net/medoc/home/mh/.cpm/bin/cass
"
packageExecutable = ""
cpm/vendor/cass/src/CASS/PackageConfig.curry
View file @
13cd8639
module CASS.PackageConfig where
import Distribution(installDir)
import FilePath((</>))
--- Package version as a string.
packageVersion :: String
packageVersion = "0.0.1"
--- Package location.
packagePath :: String
packagePath = "/net/medoc/home/mh/pakcs/currytools/cpm/vendor/cass"
packagePath =
installDir </> "currytools" </> "cpm" </> "vendor" </> "cass"
--- Location of the executable installed by this package.
packageExecutable :: String
packageExecutable = ""
optimize/.cpm/packages/cass/src/CASS/PackageConfig.curry
View file @
13cd8639
module CASS.PackageConfig where
import Distribution(installDir)
import FilePath((</>))
--- Package version as a string.
packageVersion :: String
packageVersion = "0.0.1"
--- Package location.
packagePath :: String
packagePath = "/net/medoc/home/mh/pakcs/currytools/optimize/.cpm/packages/cass-0.0.1"
packagePath =
installDir </> "currytools" </> "browser" </> ".cpm" </> "packages" </> "cass"
--- Location of the executable installed by this package.
packageExecutable :: String
packageExecutable = "
/net/medoc/home/mh/.cpm/bin/cass
"
packageExecutable = ""
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment