File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- packages : sop-core/ generics-sop/
1+ packages : sop-core/ generics-sop/
Original file line number Diff line number Diff line change @@ -90,7 +90,10 @@ library
9090 KindSignatures
9191 DataKinds
9292 FunctionalDependencies
93- AutoDeriveTypeable
93+
94+ if impl(ghc < 8.2 )
95+ default-extensions : AutoDeriveTypeable
96+
9497 -- if impl(ghc >= 8.6)
9598 -- default-extensions: NoStarIsType
9699 other-extensions : PolyKinds
Original file line number Diff line number Diff line change @@ -64,7 +64,10 @@ library
6464 KindSignatures
6565 DataKinds
6666 FunctionalDependencies
67- AutoDeriveTypeable
67+
68+ if impl(ghc < 8.2 )
69+ default-extensions : AutoDeriveTypeable
70+
6871 -- if impl(ghc >= 8.6)
6972 -- default-extensions: NoStarIsType
7073 other-extensions : PolyKinds
You can’t perform that action at this time.
0 commit comments