fix: non-dev build

This commit is contained in:
Gregor Kleen 2020-11-27 14:28:16 +01:00
parent 50cbba114a
commit dfea39907c
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -O0 -fasm #-}
module Foundation.I18n
( appLanguages, appLanguagesOpts
, UniWorXMessage(..)

View File

@ -1,3 +1,5 @@
{-# OPTIONS_GHC -O0 -fasm #-}
module Foundation.Yesod.Middleware
( yesodMiddleware
, updateFavourites