On Sat, Jul 16, 2011 at 11:29 PM, william murphy <[email protected]> wrote: > Hi all, > > I tried to install the Network.CGI module by inputting: > > cabal install CGI > > into the terminal but got this error: > > Resolving dependencies... > Configuring cgi-3001.1.8.2... > Preprocessing library cgi-3001.1.8.2... > Building cgi-3001.1.8.2... > <command line>: cannot satisfy -package-id > network-2.3.0.2-24fdc6b92867c7236e81708f93cae7d0 > (use -v for more information) > cabal: Error: some packages failed to install: > cgi-3001.1.8.2 failed during the building phase. The exception was: > ExitFailure 1 >
Does the command "ghc-pkg check" display anything? Which version of GHC are you using? > I'm almost positive I have the latest version of cabal, and have tried many > things, but can't seem to see what I'm leaving out. > > Thanks, > > William > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
