run stylish-haskell

This commit is contained in:
Christine Dodrill 2015-07-29 21:18:00 -07:00
parent 03714a8b46
commit a5ce2358ab
3 changed files with 3 additions and 8 deletions

View File

@ -13,7 +13,3 @@ render = do
div ?
overflow hidden
img ? do
minWidth (pct 100)
height auto

View File

@ -3,7 +3,6 @@
module Within.DBMemorial.Views.Materialize where
import qualified Clay (render)
import Control.Monad (forM_)
import Data.Monoid
import Data.Text
import Text.Blaze.Html