diff --git a/H.cabal b/H.cabal
--- a/H.cabal
+++ b/H.cabal
@@ -1,12 +1,11 @@
 name:                H
-version:             0.9.0.1
+version:             1.0.0
 license:             BSD3
 license-file:        LICENSE
 copyright:           Copyright (c) 2013-2015 Amgen, Inc.
-                     Copyright (c) 2015 Tweag I/O Limited.
+                     Copyright (c) 2015-2018 Tweag I/O Limited.
 author:              Mathieu Boespflug, Facundo Dominguez, Alexander Vershilov
 maintainer:          Mathieu Boespflug <m@tweag.io>
-cabal-version:       >=1.10
 build-type:          Simple
 Category:            FFI
 Synopsis:            The Haskell/R mixed programming environment.
@@ -24,13 +23,13 @@
   main-is:             H.hs
   other-modules:       Paths_H
   build-depends:       base >= 4.6 && < 5
-                     , bytestring >= 0.10
-                     , cmdargs >= 0.10.5
-                     , file-embed >= 0.0.7
-                     , inline-r >= 0.9 && < 0.10
-                     , pretty >= 1.1
-                     , process >= 1.2
-                     , temporary >= 1.2.0.3
-                     , vector >= 0.10
+                     , bytestring >= 0.10 && <0.12
+                     , cmdargs >= 0.10.5 && <0.11
+                     , file-embed >= 0.0.7 && <0.1
+                     , inline-r >= 0.9 && <1.1
+                     , pretty >= 1.1 && <1.2
+                     , process >= 1.2 && <1.7
+                     , temporary >= 1.2.0.3 && <1.4
+                     , vector >= 0.10 && <0.14
   default-language:    Haskell2010
   ghc-options:         -Wall -threaded
