hatex-guide 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+4/−2 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +3/−1
- hatex-guide.cabal +1/−1
Setup.hs view
@@ -25,7 +25,9 @@ mapM_ (\r -> let fp = "res" </> r in copyFile fp $ d </> fp) otherResources -- Write aux module- getAux >>= writeFile ("Text" </> "LaTeX" </> "Guide" </> "Aux" <.> "hs") . auxmodule+ let dg = "Text" </> "LaTeX" </> "Guide"+ createDirectoryIfMissing True dg+ getAux >>= writeFile (dg </> "Aux" <.> "hs") . auxmodule -- defaultMain
hatex-guide.cabal view
@@ -1,5 +1,5 @@ Name: hatex-guide-Version: 1.0.1.1+Version: 1.0.1.2 Author: Daniel Díaz Build-type: Custom Category: LaTeX