diff options
author | Ben Sima <ben@bsima.me> | 2020-04-15 10:06:24 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-15 10:07:02 -0700 |
commit | afa9d701538b9e56622a0bfdf8e04aa358c9cd82 (patch) | |
tree | dee95c3955b3fe3d11e80d89823660d28eee0587 /Miso/FFI | |
parent | f4b8c0df041b063c0b47d2ec6c818a9c202fd833 (diff) |
Reformatting
Now I'm using ormolu instead of brittany for Haskell formatting
now. Figured I should just make all of these big changes at once.
Diffstat (limited to 'Miso/FFI')
-rw-r--r-- | Miso/FFI/Audio.hs | 1 | ||||
-rw-r--r-- | Miso/FFI/Document.hs | 1 | ||||
-rw-r--r-- | Miso/FFI/Fullscreen.hs | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Miso/FFI/Audio.hs b/Miso/FFI/Audio.hs index e21ab57..b34960b 100644 --- a/Miso/FFI/Audio.hs +++ b/Miso/FFI/Audio.hs @@ -1,4 +1,5 @@ {-# LANGUAGE NoImplicitPrelude #-} + module Miso.FFI.Audio where import GHCJS.Types diff --git a/Miso/FFI/Document.hs b/Miso/FFI/Document.hs index f3a7bef..b4fe44f 100644 --- a/Miso/FFI/Document.hs +++ b/Miso/FFI/Document.hs @@ -1,4 +1,5 @@ {-# LANGUAGE NoImplicitPrelude #-} + module Miso.FFI.Document where import GHCJS.Types diff --git a/Miso/FFI/Fullscreen.hs b/Miso/FFI/Fullscreen.hs index db2e37e..4e70da6 100644 --- a/Miso/FFI/Fullscreen.hs +++ b/Miso/FFI/Fullscreen.hs @@ -1,4 +1,5 @@ {-# LANGUAGE NoImplicitPrelude #-} + module Miso.FFI.Fullscreen where import GHCJS.Types |