diff --git a/HaPy.cabal b/HaPy.cabal
--- a/HaPy.cabal
+++ b/HaPy.cabal
@@ -1,5 +1,5 @@
 name:                HaPy
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Haskell bindings for Python
 description:         Call Haskell functions from Python!
 homepage:            https://github.com/sakana/HaPy
@@ -12,10 +12,12 @@
 cabal-version:       >=1.8
 
 library
-  exposed-modules:     
+  exposed-modules:
       Foreign.HaPy
   other-modules:
       Foreign.HaPy.Internal
   extensions: TemplateHaskell
   c-sources:           HaPy_init.c
-  build-depends:       base >=4.5 && < 4.8, th-lift ==0.5.*, template-haskell >=2.7.0.0
+  build-depends:       base >= 4.5 && < 4.9,
+                       th-lift >= 0.5 && < 0.8,
+                       template-haskell >= 2.7.0.0 && < 2.11.0.0
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2013 David Fisher
+Copyright (C) 2014 David Fisher
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
