Created
February 8, 2014 16:25
-
-
Save miikka/8886233 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
% cabal install hledger-web | |
Resolving dependencies... | |
Configuring hledger-web-0.22.1... | |
Building hledger-web-0.22.1... | |
Preprocessing library hledger-web-0.22.1... | |
Application.hs:31:7: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
-- Don't forget to add new modules to your cabal file! | |
^ | |
Application.hs:41:28: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
import Hledger.Utils (error') | |
^ | |
Application.hs:81:20: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
j <- either error' id `fmap` readJournalFile Nothing Nothing f | |
^ | |
3 warnings generated. | |
Foundation.hs:4:27: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
Define the web application's foundation, in the usual Yesod style. | |
^ | |
Foundation.hs:5:24: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
See a default Yesod app's comments for more details of each part. | |
^ | |
2 warnings generated. | |
Settings/StaticFiles.hs:17:75: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
-- Warning: any files added to your static directory during run-time can't be | |
^ | |
Settings/StaticFiles.hs:18:28: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
-- accessed this way. You'll have to use their FilePath or URL to access them. | |
^ | |
2 warnings generated. | |
Handler/Common.hs:40:4: | |
error: invalid preprocessing directive | |
#{version} | |
^ | |
Handler/Common.hs:43:9: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
$maybe m' <- msg | |
^ | |
Handler/Common.hs:44:18: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
<div#message>#{m'} | |
^ | |
Handler/Common.hs:56:34: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
-- <a##{s}link.#{style} href=@?{u'} title="#{title}">#{s} | |
^ | |
Handler/Common.hs:58:13: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
-- where u' = (dest, if null q then [] else [("q", pack q)]) | |
^ | |
Handler/Common.hs:109:99: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
Prepend not: to negate, enclose multi-word patterns in quotes, multiple search terms are AND'ed. | |
^ | |
Handler/Common.hs:236:8: | |
error: invalid preprocessing directive | |
#{snd f} | |
^ | |
Handler/Common.hs:290:39: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
balanceReportAsHtml _ vd@VD{..} (items',total) = | |
^ | |
Handler/Common.hs:331:89: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
items = items' -- maybe items' (\m -> filter (matchesAccount m . \(a,_,_,_)->a) items') showacctmatcher | |
^ | |
Handler/Common.hs:336:4: | |
error: invalid preprocessing directive | |
#{indent} | |
^ | |
Handler/Common.hs:408:5: | |
error: invalid preprocessing directive | |
#{mixedAmountAsHtml amt} | |
^ | |
Handler/Common.hs:409:10: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
$forall p' <- tpostings t | |
^ | |
Handler/Common.hs:413:138: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
<td.account> <a href="@?{accountUrl here $ paccount p'}" title="Show transactions in #{paccount p'}">#{elideRight 40 $ paccount p'} | |
^ | |
Handler/Common.hs:414:58: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
<td.amount align=right>#{mixedAmountAsHtml $ pamount p'} | |
^ | |
Handler/Common.hs:458:5: | |
error: invalid preprocessing directive | |
#{elideRight 40 acct} | |
^ | |
Handler/Common.hs:464:5: | |
error: invalid preprocessing directive | |
#{mixedAmountAsHtml amt} | |
^ | |
Handler/Common.hs:466:10: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
$forall p' <- tpostings t | |
^ | |
Handler/Common.hs:470:138: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
<td.account> <a href="@?{accountUrl here $ paccount p'}" title="Show transactions in #{paccount p'}">#{elideRight 40 $ paccount p'} | |
^ | |
Handler/Common.hs:471:58: | |
warning: missing terminating ' character [-Winvalid-pp-token] | |
<td.amount align=right>#{mixedAmountAsHtml $ pamount p'} | |
^ | |
13 warnings and 6 errors generated. | |
Failed to install hledger-web-0.22.1 | |
cabal: Error: some packages failed to install: | |
hledger-web-0.22.1 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