packages feed

file-embed 0.0.11.1 → 0.0.11.2

raw patch · 3 files changed

+6/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for file-embed +## 0.0.11.2++* Haddock markup fix+ ## 0.0.11.1  * Support GHC 8.10
Data/FileEmbed.hs view
@@ -369,9 +369,7 @@ -- finds the first parent directory with a .cabal file, and uses that as the -- root directory for fixing the relative path. ----- @@@--- $(makeRelativeToProject "data/foo.txt" >>= embedFile)--- @@@+-- @$(makeRelativeToProject "data/foo.txt" >>= embedFile)@ -- -- @since 0.0.10 makeRelativeToProject :: FilePath -> Q FilePath
file-embed.cabal view
@@ -1,5 +1,5 @@ name:            file-embed-version:         0.0.11.1+version:         0.0.11.2 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>