om-elm 1.0.0.1 → 1.0.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~Cabaldep ~basedep ~http-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base, http-types, template-haskell
API changes (from Hackage documentation)
Files
- om-elm.cabal +5/−5
om-elm.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: om-elm-version: 1.0.0.1+version: 1.0.0.3 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@@ -29,15 +29,15 @@ -- other-modules: -- other-extensions: build-depends:- Cabal >= 2.0.1.1 && < 2.1,- base >= 4.9 && < 4.11,+ Cabal >= 2.0.1.1 && < 2.3,+ base >= 4.9 && < 4.12, bytestring >= 0.10.8.1 && < 0.11, containers >= 0.5.7.1 && < 0.6, directory >= 1.3.0.0 && < 1.4,- http-types >= 0.9.1 && < 0.10,+ http-types >= 0.9.1 && < 0.13, safe >= 0.3.15 && < 0.4, safe-exceptions >= 0.1.6.0 && < 0.2,- template-haskell >= 2.11.1.0 && < 2.13,+ template-haskell >= 2.11.1.0 && < 2.14, text >= 1.2.2.2 && < 1.3, unix >= 2.7.2.1 && < 2.8, wai >= 3.2.1.1 && < 3.3