hatex-guide 1.3.0.1 → 1.3.1.0
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~HaTeX
Dependency ranges changed: HaTeX
Files
Text/LaTeX/Guide/Auto.hs view
@@ -7,4 +7,4 @@ -- | The version of the guide. Based on the version of the package. guideVersion :: Version-guideVersion = Version [1,3,0,1] []+guideVersion = Version [1,3,1,0] []
Text/LaTeX/Guide/Backend/Wiki.hs view
@@ -44,7 +44,7 @@ in d <> syntaxWiki s <> d syntaxWiki (Code b t) = let f = tag $ if b then "hask" else "haskell"- in text $ f t+ in (text $ f t) <> (if b then mempty else text "\n\n") syntaxWiki (URL t) = text t -- Images no supported. syntaxWiki (IMG _) = mempty
hatex-guide.cabal view
@@ -1,5 +1,5 @@ Name: hatex-guide-Version: 1.3.0.1+Version: 1.3.1.0 Author: Daniel Díaz Build-type: Custom Category: LaTeX@@ -32,7 +32,7 @@ Library Build-depends: base == 4.*- , HaTeX >= 3.7.0.0 && < 3.11.0.0+ , HaTeX >= 3.7.0.0 , text >= 0.11 && < 2 , filepath >= 1.1.0.0 && < 1.4 , parsec >= 3.1.2 && < 3.2