Skip to content

Commit

Permalink
export type variables 4 through 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkv committed Jan 9, 2024
1 parent 78bbf42 commit 06cd6f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Data/Aeson/TypeScript/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ module Data.Aeson.TypeScript.TH (
, T1(..)
, T2(..)
, T3(..)
, T4(..)
, T5(..)
, T6(..)
, T7(..)
, T8(..)
, T9(..)
, T10(..)

, module Data.Aeson.TypeScript.Instances

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / ubuntu-latest / ghc 9.6.3

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / stack / ghc 9.6.3

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / ubuntu-latest / ghc 8.10.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / ubuntu-latest / ghc 9.2.8

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / stack / ghc 9.2.8

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / ubuntu-latest / ghc 9.4.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / ubuntu-latest / ghc 9.0.2

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / stack / ghc 9.0.2

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / stack / ghc 8.10.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / stack / ghc 9.4.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / macOS-latest / ghc 9.6.3

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / macOS-latest / ghc 9.4.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / macOS-latest / ghc 8.10.7

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / macOS-latest / ghc 9.2.8

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing

Check warning on line 148 in src/Data/Aeson/TypeScript/TH.hs

View workflow job for this annotation

GitHub Actions / macOS-latest / ghc 9.0.2

The export item ‘module Data.Aeson.TypeScript.Instances’ exports nothing
) where
Expand Down

0 comments on commit 06cd6f7

Please sign in to comment.