Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WMS Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Software
WMS Server
Commits
3564afff
Commit
3564afff
authored
Sep 13, 2019
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump stack snapshot
parent
32a8b17f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
app-ctl/Main.hs
app-ctl/Main.hs
+4
-1
stack.yaml
stack.yaml
+1
-1
stack.yaml.lock
stack.yaml.lock
+4
-4
No files found.
app-ctl/Main.hs
View file @
3564afff
...
...
@@ -11,7 +11,10 @@ main = do
args
<-
getArgs
case
args
of
[
"add-user"
,
name
]
->
Main
.
addUser
name
_
->
putStrLn
"Invalid arguments."
_
->
showHelp
showHelp
::
IO
()
showHelp
=
putStrLn
"TODO show help"
addUser
::
Text
->
IO
()
addUser
name
=
do
...
...
stack.yaml
View file @
3564afff
resolver
:
lts-1
3.22
resolver
:
lts-1
4.5
packages
:
-
.
stack.yaml.lock
View file @
3564afff
...
...
@@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size:
498186
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/1
3/22
.yaml
sha256:
d4f07dc3d5658260c2fe34266ad7618f6c84d34decf559c9c786ac1cfccf4e7b
original: lts-1
3.22
size:
524104
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/1
4/5
.yaml
sha256:
3c146eebc1b383211ea49d5422fb3d63d699da12307b4bc989107300eb579d60
original: lts-1
4.5
Write
Preview
Markdown
is supported
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