clarifai 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Network.Utilities: Bad :: VerificationStatus
- Network.Utilities: Good :: VerificationStatus
- Network.Utilities: Unknown :: VerificationStatus
- Network.Utilities: apiErr :: Int -> Obj -> String
- Network.Utilities: data VerificationStatus
- Network.Utilities: defaults' :: Options
- Network.Utilities: definite :: String -> Obj -> Value
- Network.Utilities: definite' :: String -> HObj -> Value
- Network.Utilities: fileCheck :: Integer -> Word64 -> VerificationStatus
- Network.Utilities: getInt :: String -> Obj -> Integer
- Network.Utilities: getInt' :: String -> HObj -> Integer
- Network.Utilities: getMap :: String -> Obj -> HObj
- Network.Utilities: getMap' :: String -> HObj -> HObj
- Network.Utilities: getString :: String -> Obj -> String
- Network.Utilities: getString' :: String -> HObj -> String
- Network.Utilities: getVec :: String -> Obj -> Vector Value
- Network.Utilities: getVec' :: String -> HObj -> Vector Value
- Network.Utilities: imageExtensions :: [String]
- Network.Utilities: postWith' :: String -> [FormParam] -> IO (Response ByteString)
- Network.Utilities: processRequest :: IO Resp -> IO (Status, Obj)
- Network.Utilities: type Errors = (Int, String)
- Network.Utilities: type HObj = HashMap Text Value
- Network.Utilities: type JSON = Response Obj
- Network.Utilities: type Obj = Map String Value
- Network.Utilities: type Resp = Response ByteString
- Network.Utilities: value2Double :: Value -> Double
- Network.Utilities: value2Int :: Value -> Integer
- Network.Utilities: value2Map :: Value -> HObj
- Network.Utilities: value2String :: Value -> String
- Network.Utilities: value2Vector :: Value -> Vector Value
- Network.Utilities: videoExtensions :: [String]
Files
- clarifai.cabal +2/−2
clarifai.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: API Client for the Clarifai API.@@ -56,7 +56,7 @@ exposed-modules: Network.Clarifai -- Modules included in this library but not exported.- -- other-modules:+ other-modules: Network.Utilities -- LANGUAGE extensions used by modules in this package. other-extensions: OverloadedStrings