hakyll-dhall 0.2.1.1 → 0.2.1.2
raw patch · 3 files changed
+13/−3 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Hakyll.Web.Dhall: interpretDhallCompiler :: Type a -> Expr Src X -> Compiler a
Files
- CHANGELOG.md +10/−1
- hakyll-dhall.cabal +2/−2
- src/Hakyll/Web/Dhall.hs +1/−0
CHANGELOG.md view
@@ -1,5 +1,14 @@-Changelog+CHANGELOG =========++Version 0.2.1.2+---------------++*October 9, 2018*++<https://github.com/mstksg/backprop/releases/tag/v0.2.1.2>++* Export `interpretDhallCompiler`. Version 0.2.1.1 ---------------
hakyll-dhall.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 33d491cb90dc6d583772d61bdcbf4d9b0376e39fa186ebd8e25f896786b4621b+-- hash: c1e5f19bf61a64a02470c6299324cd3ceb1563b40c298e49a1fecd02f0583eb4 name: hakyll-dhall-version: 0.2.1.1+version: 0.2.1.2 synopsis: Dhall compiler for Hakyll description: Please see the README on GitHub at <https://github.com/mstksg/hakyll-dhall#readme> category: Web
src/Hakyll/Web/Dhall.hs view
@@ -60,6 +60,7 @@ -- ** Resolver Behaviors , DhallResolver(..), DefaultDhallResolver(..), drRemap, drFull -- * Internal Utilities+ , interpretDhallCompiler , parseRawDhallExprWith , resolveDhallImports ) where