diff --git a/Data/Array/Repa.hs b/Data/Array/Repa.hs
--- a/Data/Array/Repa.hs
+++ b/Data/Array/Repa.hs
@@ -4,7 +4,9 @@
 
 -- | See the repa-examples package for examples.
 --   
---   More information at <http://trac.haskell.org/repa>
+--   More information at <http://repa.ouroborus.net>.
+--
+--   There is a draft tutorial at <http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial>
 --  
 module Data.Array.Repa
 	( module Data.Array.Repa.Shape
diff --git a/repa.cabal b/repa.cabal
--- a/repa.cabal
+++ b/repa.cabal
@@ -1,5 +1,5 @@
 Name:                repa
-Version:             2.0.0.3
+Version:             2.0.0.4
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
