Skip to content

Commit

Permalink
fix the extension checker
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jun 18, 2023
1 parent bb495bc commit b7b1d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ release:
$(TIME) make fullRelease

checkExtensions:
@ag LANGUAGE | awk '{print $$3}' | sort | uniq | grep -v ignore | grep -v note | grep -v "^\""| grep -v "<-" > ./required_extensions
@ag LANGUAGE | awk '{print $$3}' | sort | uniq | grep -v LANGUAGE | grep -v ignore | grep -v note | grep -v "^\""| grep -v "<-" > ./required_extensions
@ghc -package base -package process ./buildUtils/checkExtensions.hs -e main
@/bin/rm -f required_extensions

Expand Down
1 change: 0 additions & 1 deletion sbv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ common common-settings
ImplicitParams
InstanceSigs
KindSignatures
LANGUAGE
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
Expand Down

0 comments on commit b7b1d85

Please sign in to comment.