Created
December 9, 2010 10:42
-
-
Save kowey/734584 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Building gitit-0.7.3.8... | |
| [ 1 of 19] Compiling Paths_gitit ( dist/build/autogen/Paths_gitit.hs, dist/build/Paths_gitit.o ) | |
| [ 2 of 19] Compiling Network.Gitit.Feed ( Network/Gitit/Feed.hs, dist/build/Network/Gitit/Feed.o ) | |
| [ 3 of 19] Compiling Network.Gitit.Server ( Network/Gitit/Server.hs, dist/build/Network/Gitit/Server.o ) | |
| [ 4 of 19] Compiling Network.Gitit.Types ( Network/Gitit/Types.hs, dist/build/Network/Gitit/Types.o ) | |
| Network/Gitit/Types.hs:315:66: | |
| Couldn't match expected type `Either FilePath L.ByteString' | |
| against inferred type `L.ByteString' | |
| In the first argument of `return', namely `L.empty' | |
| In the second argument of `mplus', namely `return L.empty' | |
| In a stmt of a 'do' expression: | |
| fc <- liftM inputValue (lookInput "file") `mplus` return L.empty | |
| cabal: Error: some packages failed to install: | |
| gitit-0.7.3.8 failed during the building phase. The exception was: | |
| ExitFailure 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment