diff --git a/opentheory-char.cabal b/opentheory-char.cabal
--- a/opentheory-char.cabal
+++ b/opentheory-char.cabal
@@ -1,5 +1,5 @@
 name: opentheory-char
-version: 1.39
+version: 1.41
 category: Text
 synopsis: Unicode characters
 license: MIT
@@ -10,7 +10,7 @@
 maintainer: Joe Leslie-Hurd <joe@gilith.com>
 description:
   Unicode characters - automatically generated from the opentheory package
-  haskell-char-1.39
+  haskell-char-1.41
 
 library
   build-depends:
@@ -18,8 +18,8 @@
     random >= 1.0.1.1 && < 2.0,
     QuickCheck >= 2.4.0.1 && < 3.0,
     opentheory-primitive >= 1.0 && < 2.0,
-    opentheory >= 1.73 && <= 1.74,
-    opentheory-parser >= 1.94 && <= 1.115
+    opentheory >= 1.73 && <= 1.76,
+    opentheory-parser >= 1.94 && <= 1.117
 
   hs-source-dirs: src
 
@@ -35,8 +35,8 @@
     random >= 1.0.1.1 && < 2.0,
     QuickCheck >= 2.4.0.1 && < 3.0,
     opentheory-primitive >= 1.0 && < 2.0,
-    opentheory >= 1.73 && <= 1.74,
-    opentheory-parser >= 1.94 && <= 1.115
+    opentheory >= 1.73 && <= 1.76,
+    opentheory-parser >= 1.94 && <= 1.117
 
   hs-source-dirs: src, testsrc
 
