Skip to content

Commit

Permalink
fix samples
Browse files Browse the repository at this point in the history
  • Loading branch information
himura committed Sep 13, 2014
1 parent 60c11a3 commit 639d37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Common where

import Web.Twitter.Conduit.Lens
import Web.Twitter.Conduit

import Web.Authenticate.OAuth as OA
import qualified Network.URI as URI
Expand Down
2 changes: 1 addition & 1 deletion sample/simple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Main where

import Web.Twitter.Conduit.Lens
import Web.Twitter.Conduit
import Web.Twitter.Types.Lens
import Control.Lens
import Web.Authenticate.OAuth (OAuth(..), Credential(..))
Expand Down
2 changes: 1 addition & 1 deletion sample/userstream.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Data.Conduit
import qualified Data.Conduit.Binary as CB
import Network.HTTP.Conduit as HTTP

import Web.Twitter.Conduit.Lens
import Web.Twitter.Conduit
import Web.Twitter.Types.Lens
import Common
import Control.Lens
Expand Down

0 comments on commit 639d37c

Please sign in to comment.