hatex-guide 1.3.1.4 → 1.3.1.5
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
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,1,4] []+guideVersion = Version [1,3,1,5] []
Text/LaTeX/Guide/Backend/HTML.hs view
@@ -22,6 +22,10 @@ -- Time import Data.Time +#ifndef MIN_VERSION_base+#define MIN_VERSION_base(x,y,z) 0+#endif+ #if !MIN_VERSION_base(4,8,0) import Control.Applicative ((<$>)) #endif
hatex-guide.cabal view
@@ -1,5 +1,5 @@ Name: hatex-guide-Version: 1.3.1.4+Version: 1.3.1.5 Author: Daniel Díaz Build-type: Custom Category: LaTeX