diff options
author | Ben Sima <ben@bsima.me> | 2020-10-13 11:57:29 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-13 12:02:32 -0400 |
commit | 1d92f4686c4803c802dce66804eba9ebe61efc1a (patch) | |
tree | caf95700e5c587d4908138004baf4273f6bf5466 /Hero/Host.hs | |
parent | dbea29d0c604c69968adbf658ca19a6cc207890d (diff) |
Move nix files into Biz.Bild namespace
Diffstat (limited to 'Hero/Host.hs')
-rw-r--r-- | Hero/Host.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hero/Host.hs b/Hero/Host.hs index 87b9d33..326738b 100644 --- a/Hero/Host.hs +++ b/Hero/Host.hs @@ -10,7 +10,7 @@ {-# LANGUAGE TypeOperators #-} {-# LANGUAGE NoImplicitPrelude #-} -{-# OPTIONS_GHC -fno-warn-orphan #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} -- | Hero web app -- |