fadno-xml 1.0.3 → 1.1.0
raw patch · 1 files changed
+9/−8 lines, 1 filesdep ~Decimaldep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Decimal, base, containers, lens, mtl, parsec, xml
API changes (from Hackage documentation)
- Fadno.Xml.ParseXsd: refvalue :: forall a_a8uqI a_a8x90. Traversal (Ref a_a8uqI) (Ref a_a8x90) a_a8uqI a_a8x90
+ Fadno.Xml.ParseXsd: refvalue :: forall a_aiip a_aoM3. Traversal (Ref a_aiip) (Ref a_aoM3) a_aiip a_aoM3
- Fadno.Xml.ParseXsd: resolved :: forall a_a8uqI. Traversal' (Ref a_a8uqI) QN
+ Fadno.Xml.ParseXsd: resolved :: forall a_aiip. Traversal' (Ref a_aiip) QN
- Fadno.Xml.ParseXsd: unresolved :: forall a_a8uqI. Traversal' (Ref a_a8uqI) QN
+ Fadno.Xml.ParseXsd: unresolved :: forall a_aiip. Traversal' (Ref a_aiip) QN
Files
- fadno-xml.cabal +9/−8
fadno-xml.cabal view
@@ -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