ghci4luatex 0.1 → 0.1.1
raw patch · 5 files changed
+12/−6 lines, 5 filesdep ~QuickCheckdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hspec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- README.md +1/−1
- doc/ghci-doc.pdf binary
- doc/ghci-doc.tex +3/−1
- ghci4luatex.cabal +3/−3
CHANGELOG.md view
@@ -11,6 +11,10 @@ * A server that executes GHCi commands and memoizes the results * A LuaTeX package that sends commands to that server -# 0.1 - 2025-07-07+## 0.1 - 2025-07-07 * Fix missing test for `cabal install ghci4luatex`++## 0.1.1 - 2025-07-10++* Bump Quickcheck version for stackage upload
README.md view
@@ -1,6 +1,6 @@ # ghci4luatex : a GHCi session in LuaTeX -[](https://haskell.org) [](https://hackage.haskell.org/package/ghci4luatex) [](https://github.com/AliceRixte/ghci4luatex/LICENSE)+[](https://haskell.org) [](https://github.com/AliceRixte/ghci4luatex/LICENSE) [](https://hackage.haskell.org/package/ghci4luatex) [](https://www.stackage.org/nightly/package/ghci4luatex) [](https://www.stackage.org/lts/package/ghci4luatex) Run a GHCi session within a LaTeX document :
doc/ghci-doc.pdf view
binary file changed (86202 → 86325 bytes)
doc/ghci-doc.tex view
@@ -268,7 +268,8 @@ \begin{lstlisting}{language=[AlLaTeX]TeX} \begin{ghci}- :set -XOverloadedStrings+ {-# LANGUAGE OverloadedStrings #-}+ {-# LANGUAGE OverloadedLists #-} \end{ghci} \end{lstlisting} @@ -280,6 +281,7 @@ :set -XOverloadedLists \end{ghci} \end{lstlisting}+ \end{warningbox}
ghci4luatex.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: ghci4luatex-version: 0.1+version: 0.1.1 synopsis: A GHCi session in LaTeX description: Please see the README on GitHub at <https://github.com/AliceRixte/pandia/blob/main/ghci4luatex#readme> category: Latex, Program@@ -87,14 +87,14 @@ test ghc-options: -Wall build-depends:- QuickCheck ==2.14.*+ QuickCheck >=2.14 && <2.17 , aeson ==2.2.* , base >=4.18 && <5 , bytestring ==0.12.* , cmdargs ==0.10.* , containers >=0.6 && <0.8 , ghci4luatex- , hspec >=2.11+ , hspec ==2.11.* , network-simple ==0.4.* , process >=1.6.25 && <1.7 , stm ==2.5.*