Skip to content

Commit

Permalink
use correct pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Mar 1, 2021
1 parent a1a2a6f commit f3bbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/SchemaCompiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ compileTypes options schema@(Schema statements) =
where
prelude = "-- This file is auto generated and will be overriden regulary. Please edit `Application/Schema.sql` to change the Types\n"
<> "{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, InstanceSigs, MultiParamTypeClasses, TypeFamilies, DataKinds, TypeOperators, UndecidableInstances, ConstraintKinds, StandaloneDeriving #-}\n"
<> "{-# GHC_OPTIONS -Wno-unused-imports, -Wno-dodgy-imports, -Wno-unused-matches #-}"
<> "{-# OPTIONS_GHC -Wno-unused-imports, -Wno-dodgy-imports, -Wno-unused-matches #-}\n"
<> "module Generated.Types where\n\n"
<> "import IHP.HaskellSupport\n"
<> "import IHP.ModelSupport\n"
Expand Down

0 comments on commit f3bbf31

Please sign in to comment.