summaryrefslogtreecommitdiff
path: root/ibb/ibb.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ibb/ibb.cabal')
-rw-r--r--ibb/ibb.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal
index e54e3d4..4d8ebc7 100644
--- a/ibb/ibb.cabal
+++ b/ibb/ibb.cabal
@@ -19,10 +19,12 @@ executable ibb
Influencers
build-depends:
base >= 4.6 && < 5
- , scotty
- , shakespeare
, blaze-html
, blaze-markup
- , text
, bytestring
+ , random
+ , random-shuffle
+ , scotty
+ , shakespeare
+ , text
default-language: Haskell2010