Skip to content

Commit

Permalink
cabal setup: add ConstraintKinds
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 17, 2024
1 parent a18a9a1 commit e19fc9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tn-fp-course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ common common-all
-Wno-unused-imports
-Werror
-Wwarn=missing-home-modules
default-extensions: DataKinds
default-extensions: ConstraintKinds
DataKinds
DeriveGeneric
DeriveFunctor
DuplicateRecordFields
Expand Down

0 comments on commit e19fc9c

Please sign in to comment.