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.0.3
+version:             1.1.0
 synopsis:            XML/XSD combinators/schemas/codegen
 description:
             Library for generating code from XML schema files, with
@@ -29,12 +29,13 @@
                    Fadno.MusicXml.MusicXml20
   -- other-modules:
   -- other-extensions:
-  build-depends:       Decimal >= 0.4.2 && <0.5
-                     , base >=4.8 && <4.10
-                     , containers >= 0.5.6 && < 0.6
-                     , lens >=4.12 && <4.15
-                     , mtl >= 2.2.1 && < 2.3
-                     , parsec >= 3.1.9 && < 3.2
-                     , xml >= 1.3.12 && <1.4
+  -- 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.*
   hs-source-dirs:      src
   default-language:    Haskell2010
