packages feed

twitter-types 0.1.20130101 → 0.2.20130101

raw patch · 2 files changed

+2/−5 lines, 2 filesdep −bytestring

Dependencies removed: bytestring

Files

Web/Twitter/Types.hs view
@@ -35,7 +35,6 @@ import Data.Aeson import Data.Aeson.Types (Parser) import Data.Text (Text)-import Data.ByteString (ByteString) import Data.HashMap.Strict (HashMap) import Control.Applicative import Control.Monad@@ -43,7 +42,7 @@ type DateString   = String type UserId       = Integer type Friends      = [UserId]-type URIString    = ByteString+type URIString    = Text type UserName     = Text type StatusId     = Integer type LanguageCode = String
twitter-types.cabal view
@@ -1,5 +1,5 @@ name:              twitter-types-version:           0.1.20130101+version:           0.2.20130101 license:           BSD3 license-file:      LICENSE author:            Takahiro HIMURA@@ -23,7 +23,6 @@       base >= 4 && < 5     , http-types     , aeson >= 0.3.2.2-    , bytestring     , text     , unordered-containers @@ -46,7 +45,6 @@     , http-types     , aeson     , attoparsec-    , bytestring     , text     , unordered-containers