dhall-openapi 1.0.5 → 1.0.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~containersdep ~dhall
Dependency ranges changed: aeson, containers, dhall, filepath, optparse-applicative, text
Files
- dhall-openapi.cabal +3/−3
dhall-openapi.cabal view
@@ -1,9 +1,9 @@ Cabal-Version: 1.11 Name: dhall-openapi-Version: 1.0.5+Version: 1.0.6 Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi Author: Fabrizio Ferrai-Maintainer: Gabriel439@gmail.com+Maintainer: GenuineGabriella@gmail.com Copyright: 2019 Fabrizio Ferrai License: BSD3 License-File: LICENSE@@ -79,7 +79,7 @@ base >= 4.11.0.0 && < 5 , aeson >= 1.0.0.0 && < 2.2 , containers >= 0.5.8.0 && < 0.7 ,- dhall >= 1.38.0 && < 1.42 ,+ dhall >= 1.38.0 && < 1.43 , prettyprinter >= 1.7.0 && < 1.8 , scientific >= 0.3.0.0 && < 0.4 , sort >= 1.0 && < 1.1 ,