diff --git a/snaplet-fay.cabal b/snaplet-fay.cabal
--- a/snaplet-fay.cabal
+++ b/snaplet-fay.cabal
@@ -5,7 +5,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.1.1
+version:             0.3.2.0
 synopsis:            Fay integration for Snap with request- and pre-compilation.
 description:         Fay integration for Snap with request based compilation during development and precompilation in production.
                      For more information, please see <https://github.com/bergmark/snaplet-fay>.
@@ -13,8 +13,8 @@
 license-file:        LICENSE
 author:              Adam Bergmark
 maintainer:          adam@edea.se
-homepage:            https://github.com/bergmark/snaplet-fay
-bug-reports:         https://github.com/bergmark/snaplet-fay/issues
+homepage:            https://github.com/faylang/snaplet-fay
+bug-reports:         https://github.com/faylang/snaplet-fay/issues
 category:            Web, Snap, Fay
 build-type:          Simple
 cabal-version:       >=1.8
@@ -26,7 +26,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/bergmark/snaplet-fay.git
+  location: https://github.com/faylang/snaplet-fay.git
 
 library
   ghc-options: -Wall
@@ -34,9 +34,10 @@
 
   exposed-modules:
     Snap.Snaplet.Fay
+    Snap.Snaplet.Fay.Internal
 
   other-modules:
-    Snap.Snaplet.Fay.Internal, Paths_snaplet_fay
+    Paths_snaplet_fay
 
   build-depends:
       base         >= 4 && < 5
