diff --git a/benchpress.cabal b/benchpress.cabal
--- a/benchpress.cabal
+++ b/benchpress.cabal
@@ -1,5 +1,5 @@
 name:           benchpress
-version:        0.2.2.13
+version:        0.2.2.14
 synopsis:       Micro-benchmarking with detailed statistics.
 Description:    Benchmarks actions and produces statistics
                 such as min, mean, median, standard deviation,
@@ -11,7 +11,7 @@
 author:         Johan Tibell
 maintainer:     me@willsewell.com
 build-type:     Simple
-cabal-version:  >= 1.2
+cabal-version:  >= 1.10
 category:       Testing
 homepage:       https://github.com/WillSewell/benchpress
 
@@ -20,9 +20,11 @@
 
   other-modules:  Math.Statistics
 
-  build-depends:  base >= 2.0 && < 4.14,
+  build-depends:  base >= 2.0 && < 4.15,
                   mtl >= 1 && < 2.3,
                   time >= 1 && < 1.10
+  
+  default-language:  Haskell2010
 
   ghc-options:  -funbox-strict-fields -Wall
 
@@ -36,6 +38,9 @@
   hs-source-dirs:  example, .
 
   build-depends:  base,
-                  bytestring
+                  bytestring,
+                  time
+
+  default-language:  Haskell2010
 
   ghc-options:  -funbox-strict-fields -Wall
