diff --git a/Development/Shake/Imports.hs b/Development/Shake/Imports.hs
--- a/Development/Shake/Imports.hs
+++ b/Development/Shake/Imports.hs
@@ -2,17 +2,17 @@
 {-# LANGUAGE GeneralizedNewtypeDeriving, DeriveDataTypeable #-}
 {-# LANGUAGE PatternGuards, ScopedTypeVariables #-}
 -- |
--- Module      : Development.Shake.CLI
--- Copyright   : (c) Austin Seipp 2012
+-- Module      : Development.Shake.Imports
+-- Copyright   : (c) Soenke Hahn 2012
 -- License     : BSD3
 --
--- Author      : Soenke Hahn
 -- Maintainer  : mad.one@gmail.com
 -- Stability   : experimental
 -- Portability : GHC probably
 --
 -- Module to search imports. Imports are files that are needed for
 -- compilation of a source code file.  (This module is experimental.)
+--
 module Development.Shake.Imports (
     -- * declaring rules for imports
     importsRule,
diff --git a/shake-extras.cabal b/shake-extras.cabal
--- a/shake-extras.cabal
+++ b/shake-extras.cabal
@@ -1,5 +1,5 @@
 name:                shake-extras
-version:             0.1
+version:             0.1.1
 synopsis:            Extra utilities for shake build systems
 description:
   This package is designed to add supporting modules for the Shake
