diff options
author | Ben Sima <ben@bsima.me> | 2019-02-16 20:21:23 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-16 20:21:23 -0800 |
commit | bff6797107bb2534a8e130c7a0d3be132f1d05a6 (patch) | |
tree | aa7b8277e55afb31992922e7d21be5e21838a45c /ibb | |
parent | 180d26b507ae044b4635ff1b601ce322da79fda7 (diff) |
Add Influencers to other-modules
Diffstat (limited to 'ibb')
-rw-r--r-- | ibb/ibb.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal index 6cb9a1f..5e92158 100644 --- a/ibb/ibb.cabal +++ b/ibb/ibb.cabal @@ -15,6 +15,8 @@ executable ibb hs-source-dirs: . default-extensions: OverloadedStrings ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + other-modules: + Influencers build-depends: base >= 4.6 && < 5 , scotty |