diff --git a/order-statistics.cabal b/order-statistics.cabal
--- a/order-statistics.cabal
+++ b/order-statistics.cabal
@@ -1,6 +1,6 @@
 name:          order-statistics
 category:      Statistics
-version:       0.1.0.4
+version:       0.1.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -26,9 +26,9 @@
 
   build-depends:
     base           >= 4      && < 5,
-    statistics     == 0.10.*,
+    statistics     == 0.13.*,
     math-functions == 0.1.*,
-    vector         == 0.9.*,
+    vector         == 0.10.*,
     vector-space   == 0.8.*,
     containers     >= 0.4.2 && < 0.6
 
