diff options
| -rw-r--r-- | doc/forum/propellor_2.15.2_does_not_work_on_jessie.mdwn | 20 |
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 |
