Fradrive/frontend #194

Merged
savau merged 8 commits from fradrive/frontend into master 2022-12-15 19:33:17 +01:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit df28d9de4e - Show all commits

View File

@ -245,8 +245,10 @@ default-extensions:
- StandaloneKindSignatures
- NoStarIsType
ghc-options:
- -w
- -Wall
- -Wmissing-home-modules
- -Wredundant-constraints
- -Widentities
- -Wincomplete-uni-patterns
- -fno-warn-type-defaults
- -fno-warn-unrecognised-pragmas
@ -256,7 +258,8 @@ ghc-options:
- -freduction-depth=0
when:
- condition: flag(pedantic)
ghc-options:
ghc-options:
- -Werror
- -fwarn-tabs
- condition: flag(dev)
then:

View File

@ -215,7 +215,6 @@ makeCourseTable colChoices psValidator' = do
getCourseListR :: Handler Html
getCourseListR = do
let varNotUsed = "just a test to see whether warnings are disabled properly"
muid <- maybeAuthId
let colonnade = widgetColonnade $ mconcat
[ colCourse -- colCourseDescr