packages feed

texbuilder 0.1.1.1 → 0.1.1.2

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~ansi-wl-pprint

Dependency ranges changed: ansi-wl-pprint

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for tex-builder +0.1.1.2+---+* Adjust wrong lower bound for ansi-wl-pprint in cabal file.+ 0.1.1.1 --- * Changes to README
README.md view
@@ -5,9 +5,9 @@ reader while editing it in your favorite editor. When you save your document, it will recompile it, overwrite the output pdf file and send a signal to your pdf reader to reload the file.-This effectively allows for a "continous preview"-like experience.+This effectively allows for a "continuous preview"-like experience. -This will run with *mupdf* and *on Linux* only at the moment.+This will run with *mupdf* and *only on Linux* at the moment.  ## Prerequisites and Dependencies   * linux (we use inotify)@@ -37,7 +37,7 @@ texbuilder -t thesis.tex ``` By default texbuilder will use a fresh environment for every compile run. This may-sound wasteful, but is quite feasible with average sized tex files on modern harware.+sound wasteful, but is quite feasible with average sized tex files on modern hardware. And it does avoid problems with messed up state, when something goes wrong.  Still if you do have problems with performance, use the ` --stateful ` flag.
texbuilder.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                texbuilder-version:             0.1.1.1+version:             0.1.1.2 synopsis:            View your latex output while editing description:            This program allows you to view your latex document in your pdf viewer while @@ -55,7 +55,7 @@   build-depends:       containers           >= 0.5.7 && < 0.6   build-depends:       cryptonite           >= 0.23 && <= 0.24   build-depends:       deepseq              >= 1.4.2 && < 1.5-  build-depends:       ansi-wl-pprint       >= 0.6.7 && < 0.7+  build-depends:       ansi-wl-pprint       >= 0.6.8 && < 0.7   build-depends:       extra                >= 1.5.3 && < 1.7      -- hs-source-dirs: