Skip to content
Snippets Groups Projects
Commit aacb766e authored by Jens Nolte's avatar Jens Nolte
Browse files

Enable template haskell explicitly in modules where it is used

parent 3325b25e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ common shared-properties
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
......
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -Wno-missing-export-lists #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
{-# OPTIONS_GHC -ddump-splices #-}
......
{-# LANGUAGE TemplateHaskell #-}
module Quasar.Wayland.Protocol.TH (
generateWaylandProcol,
generateWaylandProcols,
......
{-# LANGUAGE TemplateHaskell #-}
module Quasar.Wayland.Utils.InlineC (
ctx
) where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment