diff --git a/rapid.cabal b/rapid.cabal
--- a/rapid.cabal
+++ b/rapid.cabal
@@ -1,11 +1,12 @@
 name:     rapid
-version:  0.1.3
+version:  0.1.4
 category: Development
-synopsis: Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values
+synopsis: Rapid prototyping with GHCi: hot reloading of running
+    components and reload-surviving values
 
 maintainer:   Ertugrul Söylemez <esz@posteo.de>
 author:       Ertugrul Söylemez <esz@posteo.de>
-copyright:    Copyright 2016 Ertugrul Söylemez
+copyright:    Copyright 2018 Ertugrul Söylemez
 homepage:     https://github.com/esoeylemez/rapid
 bug-reports:  https://github.com/esoeylemez/rapid/issues
 license:      BSD3
@@ -37,12 +38,12 @@
 
 library
     build-depends:
-        async               >= 2.1 && < 3,
-        base                >= 4.8 && < 5,
-        containers          >= 0.5 && < 1,
-        foreign-store       >= 0.2 && < 1,
-        stm                 >= 2.4 && < 3
+        async == 2.1.*,
+        base >= 4.8 && < 4.11,
+        containers == 0.5.*,
+        foreign-store == 0.2.*,
+        stm == 2.4.*
     default-language: Haskell2010
-    ghc-options: -W -fdefer-typed-holes
+    ghc-options: -W
     exposed-modules:
         Rapid
