packages feed

autoexporter 2.0.0.14 → 2.0.0.15

raw patch · 1 files changed

+1/−1 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Autoexporter: instance GHC.Exception.Type.Exception Autoexporter.InvalidArguments
- Autoexporter: instance GHC.Exception.Type.Exception Autoexporter.InvalidModuleName
- Autoexporter: instance GHC.Show.Show Autoexporter.Depth
- Autoexporter: instance GHC.Show.Show Autoexporter.InvalidArguments
- Autoexporter: instance GHC.Show.Show Autoexporter.InvalidModuleName
+ Autoexporter: instance GHC.Internal.Exception.Type.Exception Autoexporter.InvalidArguments
+ Autoexporter: instance GHC.Internal.Exception.Type.Exception Autoexporter.InvalidModuleName
+ Autoexporter: instance GHC.Internal.Show.Show Autoexporter.Depth
+ Autoexporter: instance GHC.Internal.Show.Show Autoexporter.InvalidArguments
+ Autoexporter: instance GHC.Internal.Show.Show Autoexporter.InvalidModuleName

Files

autoexporter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: autoexporter-version: 2.0.0.14+version: 2.0.0.15 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. build-type: Simple