dhall-openapi 1.0.0 → 1.0.1
raw patch · 3 files changed
+5/−8 lines, 3 filesdep ~dhalldep ~megaparsecsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall, megaparsec
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- dhall-openapi.cabal +2/−2
- openapi-to-dhall/Main.hs +3/−4
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
dhall-openapi.cabal view
@@ -1,6 +1,6 @@ Cabal-Version: >=1.10 Name: dhall-openapi-Version: 1.0.0+Version: 1.0.1 Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi Author: Fabrizio Ferrai Maintainer: Gabriel439@gmail.com@@ -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.39 ,+ dhall >= 1.38.0 && < 1.40 , prettyprinter >= 1.7.0 && < 1.8 , scientific >= 0.3.0.0 && < 0.4 , sort >= 1.0 && < 1.1 ,
openapi-to-dhall/Main.hs view
@@ -75,10 +75,9 @@ let outputMode = Dhall.Util.Write - let input =- Dhall.Util.PossiblyTransitiveInputFile- path- Dhall.Util.NonTransitive+ let inputs = pure (Dhall.Util.InputFile path)++ let transitivity = Dhall.Util.NonTransitive let formatOptions = Dhall.Format.Format{..}