diff options
Diffstat (limited to 'Miso')
-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 |