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
Pixelyeet
Commits
8ce58b1d
Commit
8ce58b1d
authored
May 05, 2019
by
Nicolas Lenz
Browse files
Initialize project
parent
71f6ec48
Changes
3
Hide whitespace changes
Inline
Side-by-side
package.yaml
0 → 100644
View file @
8ce58b1d
name
:
pixelflut-client
version
:
0.0.1
license
:
Apache-2.0
git
:
"
https://git.eisfunke.com/software/pixelflut-client"
author
:
"
Nicolas
Lenz"
maintainer
:
"
nicolas@eisfunke.com"
copyright
:
"
2019
Nicolas
Lenz"
extra-source-files
:
-
README.md
synopsis
:
A client for the pixelflut protocol
category
:
String
description
:
Please see the README at <https://git.eisfunke.com/software/mock#readme>
dependencies
:
-
base
-
text
-
network
library
:
source-dirs
:
src
executables
:
pixelflut-client
:
main
:
Main.hs
source-dirs
:
src
ghc-options
:
-
-threaded
-
-rtsopts
-
-with-rtsopts=-N
src/Main.hs
0 → 100644
View file @
8ce58b1d
module
Main
where
main
::
IO
()
main
=
do
putStrLn
"Hello World!"
stack.yaml
0 → 100644
View file @
8ce58b1d
resolver
:
lts-13.19
packages
:
-
.
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