diff --git a/med-module.cabal b/med-module.cabal
--- a/med-module.cabal
+++ b/med-module.cabal
@@ -1,5 +1,5 @@
 Name:                med-module
-Version:             0.1.2.1
+Version:             0.1.2.2
 Synopsis:            Parse song module files from Amiga MED and OctaMED
 Description:
   MED (Music EDitor) and its successor OctaMED
@@ -29,13 +29,13 @@
 Cabal-Version:       >=1.10
 
 Source-Repository this
-  Tag:         0.1.2.1
+  Tag:         0.1.2.2
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/med-module
+  Location:    https://hub.darcs.net/thielema/med-module
 
 Source-Repository head
   Type:        darcs
-  Location:    http://hub.darcs.net/thielema/med-module
+  Location:    https://hub.darcs.net/thielema/med-module
 
 Flag buildExamples
   description: Build example executables
@@ -89,9 +89,9 @@
 
   Hs-Source-Dirs: src
   Build-Depends:
-    transformers >=0.3 && <0.6,
+    transformers >=0.3 && <0.7,
     storable-endian >=0.2.6 && <0.3,
-    bytestring >=0.9.2 && <0.11,
+    bytestring >=0.9.2 && <0.12,
     utility-ht >=0.0.12 && <0.1
   If impl(ghc<8.8)
     Hs-Source-Dirs: src-fail/before-4.13
@@ -123,10 +123,10 @@
     Build-Depends:
       med-module,
       hps >=0.15 && <0.16,
-      optparse-applicative >=0.11 && <0.16,
+      optparse-applicative >=0.11 && <0.18,
       filepath >=1.3 && <1.5,
       array >=0.4 && <0.6,
-      transformers >=0.3 && <0.6,
+      transformers >=0.3 && <0.7,
       non-empty >=0.2 && <0.4,
       utility-ht >=0.0.10 && <0.1,
       base >=4.5 && <5
