name: ibb version: 3 category: Web homepage: https://ibb.simatime.com author: Nick Sima maintainer: nicksima@gmail.com copyright: 2018 Nick Sima license: AllRightsReserved 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 , scotty , shakespeare , blaze-html , blaze-markup , text , bytestring default-language: Haskell2010