dhall-docs 1.0.2 → 1.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~cryptonitedep ~dhalldep ~tastyPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: cryptonite, dhall, tasty, tasty-silver
API changes (from Hackage documentation)
- Dhall.Docs.Core: parseComments :: String -> Text -> [DhallComment 'RawComment]
+ Dhall.Docs.Core: parseComments :: String -> Text -> [DhallComment 'RawComment]
Files
- CHANGELOG.md +4/−0
- dhall-docs.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.0.3++* Build against `dhall-1.37.0`+ 1.0.2 * [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
dhall-docs.cabal view
@@ -1,5 +1,5 @@ Name: dhall-docs-Version: 1.0.2+Version: 1.0.3 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.6.1@@ -65,7 +65,7 @@ containers , cryptonite < 0.28, directory >= 1.3.0.0 && < 1.4 ,- dhall >= 1.35.0 && < 1.37,+ dhall >= 1.35.0 && < 1.38, file-embed >= 0.0.10.0 , filepath >= 1.4 && < 1.5 , lens-family-core >= 1.0.0 && < 2.2 ,