composite-dhall 0.0.4.0 → 0.0.4.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- composite-dhall.cabal +2/−2
README.md view
@@ -50,6 +50,6 @@ newtype TextTemplate a = TextTemplate (Op Text a) deriving newtype (FromDhall) -newtype TextTemplates = TextTemplates {unTemplates :: Rec Template '[A, B]}+newtype TextTemplates = TextTemplates {unTemplates :: Rec TextTemplate '[A, B]} deriving (FromDhall) via (Rec (Op Text) '[A, B]) ```
composite-dhall.cabal view
@@ -5,10 +5,10 @@ -- see: https://github.com/sol/hpack name: composite-dhall-version: 0.0.4.0+version: 0.0.4.1 synopsis: Dhall instances for composite records. description: Dhall instances for composite records.-category: Dhall+category: Composite, Data, Dhall author: Daniel Firth maintainer: dan.firth@homotopic.tech copyright: 2021 Daniel Firth