packages feed

haskintex 0.8.0.2 → 0.8.0.3

raw patch · 3 files changed

+9/−8 lines, 3 filesdep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,8 @@+## 0.8.0.3+* Metadata update.+* Increase upper-bound on filepath to `< 1.6`.+* Drop GitLab CI.+ ## 0.8.0.2 * Metadata update. * Allow more recent versions of `text`.
haskintex.cabal view
@@ -1,5 +1,5 @@ name:                haskintex-version:             0.8.0.2+version:             0.8.0.3 synopsis:            Haskell Evaluation inside of LaTeX code. description:   The /haskintex/ (Haskell in LaTeX) program is a tool that reads a LaTeX file and evaluates Haskell expressions contained@@ -8,12 +8,10 @@   Additionally, it is possible to include expressions of 'LaTeX' type (see /HaTeX/ package) and render them as LaTeX code.   You can freely add any Haskell code you need, and make this code appear /optionally/ in the LaTeX output. It is a tiny program,   and therefore, easy to understand, use and predict.-homepage:            https://daniel-casanueva.gitlab.io/haskell/haskintex-bug-reports:         https://gitlab.com/daniel-casanueva/haskell/haskintex/-/issues+bug-reports:         https://codeberg.org/daniel-casanueva/haskintex/issues license:             BSD3 license-file:        LICENSE-author:              Daniel Casanueva (daniel.casanueva `at` proton.me)-maintainer:          Daniel Casanueva (daniel.casanueva `at` proton.me)+maintainer:          Daniel Casanueva (coding `at` danielcasanueva.eu) category:            LaTeX build-type:          Simple extra-doc-files:     readme.md, changelog.md@@ -42,7 +40,7 @@                , text >= 0.11.2.3                , bytestring >= 0.10.4                , directory >= 1.2.0 && < 1.4-               , filepath >= 1.1.0 && < 1.5+               , filepath >= 1.1.0 && < 1.6                , process >= 1.2.0                , HaTeX >= 3.9.0.0                , parsec >= 3.1.2
readme.md view
@@ -5,5 +5,3 @@ extension and, in brief, anything you can do within Haskell. You can freely add any Haskell code you need, and make this code appear *optionally* in the LaTeX output. It is a tiny program, and therefore, easy to understand, use and predict.--For more details, read the [homepage of the project](https://daniel-casanueva.gitlab.io/haskell/haskintex).