Skip to content

Commit

Permalink
remove DataKinds req
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Feb 3, 2025
1 parent 495c1e4 commit c5e6278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ language: GHC2021

default-extensions:
- BlockArguments
- DataKinds
- DeriveAnyClass
- DerivingStrategies
- DerivingVia
Expand Down
2 changes: 0 additions & 2 deletions winasyncsocket.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ library
src
default-extensions:
BlockArguments
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
Expand Down Expand Up @@ -95,7 +94,6 @@ executable winasyncsocket-exe
app
default-extensions:
BlockArguments
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
Expand Down

0 comments on commit c5e6278

Please sign in to comment.