aboutsummaryrefslogtreecommitdiff
path: root/picarones-hs.cabal
diff options
context:
space:
mode:
authorstuebinm2021-03-07 16:57:23 +0100
committerstuebinm2021-03-07 16:58:51 +0100
commit2ad5d413aa958a1c2fe75ce7aa155576e9a80345 (patch)
treedb48dfb66bd086fb3d7f951a15be6cb7b4bae7f7 /picarones-hs.cabal
parent3b15d761ce7159ab1669817d6cf64550db8dd23f (diff)
Add server to general repository
Idea: have all components of this program in one repository
Diffstat (limited to 'picarones-hs.cabal')
-rw-r--r--picarones-hs.cabal31
1 files changed, 0 insertions, 31 deletions
diff --git a/picarones-hs.cabal b/picarones-hs.cabal
deleted file mode 100644
index 6ed69a7..0000000
--- a/picarones-hs.cabal
+++ /dev/null
@@ -1,31 +0,0 @@
-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