packages feed

om-elm 2.0.0.7 → 2.0.0.8

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~Cabaldep ~basedep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal, base, template-haskell

API changes (from Hackage documentation)

Files

om-elm.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-elm-version:             2.0.0.7+version:             2.0.0.8 synopsis:            Haskell utilities for building embedded Elm programs. description:         This package provides utilities for serving Elm programs                      directly from your Haskell binary. It uses TemplateHaskell@@ -15,7 +15,7 @@ license-file:        LICENSE author:              Rick Owens maintainer:          rick@owensmurray.com-copyright:           2018 Owens Murray, LLC.+copyright:           2025 Owens Murray, LLC. category:            Web build-type:          Simple extra-source-files:  README.md@@ -37,15 +37,15 @@   -- other-modules:          -- other-extensions:       build-depends:-    , Cabal            >= 3.8.1.0   && < 3.13-    , base             >= 4.15.1.0  && < 4.21+    , Cabal            >= 3.8.1.0   && < 3.15+    , base             >= 4.15.1.0  && < 4.22     , bytestring       >= 0.11.3.1  && < 0.13     , containers       >= 0.6.4.1   && < 0.8     , directory        >= 1.3.6.2   && < 1.4     , http-types       >= 0.12.3    && < 0.13     , safe             >= 0.3.19    && < 0.4     , safe-exceptions  >= 0.1.7.3   && < 0.2-    , template-haskell >= 2.17.0.0  && < 2.23+    , template-haskell >= 2.17.0.0  && < 2.24     , text             >= 2.0.1     && < 2.2     , unix             >= 2.7.2.2   && < 2.9     , wai              >= 3.2.3     && < 3.3