summaryrefslogtreecommitdiff
path: root/ibb/ibb.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ibb/ibb.cabal')
-rw-r--r--ibb/ibb.cabal30
1 files changed, 0 insertions, 30 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal
deleted file mode 100644
index 4d8ebc7..0000000
--- a/ibb/ibb.cabal
+++ /dev/null
@@ -1,30 +0,0 @@
-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: .
- 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