From 2ad5d413aa958a1c2fe75ce7aa155576e9a80345 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 7 Mar 2021 16:57:23 +0100 Subject: Add server to general repository Idea: have all components of this program in one repository --- picarones-hs/picarones-hs.cabal | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 picarones-hs/picarones-hs.cabal (limited to 'picarones-hs/picarones-hs.cabal') diff --git a/picarones-hs/picarones-hs.cabal b/picarones-hs/picarones-hs.cabal new file mode 100644 index 0000000..6ed69a7 --- /dev/null +++ b/picarones-hs/picarones-hs.cabal @@ -0,0 +1,31 @@ +cabal-version: >=1.10 +-- Initial package description 'picarones-hs' generated by 'cabal +-- init'. For further documentation, see +-- http://haskell.org/cabal/users-guide/ + +name: picarones-hs +version: 0.1.0.0 +-- synopsis: +-- description: +-- bug-reports: +-- license: +-- license-file: LICENSE +author: stuebinm +maintainer: stuebinm@disroot.org +-- copyright: +-- category: +build-type: Simple + +executable picarones-hs + main-is: Main.lhs + -- other-modules: + -- other-extensions: + ghc-options: -threaded + build-depends: base == 4.*, + text, + aeson, + websockets, + bytestring, + unordered-containers + -- hs-source-dirs: + default-language: Haskell2010 -- cgit v1.2.3