mirror-tweet-0.1.0.0: mirror-tweet.cabal
-- Initial mirror-tweet.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mirror-tweet
version: 0.1.0.0
synopsis: Tweet mirror
-- description:
homepage: https://github.com/minamiyama1994/mirror-tweet
license: GPL-3
license-file: LICENSE
author: minamiyama1994
maintainer: masakazu.minamiyama@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable mirror-tweet
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base == 4.6.* , twitter-conduit == 0.0.5.* , authenticate-oauth == 1.5.* , monad-logger == 0.3.* , conduit == 1.1.* , lens == 4.3.* , transformers == 0.3.* , bytestring == 0.10.* , text == 0.11.*
-- hs-source-dirs:
default-language: Haskell2010