packages feed

mackerel-client 0.0.5 → 0.1.0

raw patch · 4 files changed

+5/−5 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 itchyny <https://github.com/itchyny>+Copyright (c) 2016-2017 itchyny <https://github.com/itchyny>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
mackerel-client.cabal view
@@ -1,5 +1,5 @@ name:                   mackerel-client-version:                0.0.5+version:                0.1.0 author:                 itchyny maintainer:             itchyny <itchyny@hatena.ne.jp> license:                MIT
src/Web/Mackerel/Client.hs view
@@ -12,6 +12,6 @@ instance Default Client where   def = Client {     apiKey = "",-    apiBase = "https://mackerel.io",+    apiBase = "https://api.mackerelio.com",     userAgent = "mackerel-client-hs"   }
test/ConfigSpec.hs view
@@ -21,7 +21,7 @@       |]    let config2 = Config {-        configApiBase = Just "https://mackerel.io",+        configApiBase = Just "https://api.mackerelio.com",         configApiKey = Just "<Mackerel-API-KEY>",         configRoot = Just "/var/lib/mackerel-agent",         configPidfile = Just "/var/run/mackerel-agent.pid",@@ -37,7 +37,7 @@       }    let toml2 = [r|-        apibase = "https://mackerel.io"+        apibase = "https://api.mackerelio.com"         apikey = "<Mackerel-API-KEY>"         root = "/var/lib/mackerel-agent"         pidfile = "/var/run/mackerel-agent.pid"