hjsonschema 0.10.0.2 → 0.10.0.3
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~http-clientPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-client
API changes (from Hackage documentation)
- Data.JsonSchema.Fetch: foldFunction :: FromJSON schema => (Text -> IO ByteString) -> Spec schema -> URISchemaMap schema -> SchemaWithURI schema -> IO (Either Text (URISchemaMap schema))
+ Data.JsonSchema.Fetch: foldFunction :: forall schema. FromJSON schema => (Text -> IO ByteString) -> Spec schema -> URISchemaMap schema -> SchemaWithURI schema -> IO (Either Text (URISchemaMap schema))
- Data.JsonSchema.Fetch: includeSubschemas :: Spec schema -> SchemaWithURI schema -> [SchemaWithURI schema]
+ Data.JsonSchema.Fetch: includeSubschemas :: forall schema. Spec schema -> SchemaWithURI schema -> [SchemaWithURI schema]
- Data.JsonSchema.Fetch: referencesMethodAgnostic :: FromJSON schema => (Text -> IO ByteString) -> Spec schema -> SchemaWithURI schema -> IO (Either Text (ReferencedSchemas schema))
+ Data.JsonSchema.Fetch: referencesMethodAgnostic :: forall schema. FromJSON schema => (Text -> IO ByteString) -> Spec schema -> SchemaWithURI schema -> IO (Either Text (ReferencedSchemas schema))
- Data.JsonSchema.Fetch: referencesViaFilesystem' :: FromJSON schema => Spec schema -> SchemaWithURI schema -> IO (Either FilesystemFailure (ReferencedSchemas schema))
+ Data.JsonSchema.Fetch: referencesViaFilesystem' :: forall schema. FromJSON schema => Spec schema -> SchemaWithURI schema -> IO (Either FilesystemFailure (ReferencedSchemas schema))
- Data.JsonSchema.Fetch: referencesViaHTTP' :: FromJSON schema => Spec schema -> SchemaWithURI schema -> IO (Either HTTPFailure (ReferencedSchemas schema))
+ Data.JsonSchema.Fetch: referencesViaHTTP' :: forall schema. FromJSON schema => Spec schema -> SchemaWithURI schema -> IO (Either HTTPFailure (ReferencedSchemas schema))
Files
- changelog.txt +8/−0
- hjsonschema.cabal +2/−2
changelog.txt view
@@ -1,3 +1,11 @@+# 0.10.0.3+++ Bump http-client.++# 0.10.0.2+++ Enable GHC 8.+ # 0.10.0.1 + Fix .cabal file.
hjsonschema.cabal view
@@ -1,5 +1,5 @@ name: hjsonschema-version: 0.10.0.2+version: 0.10.0.3 synopsis: JSON Schema library homepage: https://github.com/seagreen/hjsonschema license: MIT@@ -49,7 +49,7 @@ , file-embed >= 0.0.8 && < 0.1 , filepath >= 1.3 && < 1.5 , hjsonpointer >= 0.3 && < 0.4- , http-client >= 0.4 && < 0.5+ , http-client >= 0.4 && < 0.6 , http-types >= 0.8 && < 0.10 , pcre-heavy >= 1.0 && < 1.1 , QuickCheck >= 2.8.1 && < 2.9