File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 88
99module GUI.App (initApp ) where
1010
11- -- Imports for GTK
12- import qualified Graphics.UI.Gtk as Gtk
13-
1411-- Mac OS X-specific GTK imports
1512#if defined(darwin_HOST_OS)
13+ import qualified Graphics.UI.Gtk as Gtk
1614import qualified Graphics.UI.Gtk.OSX as OSX
1715#endif
1816
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import System.Glib.GError (failOnGError)
77
88-- Imports from Haskell library
99import Text.Printf
10- import Control.Monad
1110#ifndef mingw32_HOST_OS
1211import System.Posix
1312#endif
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ import qualified Control.Concurrent as Concurrent
1717import Control.Exception
1818import Data.Typeable
1919
20- import Prelude hiding (catch )
21-
22-
2320data ProgressView = ProgressView {
2421 progressWindow :: Gtk. Window ,
2522 progressLabel :: Gtk. Label ,
You can’t perform that action at this time.
0 commit comments