diff --git a/filelock.cabal b/filelock.cabal
--- a/filelock.cabal
+++ b/filelock.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                filelock
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Portable interface to file locking (flock / LockFileEx)
 description:         This package provides an interface to Windows and Unix
                      file locking functionalities.
@@ -10,12 +10,13 @@
 license:             PublicDomain
 license-file:        LICENSE
 author:              Takano Akio
-maintainer:          aljee@hyper.cx
+maintainer:          tak@anoak.io
 -- copyright:           
 category:            System
 build-type:          Simple
 -- extra-source-files:  
 cabal-version:       >=1.10
+extra-source-files:  tests/lock.log.expected
 
 library
   exposed-modules:     System.FileLock
diff --git a/tests/lock.log.expected b/tests/lock.log.expected
new file mode 100644
--- /dev/null
+++ b/tests/lock.log.expected
@@ -0,0 +1,12 @@
+took shared lock
+took shared lock
+lock not available
+took shared lock
+released shared lock
+released shared lock
+released shared lock
+took exclusive lock
+released exclusive lock
+took shared lock
+released shared lock
+lock was available
