haskintex 0.5.0.1 → 0.5.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- haskintex.cabal +2/−2
haskintex.cabal view
@@ -1,5 +1,5 @@ name: haskintex-version: 0.5.0.1+version: 0.5.0.2 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@@ -39,7 +39,7 @@ library default-language: Haskell2010 build-depends: base >= 4.7 && < 5- , transformers == 0.3.*+ , transformers >= 0.3.0.0 , text >= 0.11.2.3 && < 2 , bytestring >= 0.10.4 , directory >= 1.2.0 && < 1.3