pandoc-dhall-decoder 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- pandoc-dhall-decoder.cabal +1/−2
README.md view
@@ -5,7 +5,7 @@ You should use newtypes like so: ```-newtype MyDoc = Project Pandoc+newtype MyDoc = MyDoc Pandoc deriving stock (Eq, Show, Generic) instance D.FromDhall MyDoc where
pandoc-dhall-decoder.cabal view
@@ -5,9 +5,8 @@ -- see: https://github.com/sol/hpack name: pandoc-dhall-decoder-version: 0.1.0.0+version: 0.1.0.1 synopsis: Decodes pandoc to dhall.-description: Please see the README on GitHub at <https://github.com/githubuser/pandoc-dhall-decoder#readme> category: dhall pandoc author: Daniel Firth maintainer: dan.firth@homotopic.tech