[1 of 2] Compiling Main ( /myapp/app/Main.hs, /.hdb-cache//Main.gbc )[myapp-0.1.0.0-inplace-myapp] /myapp/app/Main.hs:3:1: warning: [GHC-66111] [-Wunused-imports] The import of ‘MyLib’ is redundant except perhaps to import instances from ‘MyLib’ To import instances alone, use: import MyLib()  | 3 | import MyLib (someFunc)  | ^^^^^^^^^^^^^^^^^^^^^^^ (hdb) Hello, Haskell! () (hdb) Exiting...