diff --git a/atlassian-connect-descriptor.cabal b/atlassian-connect-descriptor.cabal
--- a/atlassian-connect-descriptor.cabal
+++ b/atlassian-connect-descriptor.cabal
@@ -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
diff --git a/src/Data/Connect/Modules.hs b/src/Data/Connect/Modules.hs
--- a/src/Data/Connect/Modules.hs
+++ b/src/Data/Connect/Modules.hs
@@ -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
 
