packages feed

atlassian-connect-descriptor 0.4.0.1 → 0.4.0.2

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

atlassian-connect-descriptor.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.4.0.1+version:             0.4.0.2  -- A short (one-line) description of the package. synopsis:            Code that helps you create a valid Atlassian Connect Descriptor.
+ dist/build/test-descriptorStub/test-descriptorStub-tmp/test-descriptorStub.hs view
@@ -0,0 +1,5 @@+module Main ( main ) where+import Distribution.Simple.Test.LibV09 ( stubMain )+import Test ( tests )+main :: IO ()+main = stubMain tests
src/Data/Connect/Modules.hs view
@@ -188,7 +188,7 @@  instance ToJSON JIRAWebSection where    toJSON = genericToJSON baseOptions-      { fieldLabelModifier = stripFieldNamePrefix "tt"+      { fieldLabelModifier = stripFieldNamePrefix "jws"       }  -- | A 'WebPanel' is an injectable segment of the host application that you can place content inside. Currently the