Skip to content

Commit

Permalink
Bump twitter-types dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
himura committed Nov 16, 2014
1 parent 2ecec3e commit c79f624
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions twitter-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: twitter-conduit
version: 0.0.8
version: 0.0.8.1
license: BSD3
license-file: LICENSE
author: HATTORI Hiroki, Hideyuki Tanaka, Takahiro HIMURA
Expand Down Expand Up @@ -73,7 +73,8 @@ library
, text >= 0.11
, containers
, time
, twitter-types >= 0.5
, twitter-types >= 0.6
, twitter-types-lens >= 0.6

if flag(lens-aeson)
build-depends:
Expand Down Expand Up @@ -151,7 +152,8 @@ test-suite spec_main
, case-insensitive
, containers
, hspec
, twitter-types >= 0.4.0
, twitter-types >= 0.6
, twitter-types-lens >= 0.6

if flag(network-uri)
build-depends: network-uri >= 2.6
Expand Down Expand Up @@ -189,8 +191,8 @@ executable simple
, monad-logger
, authenticate-oauth
, twitter-types
, twitter-types-lens
, twitter-conduit
, twitter-types

executable userstream
main-is: userstream.hs
Expand Down Expand Up @@ -222,6 +224,7 @@ executable userstream
, authenticate-oauth
, twitter-conduit
, twitter-types
, twitter-types-lens

if flag(network-uri)
build-depends: network-uri >= 2.6
Expand Down

0 comments on commit c79f624

Please sign in to comment.