ogma-language-xmlspec 1.7.0 → 1.8.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ogma-specPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ogma-spec
API changes (from Hackage documentation)
- Language.XMLSpec.Parser: swapMaybeExceptT :: Monad m => Maybe (ExceptT a m b) -> ExceptT a m (Maybe b)
+ Language.XMLSpec.Parser: swapMaybeExceptT :: forall (m :: Type -> Type) a b. Monad m => Maybe (ExceptT a m b) -> ExceptT a m (Maybe b)
Files
- CHANGELOG.md +4/−0
- ogma-language-xmlspec.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ogma-language-xmlspec +## [1.8.0] - 2025-07-13++* Version bump 1.8.0 (#275).+ ## [1.7.0] - 2025-03-21 * Version bump 1.7.0 (#269).
ogma-language-xmlspec.cabal view
@@ -32,7 +32,7 @@ build-type: Simple name: ogma-language-xmlspec-version: 1.7.0+version: 1.8.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf@@ -71,7 +71,7 @@ , hxt-xpath >= 8.5 && < 9.2 , pretty >= 1.1 && < 1.2 - , ogma-spec >= 1.7.0 && < 1.8+ , ogma-spec >= 1.8.0 && < 1.9 hs-source-dirs: src