blob: 75aaf911711dc7fa80e53d1d7f9ce9a8a2ca5f67 (
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
|
name: ibb
version: 3
category: Web
homepage: https://ibb.simatime.com
author: Nick Sima
maintainer: nicksima@gmail.com
copyright: 2018 Nick Sima
license: GPL-3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
executable ibb
main-is: Main.hs
hs-source-dirs: apex
default-extensions: OverloadedStrings
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
other-modules:
Influencers
build-depends:
base >= 4.6 && < 5
, blaze-html
, blaze-markup
, bytestring
, random
, random-shuffle
, scotty
, shakespeare
, text
default-language: Haskell2010
|