Skip to content

Commit

Permalink
enabling QuasiQuotes
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Jan 15, 2022
1 parent e6936e2 commit 9a4d9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Web/View/Layout.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# LANGUAGE QuasiQuotes #-}

module Web.View.Layout (defaultLayout, Html) where

import IHP.ViewPrelude
Expand Down
2 changes: 2 additions & 0 deletions Web/View/Static/Welcome.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# LANGUAGE QuasiQuotes #-}

module Web.View.Static.Welcome where
import Web.View.Prelude

Expand Down

0 comments on commit 9a4d9a0

Please sign in to comment.