Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Software
Mock
Commits
fe36604f
Commit
fe36604f
authored
Nov 22, 2018
by
Nicolas Lenz
Browse files
Rename executable from mock-exe to mock
parent
537740d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fe36604f
...
...
@@ -4,12 +4,12 @@
```
$> stack build
$> stack exec -- mock
-exe
random This is a great program.
$> stack exec -- mock random This is a great program.
ThIs Is A greaT PROgrAM.
$> stack exec -- mock
-exe
space This is a great program.
$> stack exec -- mock space This is a great program.
T h i s i s a g r e a t p r o g r a m.
```
You can get a list of possible mock styles with
`stack exec -- mock
-exe
`
.
You can get a list of possible mock styles with
`stack exec -- mock`
.
[

](http://www.wtfpl.net)
package.yaml
View file @
fe36604f
...
...
@@ -29,7 +29,7 @@ library:
-
time
executables
:
mock
-exe
:
mock
:
main
:
Main.hs
source-dirs
:
app
ghc-options
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment