
Hi ! I'm new to Haskell and Cabal. I try to install twidge. I get this tone of tone of warning. It is a fresh install of Haskell from the package (pkg) $cabal install twidge ^ 5 warnings generated. [1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) Codec/Binary/UTF8/String.hs:153:5: parse error (possibly incorrect indentation) cabal: Error: some packages failed to install: ConfigFile-1.1.1 depends on text-0.11.1.13 which failed to install. HSH-2.0.4 depends on text-0.11.1.13 which failed to install. HUnit-1.2.4.2 failed during the building phase. The exception was: ExitFailure 1 HaXml-1.13.3 failed during the building phase. The exception was: ExitFailure 1 MissingH-1.1.1.0 depends on text-0.11.1.13 which failed to install. SHA-1.5.0.0 depends on binary-0.5.1.0 which failed to install. binary-0.5.1.0 failed during the building phase. The exception was: ExitFailure 1 curl-1.3.7 failed during the building phase. The exception was: ExitFailure 1 hoauth-0.2.3 depends on utf8-string-0.3.7 which failed to install. hslogger-1.1.5 depends on text-0.11.1.13 which failed to install. network-2.3.0.11 depends on text-0.11.1.13 which failed to install. parsec-3.1.2 depends on text-0.11.1.13 which failed to install. text-0.11.1.13 failed during the building phase. The exception was: ExitFailure 1 twidge-1.0.6.1 depends on utf8-string-0.3.7 which failed to install. utf8-string-0.3.7 failed during the building phase. The exception was: ExitFailure 1 Also the ton of warning are very long I can not copy paste them here (lines of lines of error/warning) So please find them there : http://pastebin.com/txVTRw1U Gabriel