packages feed

fadno-xml 1.1.0 → 1.1.1

raw patch · 1 files changed

+8/−9 lines, 1 filesdep ~Decimaldep ~basedep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: Decimal, base, lens

API changes (from Hackage documentation)

- Fadno.Xml.ParseXsd: refvalue :: forall a_aiip a_aoM3. Traversal (Ref a_aiip) (Ref a_aoM3) a_aiip a_aoM3
+ Fadno.Xml.ParseXsd: refvalue :: forall a_a7SCa a_a7Xmw. Traversal (Ref a_a7SCa) (Ref a_a7Xmw) a_a7SCa a_a7Xmw
- Fadno.Xml.ParseXsd: resolved :: forall a_aiip. Traversal' (Ref a_aiip) QN
+ Fadno.Xml.ParseXsd: resolved :: forall a_a7SCa. Traversal' (Ref a_a7SCa) QN
- Fadno.Xml.ParseXsd: unresolved :: forall a_aiip. Traversal' (Ref a_aiip) QN
+ Fadno.Xml.ParseXsd: unresolved :: forall a_a7SCa. Traversal' (Ref a_a7SCa) QN

Files

fadno-xml.cabal view
@@ -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