diff --git a/rivet-core.cabal b/rivet-core.cabal
--- a/rivet-core.cabal
+++ b/rivet-core.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                rivet-core
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis: Core library for project management tool.
 -- description:
 homepage:            https://github.com/dbp/rivet
@@ -13,7 +13,7 @@
 -- copyright:
 category:            Web
 build-type:          Simple
--- extra-source-files:
+extra-source-files: template/migration.hs
 cabal-version:       >=1.10
 
 library
diff --git a/template/migration.hs b/template/migration.hs
new file mode 100644
--- /dev/null
+++ b/template/migration.hs
@@ -0,0 +1,7 @@
+{-# LANGUAGE OverloadedStrings #-}
+module MIGRATION_MODULE where
+
+import           Control.Monad
+import           Rivet.Migration.V0
+
+migrate = CONTENT
