aboutsummaryrefslogtreecommitdiff
path: root/picarones-hs/picarones-hs.cabal
blob: 6ed69a76d4286b639c08e37fb0a4bc996999285e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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