packages feed

dhall-openapi 1.0.1 → 1.0.2

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~aesondep ~dhalldep ~megaparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, dhall, megaparsec

API changes (from Hackage documentation)

Files

dhall-openapi.cabal view
@@ -1,6 +1,6 @@ Cabal-Version:  >=1.10 Name:           dhall-openapi-Version:        1.0.1+Version:        1.0.2 Homepage:       https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi Author:         Fabrizio Ferrai Maintainer:     Gabriel439@gmail.com@@ -43,7 +43,7 @@     dhall                                          ,     dhall-openapi                                  ,     filepath                >= 1.4       && < 1.5  ,-    megaparsec              >= 7.0       && < 9.1  ,+    megaparsec              >= 7.0       && < 9.2  ,     optparse-applicative    >= 0.14.3.0  && < 0.17 ,     parser-combinators                             ,      prettyprinter                                  ,@@ -78,7 +78,7 @@     base                    >= 4.11.0.0  && < 5    ,     aeson                   >= 1.0.0.0   && < 1.6  ,     containers              >= 0.5.8.0   && < 0.7  ,-    dhall                   >= 1.38.0    && < 1.40 ,+    dhall                   >= 1.38.0    && < 1.41 ,     prettyprinter           >= 1.7.0     && < 1.8  ,     scientific              >= 0.3.0.0   && < 0.4  ,     sort                    >= 1.0       && < 1.1  ,
src/Dhall/Kubernetes/Convert.hs view
@@ -105,9 +105,9 @@ namespacedObjectFromImport Dhall.Import   { importHashed = Dhall.ImportHashed     { importType = Dhall.Local Dhall.Here Dhall.File-      { file = f , .. }-    , .. }-  , .. } = Just $ Text.replace ".dhall" "" f+      { file = f }+    }+  } = Just $ Text.replace ".dhall" "" f namespacedObjectFromImport _ = Nothing  -- | Get a Dhall Text literal from a lone string