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
P
Pixelyeet
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
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Software
Pixelyeet
Commits
c61f7408
Commit
c61f7408
authored
Dec 27, 2019
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh meta stuff
parent
b7abba59
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
58 deletions
+20
-58
.gitignore
.gitignore
+1
-1
README.md
README.md
+1
-0
package.yaml
package.yaml
+5
-5
pixelflut-client.cabal
pixelflut-client.cabal
+0
-51
stack.yaml
stack.yaml
+1
-1
stack.yaml.lock
stack.yaml.lock
+12
-0
No files found.
.gitignore
View file @
c61f7408
# ---> Haskell
*.cabal
dist
dist-*
cabal-dev
...
...
@@ -21,4 +22,3 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
README.md
View file @
c61f7408
# pixelflut-client
Y E E E E T !
package.yaml
View file @
c61f7408
name
:
pixel
flut-clien
t
name
:
pixel
yee
t
version
:
0.0.1
license
:
Apache-2.0
git
:
"
https://git.eisfunke.com/software/pixel
flut-clien
t"
git
:
"
https://git.eisfunke.com/software/pixel
yee
t"
author
:
"
Nicolas
Lenz"
maintainer
:
"
nicolas@eisfunke.com"
copyright
:
"
2019
Nicolas
Lenz"
...
...
@@ -9,9 +9,9 @@ copyright: "2019 Nicolas Lenz"
extra-source-files
:
-
README.md
synopsis
:
A client for the pixelflut protocol
synopsis
:
A client for the pixelflut protocol
.
category
:
String
description
:
Please see the README at <https://git.eisfunke.com/software/
mock
#readme>
description
:
Please see the README at <https://git.eisfunke.com/software/
pixelyeet
#readme>
dependencies
:
-
base
...
...
@@ -22,7 +22,7 @@ library:
source-dirs
:
src
executables
:
pixel
flut-clien
t
:
pixel
yee
t
:
main
:
Main.hs
source-dirs
:
src
ghc-options
:
...
...
pixelflut-client.cabal
deleted
100644 → 0
View file @
b7abba59
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d375a3873556af5179d10c75f3f28e5978285a0ec2919da5104050d89a024592
name: pixelflut-client
version: 0.0.1
synopsis: A client for the pixelflut protocol
description: Please see the README at <https://git.eisfunke.com/software/mock#readme>
category: String
author: Nicolas Lenz
maintainer: nicolas@eisfunke.com
copyright: 2019 Nicolas Lenz
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://git.eisfunke.com/software/pixelflut-client
library
exposed-modules:
Main
other-modules:
Paths_pixelflut_client
hs-source-dirs:
src
build-depends:
base
, network
, text
default-language: Haskell2010
executable pixelflut-client
main-is: Main.hs
other-modules:
Paths_pixelflut_client
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, network
, text
default-language: Haskell2010
stack.yaml
View file @
c61f7408
resolver
:
lts-1
3.19
resolver
:
lts-1
4.18
packages
:
-
.
stack.yaml.lock
0 → 100644
View file @
c61f7408
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files
packages: []
snapshots:
- completed:
size: 524789
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/18.yaml
sha256: 646be71223e08234131c6989912e6011e01b9767bc447b6d466a35e14360bdf2
original: lts-14.18
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