diff --git a/.gitignore b/.gitignore index eea5c719e1d1a5add666eb891e049f4653f61d4a..a85b455c6fb514dee90295139dd57c409295ca98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ---> Haskell +*.cabal dist dist-* cabal-dev @@ -21,4 +22,3 @@ cabal.project.local cabal.project.local~ .HTF/ .ghc.environment.* - diff --git a/README.md b/README.md index 0e78b66618155ee1c6dd38946ccacd619d3e616d..55c6e33f5fcbf4d76f169a1ee1d2a84f0d8ea125 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # pixelflut-client +Y E E E E T ! diff --git a/package.yaml b/package.yaml index db23273dc59c16d6b38ec1044c69d81e544ae39c..d06611fd2f5a4b0b70d7bfb386a68e60e4ba58ac 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ -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 +description: Please see the README at dependencies: - base @@ -22,7 +22,7 @@ library: source-dirs: src executables: - pixelflut-client: + pixelyeet: main: Main.hs source-dirs: src ghc-options: diff --git a/pixelflut-client.cabal b/pixelflut-client.cabal deleted file mode 100644 index 1df541a38a2dbdf706f09b314bf5acff703437ac..0000000000000000000000000000000000000000 --- a/pixelflut-client.cabal +++ /dev/null @@ -1,51 +0,0 @@ -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 -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 diff --git a/stack.yaml b/stack.yaml index ca6ef731369b264dcd510389eeb8dc575652e29c..e6f8bd2b4c40d830163fd6a3f600a91907eaf948 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-13.19 +resolver: lts-14.18 packages: - . diff --git a/stack.yaml.lock b/stack.yaml.lock new file mode 100644 index 0000000000000000000000000000000000000000..2a741615cc67ea9a368fae694a0b8b12d62a5080 --- /dev/null +++ b/stack.yaml.lock @@ -0,0 +1,12 @@ +# 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