Created
February 23, 2014 18:09
-
-
Save jfreeze/9174964 to your computer and use it in GitHub Desktop.
Github-backup Compile Problems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
if [ "cabal " = ./Setup ]; then ghc --make Setup; fi | |
cabal configure | |
Resolving dependencies... | |
[ 1 of 20] Compiling Utility.Env ( Utility/Env.hs, dist/setup/Utility/Env.o ) | |
[ 2 of 20] Compiling Utility.UserInfo ( Utility/UserInfo.hs, dist/setup/Utility/UserInfo.o ) | |
[ 3 of 20] Compiling Utility.PartialPrelude ( Utility/PartialPrelude.hs, dist/setup/Utility/PartialPrelude.o ) | |
[ 4 of 20] Compiling Utility.FileSystemEncoding ( Utility/FileSystemEncoding.hs, dist/setup/Utility/FileSystemEncoding.o ) | |
[ 5 of 20] Compiling Utility.Applicative ( Utility/Applicative.hs, dist/setup/Utility/Applicative.o ) | |
[ 6 of 20] Compiling Utility.Data ( Utility/Data.hs, dist/setup/Utility/Data.o ) | |
[ 7 of 20] Compiling Utility.Monad ( Utility/Monad.hs, dist/setup/Utility/Monad.o ) | |
[ 8 of 20] Compiling Utility.Path ( Utility/Path.hs, dist/setup/Utility/Path.o ) | |
[ 9 of 20] Compiling Utility.Exception ( Utility/Exception.hs, dist/setup/Utility/Exception.o ) | |
[10 of 20] Compiling Utility.Tmp ( Utility/Tmp.hs, dist/setup/Utility/Tmp.o ) | |
[11 of 20] Compiling Utility.Misc ( Utility/Misc.hs, dist/setup/Utility/Misc.o ) | |
[12 of 20] Compiling Utility.Process ( Utility/Process.hs, dist/setup/Utility/Process.o ) | |
[13 of 20] Compiling Utility.SafeCommand ( Utility/SafeCommand.hs, dist/setup/Utility/SafeCommand.o ) | |
[14 of 20] Compiling Utility.Directory ( Utility/Directory.hs, dist/setup/Utility/Directory.o ) | |
[15 of 20] Compiling Common ( Common.hs, dist/setup/Common.o ) | |
[16 of 20] Compiling Git.Version ( Git/Version.hs, dist/setup/Git/Version.o ) | |
[17 of 20] Compiling Build.TestConfig ( Build/TestConfig.hs, dist/setup/Build/TestConfig.o ) | |
[18 of 20] Compiling Build.Version ( Build/Version.hs, dist/setup/Build/Version.o ) | |
[19 of 20] Compiling Build.Configure ( Build/Configure.hs, dist/setup/Build/Configure.o ) | |
[20 of 20] Compiling Main ( Setup.hs, dist/setup/Main.o ) | |
Linking ./dist/setup/setup ... | |
checking version... 1.20140217-gf59b172 | |
checking git... yes | |
checking git version... 1.8.3.4 | |
Configuring github-backup-1.20131203... | |
setup: At least the following dependencies are missing: | |
github >=0.7.2, pretty-show -any | |
make: *** [Build/SysConfig.hs] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment