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

Refresh meta stuff

parent b7abba59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# ---> Haskell
*.cabal
dist
dist-*
cabal-dev
@@ -21,4 +22,3 @@ cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
+1 −0
Original line number Diff line number Diff line
# pixelflut-client

Y E  E   E    E     T      !
+5 −5
Original line number Diff line number Diff line
name:                pixelflut-client
name:                pixelyeet
version:             0.0.1
license:             Apache-2.0
git:                 "https://git.eisfunke.com/software/pixelflut-client"
git:                 "https://git.eisfunke.com/software/pixelyeet"
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:
  pixelflut-client:
  pixelyeet:
    main:                Main.hs
    source-dirs:         src
    ghc-options:

pixelflut-client.cabal

deleted100644 → 0
+0 −51
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
+1 −1
Original line number Diff line number Diff line
resolver: lts-13.19
resolver: lts-14.18

packages:
- .
Loading