ghci4luatex 0.1.3 → 0.1.4
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- ghci4luatex.cabal +4/−4
ghci4luatex.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: ghci4luatex-version: 0.1.3+version: 0.1.4 synopsis: A GHCi session in LaTeX description: Please see the README on GitHub at <https://github.com/AliceRixte/ghci4luatex#readme> category: Latex, Program@@ -43,7 +43,7 @@ src ghc-options: -Wall build-depends:- aeson >=2.1 && <2.3+ aeson >=2.1 && <2.4 , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*@@ -64,7 +64,7 @@ app ghc-options: -Wall -rtsopts -with-rtsopts=-N -threaded build-depends:- aeson >=2.1 && <2.3+ aeson >=2.1 && <2.4 , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*@@ -88,7 +88,7 @@ ghc-options: -Wall build-depends: QuickCheck >=2.14 && <2.19- , aeson >=2.1 && <2.3+ , aeson >=2.1 && <2.4 , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*