Resolving dependencies... Configuring bzlib-0.5.0.5... Configuring data-default-class-0.1.2.0... Building data-default-class-0.1.2.0... Building bzlib-0.5.0.5... Installed data-default-class-0.1.2.0 Configuring digest-0.0.1.2... Building digest-0.0.1.2... Configuring dlist-0.8.0.2... Installed bzlib-0.5.0.5 Building dlist-0.8.0.2... Configuring ghc-paths-0.1.0.9... Installed digest-0.0.1.2 Configuring mtl-2.2.1... Installed dlist-0.8.0.2 Building mtl-2.2.1... Building ghc-paths-0.1.0.9... Configuring old-locale-1.0.0.7... Installed ghc-paths-0.1.0.9 Building old-locale-1.0.0.7... Configuring network-2.6.3.1... Installed mtl-2.2.1 Configuring random-1.1... Installed old-locale-1.0.0.7 Building random-1.1... Building network-2.6.3.1... Configuring stm-2.4.4.1... Installed random-1.1 Building stm-2.4.4.1... Configuring tar-0.5.0.3... Installed stm-2.4.4.1 Building tar-0.5.0.3... Configuring text-1.2.2.1... Installed network-2.6.3.1 Building text-1.2.2.1... Configuring transformers-compat-0.5.1.4... Installed tar-0.5.0.3 Building transformers-compat-0.5.1.4... Configuring zlib-0.6.1.2... Installed transformers-compat-0.5.1.4 Building zlib-0.6.1.2... Configuring data-default-instances-containers-0.0.1... Installed zlib-0.6.1.2 Building data-default-instances-containers-0.0.1... Installed data-default-instances-containers-0.0.1 Configuring data-default-instances-dlist-0.0.1... Building data-default-instances-dlist-0.0.1... Configuring data-default-instances-old-locale-0.0.1... Installed data-default-instances-dlist-0.0.1 Building data-default-instances-old-locale-0.0.1... Configuring old-time-1.1.0.3... Installed data-default-instances-old-locale-0.0.1 Configuring exceptions-0.8.3... Installed text-1.2.2.1 Building exceptions-0.8.3... Building old-time-1.1.0.3... Installed exceptions-0.8.3 Configuring data-default-0.7.1.1... Installed old-time-1.1.0.3 Configuring parsec-3.1.11... Building data-default-0.7.1.1... Building parsec-3.1.11... Configuring system-filepath-0.4.13.4... Installed data-default-0.7.1.1 Building system-filepath-0.4.13.4... Configuring temporary-1.2.0.4... Installed parsec-3.1.11 Building temporary-1.2.0.4... Configuring zip-archive-0.3.0.5... Installed system-filepath-0.4.13.4 Installed temporary-1.2.0.4 Configuring network-uri-2.6.1.0... Building network-uri-2.6.1.0... Building zip-archive-0.3.0.5... Configuring system-fileio-0.3.16.3... Installed network-uri-2.6.1.0 Building system-fileio-0.3.16.3... Installed zip-archive-0.3.0.5 Configuring HTTP-4000.3.3... Building HTTP-4000.3.3... Installed system-fileio-0.3.16.3 Installed HTTP-4000.3.3 Configuring haste-compiler-0.2.3... Building haste-compiler-0.2.3... Failed to install haste-compiler-0.2.3 Build log ( /home/builder/.cabal/logs/haste-compiler-0.2.3.log ): cabal: Entering directory '/tmp/cabal-tmp-24341/haste-compiler-0.2.3' Configuring haste-compiler-0.2.3... Building haste-compiler-0.2.3... Preprocessing executable 'haste-boot' for haste-compiler-0.2.3... [1 of 4] Compiling Haste.Environment ( src/Haste/Environment.hs, dist/build/haste-boot/haste-boot-tmp/Haste/Environment.o ) src/Haste/Environment.hs:12:16: warning: [-Wdeprecations] In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [2 of 4] Compiling Haste.Version ( src/Haste/Version.hs, dist/build/haste-boot/haste-boot-tmp/Haste/Version.o ) [3 of 4] Compiling Control.Shell ( src/Control/Shell.hs, dist/build/haste-boot/haste-boot-tmp/Control/Shell.o ) src/Control/Shell.hs:14:1: warning: [-Wunused-imports] The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Shell.hs:138:17: warning: [-Wmissing-fields] • Fields of ‘Proc.CreateProcess’ not initialised: delegate_ctlc, detach_console, create_new_console, new_session, child_group, child_user • In the expression: Proc.CreateProcess {Proc.cmdspec = Proc.RawCommand p args, Proc.cwd = Nothing, Proc.env = Just env, Proc.std_in = stdin, Proc.std_out = stdout, Proc.std_err = Proc.Inherit, Proc.close_fds = False, Proc.create_group = False} In an equation for ‘cproc’: cproc env = Proc.CreateProcess {Proc.cmdspec = Proc.RawCommand p args, Proc.cwd = Nothing, Proc.env = Just env, Proc.std_in = stdin, Proc.std_out = stdout, Proc.std_err = Proc.Inherit, Proc.close_fds = False, Proc.create_group = False} In an equation for ‘runP’: runP p args stdin stdout = Shell $ \ env -> do { (inp, out, _, pid) <- Proc.createProcess (cproc env); .... } where cproc env = Proc.CreateProcess {Proc.cmdspec = Proc.RawCommand p args, Proc.cwd = Nothing, Proc.env = Just env, Proc.std_in = stdin, Proc.std_out = stdout, Proc.std_err = Proc.Inherit, Proc.close_fds = False, Proc.create_group = False} [4 of 4] Compiling Main ( src/haste-boot.hs, dist/build/haste-boot/haste-boot-tmp/Main.o ) src/haste-boot.hs:6:1: error: Failed to load interface for ‘Network.URI’ It is a member of the hidden package ‘network-uri-2.6.1.0’. Perhaps you need to add ‘network-uri’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. cabal: Leaving directory '/tmp/cabal-tmp-24341/haste-compiler-0.2.3' cabal: Error: some packages failed to install: haste-compiler-0.2.3 failed during the building phase. The exception was: ExitFailure 1