Haskell Dependency/Installation FilePath
Hallo to all, Tried to install MissingH ,something what failed because Filepath is missing. Any idea why the setup file isnt in the position to find it,even if it is there(see GHCi log down ) Any feedback welcome Best regards Gottfried www.wirtschaftswunder.co.uk www.5152.eu ___________________________________________________________________________________ missingh>setup configure setup: Warning: No license-file field. Configuring MissingH-0.18.0... configure: C:\ghc\ghc-6.6\bin\ghc-pkg.exe configure: Dependency network-any: using network-2.0 configure: Dependency parsec-any: using parsec-2.0 configure: Dependency base-any: using base-2.0 configure: Dependency haskell98-any: using haskell98-1.0 configure: Dependency mtl-any: using mtl-1.0 configure: Dependency HUnit-any: using HUnit-1.1 configure: Dependency regex-compat-any: using regex-compat-0.71 configure: Dependency QuickCheck-any: using QuickCheck-1.0 setup: cannot satisfy dependency FilePath-any C:\server\missingh_0.18.1\missingh>setup build setup: error reading ./.setup-config; run "setup configure" command? ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.6, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base ... linking ... done. [1 of 1] Compiling Main ( C:/ghc/ghc-6.6/filepath-0.11/filepath/Setu p.hs, interpreted ) Ok, modules loaded: Main. *Main>
Hi
Loading package base ... linking ... done. [1 of 1] Compiling Main ( C:/ghc/ghc-6.6/filepath-0.11/filepath/Setu p.hs, interpreted ) Ok, modules loaded: Main. *Main>
You have probably downloaded FilePath, but not installed it. Try: cd C:/ghc/ghc-6.6/filepath-0.11/filepath runhaskell Setup configure runhaskell Setup build runhaskell Setup install Then attempt the installation of MissingH again. Thanks Neil
participants (2)
-
Gottfried F. Zojer -
Neil Mitchell