packages feed

lambdatwit-0.1.0.0: lambdatwit.cabal

-- Initial lambdatwit.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                lambdatwit
version:             0.1.0.0
synopsis:            Lambdabot running as a twitter bot. Similar to the @fsibot f# bot.
description:         A twitter bot using mueval to evaluate haskell tweets.
                     Further info: <https://github.com/AshyIsMe/lambdatwit/blob/master/README.md>
license:             MIT
license-file:        LICENSE
author:              Aaron Ash
maintainer:          aaron.ash@gmail.com
homepage:            http://github.com/ashyisme/lambdatwit
bug-reports:         https://github.com/ashyisme/lambdatwit/issues
-- copyright:           
category:            Web
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
  type:              git
  location:          https://github.com/ashyisme/lambdatwit.git

executable lambdatwit
  main-is: Main.hs
  build-depends: base 
               , acid-state
               , authenticate-oauth
               , bytestring
               , case-insensitive
               , conduit
               , containers
               , data-default
               , exceptions
               , hint
               , http-conduit
               , lens
               , MissingH
               , monad-control
               , monad-logger
               , mtl
               , mueval
               , network-uri
               , resourcet
               , safecopy
               , text
               , transformers == 0.3.0.0
               , transformers-base
               , twitter-conduit
               , twitter-types
               , utf8-string

  -- hs-source-dirs:      
  default-language:    Haskell2010

executable oauth_pin
  main-is: oauth_pin.hs

  build-depends:
      base >= 4.5 && < 5
    , containers
    , transformers-base
    , transformers
    , monad-control
    , bytestring
    , text
    , resourcet
    , conduit
    , http-types
    , http-conduit
    , authenticate-oauth
    , twitter-conduit
  default-language:    Haskell2010