diff --git a/hi.cabal b/hi.cabal
--- a/hi.cabal
+++ b/hi.cabal
@@ -1,5 +1,5 @@
 name:                hi
-version:             0.0.8
+version:             0.0.8.1
 synopsis:            Generate scaffold for cabal project
 license:             BSD3
 license-file:        LICENSE
@@ -74,8 +74,8 @@
       , process
       , split
       , template   == 0.2.*
-      , temporary
-      , text
+      , temporary-rc  == 1.2.0.3
+      , text       > 1.0
       , time
 
 executable hi
@@ -94,8 +94,8 @@
       , process
       , split
       , template   == 0.2.*
-      , temporary
-      , text
+      , temporary-rc  == 1.2.0.3
+      , text       > 1.0
       , time
 
 test-suite spec
@@ -119,8 +119,8 @@
       , process
       , split
       , template    == 0.2.*
-      , temporary
-      , text
+      , temporary-rc   == 1.2.0.3
+      , text       > 1.0
       , time
 
 source-repository head
diff --git a/src/Hi/Version.hs b/src/Hi/Version.hs
--- a/src/Hi/Version.hs
+++ b/src/Hi/Version.hs
@@ -4,4 +4,4 @@
     ) where
 
 version :: String
-version = "0.0.8"
+version = "0.0.8.1"
