packages feed

atlassian-connect-descriptor 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+4/−2 lines, 2 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.2.0.0+version:             0.2.0.1  -- A short (one-line) description of the package. synopsis:            Code that helps you create a valid Atlassian Connect Descriptor.@@ -44,7 +44,7 @@ extra-source-files:  README.markdown  -- Constraint on the version of Cabal needed to build this package.-cabal-version:       >=1.20+cabal-version:       >=1.10  flag network-uri    description: Get Network.URI from the network-uri package
src/Data/Connect/Modules.hs view
@@ -127,6 +127,7 @@       { fieldLabelModifier = stripFieldNamePrefix "wpl"       } +{- data WebItem = WebItem    { wiName         :: Name WebItem    , wiKey          :: T.Text@@ -146,6 +147,7 @@    toJSON PageContext = String . T.pack $ "page"    toJSON AddonContext = String . T.pack $ "addon"    toJSON ProductContext = String . T.pack $ "product"+-}  -- TODO update the docs for the JIRAProjectAdminTabPanel based on this question: http://goo.gl/c6QUdd