summaryrefslogtreecommitdiff
path: root/ibb/ibb.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ibb/ibb.cabal')
-rw-r--r--ibb/ibb.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal
new file mode 100644
index 0000000..2543ebb
--- /dev/null
+++ b/ibb/ibb.cabal
@@ -0,0 +1,25 @@
+name: ibb
+version: 2
+category: Text
+homepage: https://bsima.me
+author: Nick Sima
+maintainer: nicksima@gmail.com
+copyright: 2018 Nick Sima
+license: BSD3
+license-file: LICENSE
+build-type: Simple
+cabal-version: >= 1.10
+
+executable ibb
+ main-is: Main.hs
+ other-modules:
+ Paths_web
+ hs-source-dirs: .
+ default-extensions: OverloadedStrings
+ ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+ build-depends:
+ base >= 4.6 && < 5
+ , scotty
+ , shakespeare
+ , blaze
+ default-language: Haskell2010 \ No newline at end of file