Fix type for maps with non-string keys #121
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, haskell/actions/setup@v2, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup Haskell Stack
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Build:
src/Data/Aeson/TypeScript/Instances.hs#L4
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
|
Build:
src/Data/Aeson/TypeScript/Instances.hs#L4
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
|
Build:
src/Data/Aeson/TypeScript/Util.hs#L186
Top-level binding with no type signature:
|
Build:
src/Data/Aeson/TypeScript/TH.hs#L148
The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing
|
Build:
src/Data/Aeson/TypeScript/TH.hs#L291
Pattern match(es) are non-exhaustive
|
Build:
src/Data/Aeson/TypeScript/TH.hs#L324
This binding for ‘name’ shadows the existing binding
|
Build:
src/Data/Aeson/TypeScript/Recursive.hs#L35
The import of ‘Language.Haskell.TH.Syntax’ is redundant
|
Build:
test/TestBoilerplate.hs#L5
Module ‘Control.Monad.Writer.Lazy’ does not export ‘Product’
|
Build:
src/Data/Aeson/TypeScript/Instances.hs#L4
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
|
Loading