doctemplates 0.3 → 0.3.0.1
raw patch · 3 files changed
+11/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +8/−0
- doctemplates.cabal +2/−2
- test/test.hs +1/−0
changelog.md view
@@ -1,5 +1,13 @@ # doctemplates +## 0.3.0.1++* Bump lower bound on base to 4.9, drop support for ghc 7.10.++* Add needed import for older base versions.++* Add test.hs to repository.+ ## 0.3 * Note that all of the changes to template syntax described
doctemplates.cabal view
@@ -1,5 +1,5 @@ name: doctemplates-version: 0.3+version: 0.3.0.1 synopsis: Pandoc-style document templates description: A simple text templating system used by pandoc. homepage: https://github.com/jgm/doctemplates#readme@@ -21,7 +21,7 @@ library hs-source-dirs: src exposed-modules: Text.DocTemplates- build-depends: base >= 4.7 && < 5,+ build-depends: base >= 4.9 && < 5, aeson, text, containers,
test/test.hs view
@@ -14,6 +14,7 @@ import Control.Monad.Identity import System.FilePath.Glob import qualified Data.ByteString.Lazy as BL+import Data.Semigroup ((<>)) main :: IO () main = withTempDirectory "test" "out." $ \tmpdir -> do