ghci4luatex 0.1.2 → 0.1.3
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~QuickCheckdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, containers
API changes (from Hackage documentation)
- Data.Memoizer.Commands: instance (GHC.Show.Show a, GHC.Show.Show b) => GHC.Show.Show (Data.Memoizer.Commands.CmdMemoizer a b)
- Data.Memoizer.Sessions: instance (GHC.Show.Show a, GHC.Show.Show b, GHC.Show.Show k) => GHC.Show.Show (Data.Memoizer.Sessions.SessionMemoizer k a b)
- System.Process.Ghci: instance GHC.Base.Monoid System.Process.Ghci.GhciResult
- System.Process.Ghci: instance GHC.Base.Semigroup System.Process.Ghci.GhciResult
- System.Process.Ghci: instance GHC.Generics.Generic System.Process.Ghci.GhciResult
- System.Process.Ghci: instance GHC.Show.Show System.Process.Ghci.GhciResult
+ Data.Memoizer.Commands: instance (GHC.Internal.Show.Show a, GHC.Internal.Show.Show b) => GHC.Internal.Show.Show (Data.Memoizer.Commands.CmdMemoizer a b)
+ Data.Memoizer.Sessions: instance (GHC.Internal.Show.Show a, GHC.Internal.Show.Show b, GHC.Internal.Show.Show k) => GHC.Internal.Show.Show (Data.Memoizer.Sessions.SessionMemoizer k a b)
+ System.Process.Ghci: instance GHC.Internal.Base.Monoid System.Process.Ghci.GhciResult
+ System.Process.Ghci: instance GHC.Internal.Base.Semigroup System.Process.Ghci.GhciResult
+ System.Process.Ghci: instance GHC.Internal.Generics.Generic System.Process.Ghci.GhciResult
+ System.Process.Ghci: instance GHC.Internal.Show.Show System.Process.Ghci.GhciResult
Files
- ghci4luatex.cabal +7/−7
ghci4luatex.cabal view
@@ -1,11 +1,11 @@-cabal-version: 2.2 +cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: ghci4luatex-version: 0.1.2+version: 0.1.3 synopsis: A GHCi session in LaTeX description: Please see the README on GitHub at <https://github.com/AliceRixte/ghci4luatex#readme> category: Latex, Program@@ -47,7 +47,7 @@ , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*- , containers >=0.6 && <0.8+ , containers >=0.6 && <0.9 , network-simple ==0.4.* , process >=1.6.18 && <1.7 , stm ==2.5.*@@ -68,7 +68,7 @@ , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*- , containers >=0.6 && <0.8+ , containers >=0.6 && <0.9 , ghci4luatex , network-simple ==0.4.* , process >=1.6.18 && <1.7@@ -87,12 +87,12 @@ test ghc-options: -Wall build-depends:- QuickCheck >=2.14 && <2.17+ QuickCheck >=2.14 && <2.19 , aeson >=2.1 && <2.3 , base >=4.17 && <5 , bytestring >=0.11 && <0.13 , cmdargs ==0.10.*- , containers >=0.6 && <0.8+ , containers >=0.6 && <0.9 , ghci4luatex , hspec >=2.10 && <2.12 , network-simple ==0.4.*