Skip to content
GitLab
Menu
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
b7abba59
Commit
b7abba59
authored
May 06, 2019
by
Nicolas Lenz
Browse files
Add generated cabal file
parent
8ce58b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pixelflut-client.cabal
0 → 100644
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
Write
Preview
Supports
Markdown
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