summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc <Antoine@web>2011-02-03 14:10:28 +0000
committerGravatar admin <admin@branchable.com>2011-02-03 14:10:28 +0000
commit3595abe1ca77c7942bcee420e9058b99b198708c (patch)
treeaab6604048ddc823ad7c846d490ad1a4696dadd3
parent41656301ef734a9dd810ec77adb1fd1ff350fd39 (diff)
-rw-r--r--doc/bugs/Problems_running_make_on_osx.mdwn40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/bugs/Problems_running_make_on_osx.mdwn b/doc/bugs/Problems_running_make_on_osx.mdwn
index d14c058e4..96626cc37 100644
--- a/doc/bugs/Problems_running_make_on_osx.mdwn
+++ b/doc/bugs/Problems_running_make_on_osx.mdwn
@@ -2,27 +2,27 @@ Followed the instructions over here: http://git-annex.branchable.com/forum/git-a
and had to install the following extra packages to be able to get make to start:
-[realizes pcre-light is needed but pcre not installed on my mac]
-sudo port install pcre
-sudo cabal install pcre-light
-But then I got the following error:
+[realizes pcre-light is needed but pcre not installed on my mac]
+sudo port install pcre
+sudo cabal install pcre-light
+But then I got the following error:
-ghc -O2 -Wall --make git-annex
-[ 7 of 52] Compiling BackendTypes ( BackendTypes.hs, BackendTypes.o
+ghc -O2 -Wall --make git-annex
+[ 7 of 52] Compiling BackendTypes ( BackendTypes.hs, BackendTypes.o
-BackendTypes.hs:71:17:
- No instance for (Arbitrary Char)
- arising from a use of `arbitrary' at BackendTypes.hs:71:17-25
- Possible fix: add an instance declaration for (Arbitrary Char)
- In a stmt of a 'do' expression: backendname <- arbitrary
- In the expression:
- do backendname <- arbitrary
- keyname <- arbitrary
- return $ Key (backendname, keyname)
- In the definition of `arbitrary':
- arbitrary = do backendname <- arbitrary
- keyname <- arbitrary
- return $ Key (backendname, keyname)
-make: *** [git-annex] Error 1
+BackendTypes.hs:71:17:
+ No instance for (Arbitrary Char)
+ arising from a use of `arbitrary' at BackendTypes.hs:71:17-25
+ Possible fix: add an instance declaration for (Arbitrary Char)
+ In a stmt of a 'do' expression: backendname <- arbitrary
+ In the expression:
+ do backendname <- arbitrary
+ keyname <- arbitrary
+ return $ Key (backendname, keyname)
+ In the definition of `arbitrary':
+ arbitrary = do backendname <- arbitrary
+ keyname <- arbitrary
+ return $ Key (backendname, keyname)
+make: *** [git-annex] Error 1
My knowledge of Haskell (had to lookup the spelling...) is more than rudimentary so any help would be appreciated.