packages feed

dhscanner-kbapi 1.0.2 → 1.0.3

raw patch · 2 files changed

+4/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Content: [foundHttpPostHandlerRequestObjectMatchLocation] :: FoundHttpPostHandlerRequestObjectMatch -> Location
+ Content: [foundHttpGetHandlerLocation] :: FoundHttpGetHandlerRequestObjectMatch -> Location
+ Content: [foundHttpPostHandlerLocation] :: FoundHttpPostHandlerRequestObjectMatch -> Location
+ Content: [foundHttpPostHandlerRequestObjectLocation] :: FoundHttpPostHandlerRequestObjectMatch -> Location
- Content: FoundHttpGetHandlerRequestObjectMatch :: Location -> String -> FoundHttpGetHandlerRequestObjectMatch
+ Content: FoundHttpGetHandlerRequestObjectMatch :: Location -> Location -> String -> FoundHttpGetHandlerRequestObjectMatch
- Content: FoundHttpPostHandlerRequestObjectMatch :: Location -> String -> FoundHttpPostHandlerRequestObjectMatch
+ Content: FoundHttpPostHandlerRequestObjectMatch :: Location -> Location -> String -> FoundHttpPostHandlerRequestObjectMatch

Files

dhscanner-kbapi.cabal view
@@ -28,7 +28,7 @@     fundamental modifications to the structure or specification     of code facts. -version:            1.0.2+version:            1.0.3 license:            GPL-3.0-only license-file:       LICENSE author:             OrenGitHub
src/Content.hs view
@@ -55,7 +55,8 @@ data FoundHttpPostHandlerRequestObjectMatch    = FoundHttpPostHandlerRequestObjectMatch      {-         foundHttpPostHandlerRequestObjectMatchLocation :: Location,+         foundHttpPostHandlerLocation :: Location,+         foundHttpPostHandlerRequestObjectLocation :: Location,          foundHttpPostHandlerRequestObjectMatchUrl :: String      }      deriving ( Show, Eq, Ord, Generic, ToJSON, FromJSON )@@ -79,6 +80,7 @@ data FoundHttpGetHandlerRequestObjectMatch    = FoundHttpGetHandlerRequestObjectMatch      {+         foundHttpGetHandlerLocation :: Location,          foundHttpGetHandlerRequestObjectMatchLocation :: Location,          foundHttpGetHandlerRequestObjectMatchUrl :: String      }