packages feed

literatex 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+9/−2 lines, 2 filesdep ~ttcPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ttc

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,13 @@  [KaC]: <https://keepachangelog.com/en/1.0.0/> +## 0.1.0.1 (2021-06-03)++### Non-Breaking++* Use `docker-pkg` scripts to build packages+* Bump `ttc` dependency version upper bound+ ## 0.1.0.0 (2021-05-26)  ### Breaking
literatex.cabal view
@@ -1,5 +1,5 @@ name:           literatex-version:        0.1.0.0+version:        0.1.0.1 category:       Utils synopsis:       transform literate source code to Markdown description:@@ -60,7 +60,7 @@     , bytestring >=0.10.8 && <0.12     , conduit >=1.3 && <1.4     , text >=1.2.3 && <1.3-    , ttc >=0.4 && <0.5+    , ttc >=0.4 && <1.1     , unliftio >=0.2 && <0.3   default-language: Haskell2010   default-extensions: