diff --git a/Nemesis b/Nemesis
--- a/Nemesis
+++ b/Nemesis
@@ -1,4 +1,3 @@
-import System.Nemesis.Titan
 import System.Nemesis.Env
 import Air.Env
 import Prelude ()
@@ -36,6 +35,3 @@
   task "run-test" - do
     sh "runghc -isrc src/test.hs"
   
-  titan "Main.hs"
-  
-  task "t:Main/titan" end
diff --git a/moe.cabal b/moe.cabal
--- a/moe.cabal
+++ b/moe.cabal
@@ -1,5 +1,5 @@
 Name:                 moe
-Version:              2014.4.14
+Version:              2014.11.17
 Build-type:           Simple
 Synopsis:             html with style
 Description:
@@ -14,7 +14,7 @@
 Cabal-version:        >= 1.2
 category:             Web
 homepage:             https://github.com/nfjinjing/moe
-data-files:           readme.md
+extra-doc-files:           readme.md
                     , changelog.md
                     , known-issues.md
                     , Nemesis
