Commit b7abba59 authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Add generated cabal file

parent 8ce58b1d
Loading
Loading
Loading
Loading

pixelflut-client.cabal

0 → 100644
+51 −0
Original line number Diff line number Diff line
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