dhall-docs 1.0.10 → 1.0.11
raw patch · 3 files changed
+13/−7 lines, 3 filesdep ~dhalldep ~filepathdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall, filepath, optparse-applicative, tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- LICENSE +1/−1
- dhall-docs.cabal +6/−6
CHANGELOG.md view
@@ -1,3 +1,9 @@+1.0.11++* Build against `dhall-1.42`+* [Build against `turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2465)+* [Build against `transformers-0.6` and `mtl-2.3`](https://github.com/dhall-lang/dhall-haskell/pull/2471)+ 1.0.10 * [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2020 Gabriel Gonzalez+Copyright (c) 2020 Gabriella Gonzalez All rights reserved. Redistribution and use in source and binary forms, with or without
dhall-docs.cabal view
@@ -1,12 +1,12 @@ Name: dhall-docs-Version: 1.0.10+Version: 1.0.11 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2020 Germán Robayo Author: Germán Robayo-Maintainer: Gabriel439@gmail.com+Maintainer: GenuineGabriella@gmail.com Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues Synopsis: Generate HTML docs from a dhall package Description:@@ -69,7 +69,7 @@ containers , cryptohash-sha256 , directory >= 1.3.0.0 && < 1.4 ,- dhall >= 1.38.0 && < 1.42,+ dhall >= 1.38.0 && < 1.43, file-embed >= 0.0.10.0 , filepath >= 1.4 && < 1.5 , lens-family-core >= 1.0.0 && < 2.2 ,@@ -82,8 +82,8 @@ path-io >= 1.6.0 && < 2 , prettyprinter >= 1.7.0 && < 1.8 , text >= 0.11.1.0 && < 2.1 ,- transformers >= 0.2.0.0 && < 0.6 ,- mtl >= 2.2.1 && < 2.3 ,+ transformers >= 0.2.0.0 && < 0.7 ,+ mtl >= 2.2.1 && < 2.4 , optparse-applicative >= 0.14.0.0 && < 0.18 Exposed-Modules: Dhall.Docs@@ -150,7 +150,7 @@ tasty < 1.5 , tasty-silver < 3.4 , tasty-hunit >= 0.10 && < 0.11,- turtle < 1.6 ,+ turtle < 1.7 , text GHC-Options: -Wall Default-Language: Haskell2010