diff --git a/Aoide.cabal b/Aoide.cabal
--- a/Aoide.cabal
+++ b/Aoide.cabal
@@ -14,14 +14,14 @@
 maintainer: liisikerik@hotmail.com
 name: Aoide
 synopsis: A simple music library with the capability of generating .ly and .mid files.
-version: 0.1.0.1
+version: 0.1.0.2
 library
   build-depends:
     base >= 4.12.0 && < 4.15,
-    bytestring >= 0.10.10 && < 0.11,
+    bytestring >= 0.10.8 && < 0.11,
     mtl >= 2.2.2 && < 2.3,
-    process >= 1.6.8 && < 1.7,
-    template-haskell >= 2.16.0 && < 2.17
+    process >= 1.6.3 && < 1.7,
+    template-haskell >= 2.14.0 && < 2.17
   default-language: Haskell2010
   exposed-modules: Composition.Lilypond, Composition.Midi, Composition.Notes, Composition.Theory
   other-extensions: DeriveLift, NegativeLiterals, StandaloneDeriving, TemplateHaskell
