XMLParser 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- XMLParser.cabal +2/−2
XMLParser.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.2+version: 0.1.0.3 -- A short (one-line) description of the package. synopsis: A library to parse xml@@ -60,7 +60,7 @@ other-extensions: NoMonomorphismRestriction, FlexibleContexts -- Other library packages from which modules are imported.- build-depends: base >=4.9 && <4.10, parsec >=3.1 && <3.2+ build-depends: base >= 4 && <4.10, parsec >=3.1 && <3.2 -- Directories containing source files. -- hs-source-dirs: