diff --git a/fadno-xml.cabal b/fadno-xml.cabal
--- a/fadno-xml.cabal
+++ b/fadno-xml.cabal
@@ -1,5 +1,5 @@
 name:                fadno-xml
-version:             1.1.0
+version:             1.1.1
 synopsis:            XML/XSD combinators/schemas/codegen
 description:
             Library for generating code from XML schema files, with
@@ -29,13 +29,12 @@
                    Fadno.MusicXml.MusicXml20
   -- other-modules:
   -- other-extensions:
-  -- deps for stack lts 9.5
-  build-depends:       Decimal == 0.4.*
-                     , base == 4.9.*
-                     , containers == 0.5.*
-                     , lens == 4.15.*
-                     , mtl == 2.2.*
-                     , parsec == 3.1.*
-                     , xml == 1.3.*
+  build-depends:       Decimal >= 0.4 && < 0.6
+                     , base >= 4.9 && < 4.11
+                     , containers >= 0.5 && < 0.6
+                     , lens >= 4.15 && < 4.17
+                     , mtl >= 2.2 && < 2.3
+                     , parsec >= 3.1 && < 3.2
+                     , xml >= 1.3 && < 1.4
   hs-source-dirs:      src
   default-language:    Haskell2010
