summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421 <reyman64@web>2016-01-20 22:50:02 +0000
committerGravatar admin <admin@branchable.com>2016-01-20 22:50:02 +0000
commit2414c38de0f406a1b875f9a5cf0f9d82cabe4cb5 (patch)
treef4c502bcf71920a8d504e7c664136762ef1ed87f
parent9bb68caba5cf32009f35945e819fba877ec0f438 (diff)
Added a comment: Error on compile
-rw-r--r--doc/install/fromsource/comment_54_d7fabada8101596954ed7e401a8c460b._comment31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/install/fromsource/comment_54_d7fabada8101596954ed7e401a8c460b._comment b/doc/install/fromsource/comment_54_d7fabada8101596954ed7e401a8c460b._comment
new file mode 100644
index 000000000..24a03d070
--- /dev/null
+++ b/doc/install/fromsource/comment_54_d7fabada8101596954ed7e401a8c460b._comment
@@ -0,0 +1,31 @@
+[[!comment format=mdwn
+ username="reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421"
+ nickname="reyman64"
+ subject="Error on compile"
+ date="2016-01-20T22:50:01Z"
+ content="""
+Hi, i have an error with last pulled version on my system :
+
+[17 of 23] Compiling Text.Feed.Constructor ( src/Text/Feed/Constructor.hs, dist/build/Text/Feed/Constructor.o )
+
+src/Text/Feed/Constructor.hs:131:5: Warning:
+ Pattern match(es) are non-exhaustive
+ In a case alternative: Patterns not matched: XMLFeed _
+[18 of 23] Compiling Text.Feed.Export ( src/Text/Feed/Export.hs, dist/build/Text/Feed/Export.o )
+[19 of 23] Compiling Text.Feed.Import ( src/Text/Feed/Import.hs, dist/build/Text/Feed/Import.o )
+[20 of 23] Compiling Text.Feed.Util ( src/Text/Feed/Util.hs, dist/build/Text/Feed/Util.o )
+[21 of 23] Compiling Text.Feed.Query ( src/Text/Feed/Query.hs, dist/build/Text/Feed/Query.o )
+
+src/Text/Feed/Query.hs:66:53:
+ Module ‘Data.Time.Locale.Compat’ does not export ‘rfc822DateFormat’
+
+src/Text/Feed/Query.hs:66:71:
+ Module
+ ‘Data.Time.Locale.Compat’
+ does not export
+ ‘iso8601DateFormat’
+cabal: Error: some packages failed to install:
+feed-0.3.11.1 failed during the building phase. The exception was:
+ExitFailure 1
+
+"""]]