diff --git a/FComp.cabal b/FComp.cabal
--- a/FComp.cabal
+++ b/FComp.cabal
@@ -1,5 +1,5 @@
 name:                   FComp
-version:                1.0
+version:                1.0.1
 synopsis:               Compose music
 description:            Compose music
 
@@ -48,11 +48,11 @@
 
   main-is:              Main.hs
 
-  build-depends:        base >= 4.2 && < 4.7, template-haskell >=2.4 && <2.9,
+  build-depends:        base >= 4.2 && < 4.8, template-haskell >=2.4 && <3,
                         array, deepseq, mtl,
                         ListLike >= 3.0.1, binary >= 0.6.4,
                         uu-parsinglib == 2.7.4.*, HarmTrace-Base == 1.*,
-                        instant-generics >= 0.4, ghc-prim >= 0.2,
+                        instant-generics >= 0.4.1, ghc-prim >= 0.2,
                         haskore >= 0.2.0.3, midi >= 0.2.1.1, random >= 1.0,
                         time >= 1.4
 
@@ -71,7 +71,7 @@
 -- Note the extreme duplication of information
 -- I don't think there's much we can do about that
 
-  build-depends:        base >= 4.2 && < 4.7, template-haskell >=2.4 && <2.9,
+  build-depends:        base >= 4.2 && < 4.8, template-haskell >=2.4 && <3,
                         array, deepseq, mtl,
                         ListLike >= 3.0.1, binary >= 0.6.4,
                         uu-parsinglib == 2.7.4.*, HarmTrace-Base == 1.*,
