diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -1,6 +1,6 @@
 name:           hledger-web
 -- also in cpp-options below
-version: 0.20
+version: 0.20.0.1
 category:       Finance
 synopsis:       A web interface for the hledger accounting tool.
 description:    
@@ -16,7 +16,7 @@
 author:         Simon Michael <simon@joyful.com>
 maintainer:     Simon Michael <simon@joyful.com>
 homepage:       http://hledger.org
-bug-reports:    http://code.google.com/p/hledger/issues
+bug-reports:    http://hledger.org/bugs
 stability:      beta
 tested-with:    GHC==7.4.2, GHC==7.6.1
 cabal-version:  >= 1.8
@@ -46,8 +46,8 @@
                 templates/normalize.lucius
 
 source-repository head
-  type:     darcs
-  location: http://hub.darcs.net/simon/hledger
+  type:     git
+  location: https://github.com/simonmichael/hledger
 
 -- Flag production
 --     Description:   Build fully optimised and with web files embedded (not loaded from ./static/)
@@ -99,7 +99,7 @@
     --     Buildable: False
 
     ghc-options:   -Wall -fno-warn-unused-do-bind
-    cpp-options:   -DVERSION="0.20"
+    cpp-options:   -DVERSION="0.20.0.1"
     if flag(dev) || flag(library-only)
         cpp-options:   -DDEVELOPMENT
 
@@ -120,7 +120,7 @@
     build-depends:   base                          >= 4          && < 5
                    -- , yesod-platform                >= 1.1        && < 1.2
                    , yesod                         >= 1.1.3      && < 1.2
-                   , yesod-core                    >= 1.1.2      && < 1.2
+                   , yesod-core                    >= 1.1.7      && < 1.2
                    , yesod-static                  >= 1.1        && < 1.2
                    , yesod-default                 >= 1.1        && < 1.2
                    , yesod-form                    >= 1.1        && < 1.3
@@ -141,8 +141,8 @@
                    , warp                          >= 1.3        && < 1.4
                    , data-default
 
-                   , hledger == 0.20
-                   , hledger-lib == 0.20
+                   , hledger == 0.20.0.1
+                   , hledger-lib == 0.20.0.1
                    , cmdargs >= 0.10 && < 0.11
                    , directory
                    , filepath
@@ -171,7 +171,7 @@
 
 
 executable         hledger-web
-    cpp-options:   -DVERSION="0.20"
+    cpp-options:   -DVERSION="0.20.0.1"
 
     if flag(library-only)
         Buildable: False
@@ -219,8 +219,8 @@
 
     build-depends:
                      hledger-web
-                   , hledger == 0.20
-                   , hledger-lib == 0.20
+                   , hledger == 0.20.0.1
+                   , hledger-lib == 0.20.0.1
                    , base                          >= 4.3        && < 5
                    , cmdargs >= 0.10 && < 0.11
                    , directory
@@ -234,7 +234,7 @@
 
                    -- , yesod-platform                == 1.1.*
                    , yesod >= 1.1.3 && < 1.2
-                   , yesod-core
+                   , yesod-core >= 1.1.7      && < 1.2
                    , yesod-default
                    , yesod-static
                    , clientsession
@@ -274,4 +274,4 @@
                  , hledger-web
                  , yesod-test >= 0.3 && < 0.4
                  , yesod-default
-                 , yesod-core
+                 , yesod-core >= 1.1.7      && < 1.2
