-- Initial linklater.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: linklater version: 3.2.0.0 synopsis: The fast and fun way to write Slack.com bots homepage: https://github.com/hlian/linklater bug-reports: https://github.com/hlian/linklater/issues license: BSD3 license-file: LICENSE author: Hao Lian maintainer: me@haolian.org category: Network build-type: Simple cabal-version: >=1.10 description: . A library for writing Slack chat bots. . Tutorial: . Features you could take advantage of /right now, should you choose/: . * Uses 'Text' for state-of-the-art Unicode support; . * Lovely documentation with no misspelllllings to be found; . * Supports . * Comes with a fast mode (@slashSimple@) and a power mode (@slash@) . * A warm, receptive maintainer with beautiful brown eyes; . * Fully Haddock'd methods and module; . * Open source (BSD3). . Shamelessly cute example: . <> extra-source-files: examples/*.hs README.md changelog extra-doc-files: corgi.jpg library default-language: Haskell2010 ghc-options: -Wall -fwarn-tabs exposed-modules: Network.Linklater build-depends: -- cabal told me to upper-constrain base base < 4.9 , base-prelude , wreq , aeson , bytestring , text , containers , wai , http-types source-repository head type: git location: https://github.com/hlian/linklater