Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
decker-production
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
HCI-Development
decker-production
Commits
490d3fc8
Commit
490d3fc8
authored
6 years ago
by
Henrik Tramberend
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
d3f74338
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Common.hs
+2
-3
2 additions, 3 deletions
src/Common.hs
with
2 additions
and
3 deletions
src/Common.hs
+
2
−
3
View file @
490d3fc8
...
...
@@ -24,8 +24,8 @@ import Data.Version (showVersion, versionBranch)
import
Development.Shake
(
Action
,
need
)
import
Network.URI
as
U
import
Paths_decker
(
version
)
-- import System.FilePath.Posix
-- import System.FilePath.Posix
-- | The version from the cabal file
deckerVersion
::
String
deckerVersion
=
showVersion
version
...
...
@@ -77,8 +77,7 @@ needFiles :: [FilePath] -> Decker ()
needFiles
pathes
=
lift
$
need
pathes
addScript
::
Script
->
Decker
()
addScript
script
=
do
modify
(
\
s
->
s
{
scripts
=
scripts
s
++
[
script
]})
addScript
script
=
modify
(
\
s
->
s
{
scripts
=
scripts
s
++
[
script
]})
data
DeckerState
=
DeckerState
{
basePath
::
String
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment