summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpicca2016-01-12 12:31:12 +0000
committeradmin2016-01-12 12:31:12 +0000
commit6bbb6fd3cae8ace96eaa70adee2c6f1394244740 (patch)
treeaa4ec5f609359e2ae048c91f663ec6e351716151 /doc
parent1b4a40210fe0f9f5bb151aa9e2707837cc193883 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/propellor_2.15.2_does_not_work_on_jessie.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/propellor_2.15.2_does_not_work_on_jessie.mdwn b/doc/forum/propellor_2.15.2_does_not_work_on_jessie.mdwn
new file mode 100644
index 00000000..7676a8a3
--- /dev/null
+++ b/doc/forum/propellor_2.15.2_does_not_work_on_jessie.mdwn
@@ -0,0 +1,20 @@
+Hello, I am trying to use propellor 2.15.2 on jessie.
+
+but when I do
+
+runhaskell config.hs, I get this error message
+
+
+ Propellor/Git.hs:10:9 Not in scope: `<$>'
+
+ Propellor/Git.hs:14:9 Not in scope: `<$>'
+
+ Propellor/Git.hs:18:9 Not in scope: `<$>'
+
+ Propellor/Git.hs:22:21 Not in scope: `<$>'
+
+maybe an import is missing with ghc 7.6.3
+
+Cheers
+
+Frederic