The current http://darcs.net repo fails to build (with ghc 6.12.1):
[175 of 180] Compiling Darcs.Commands.WhatsNew (src/Darcs/Commands/WhatsNew.hs, dist/build/Darcs/Commands/WhatsNew.o )
src/Darcs/Commands/WhatsNew.hs:115:37:
The scoped type variables `t' and `r'
are bound to the same type (variable)
Distinct scoped type variables must be distinct
In the pattern: repo :: Repository p r u t
In the second argument of `($)', namely
`\ (repo :: Repository p r u t)
-> do { files <- if null args then
return Nothing
else Just <$> fixSubPaths opts args;
let ...;
.... }'
In the second argument of `($)', namely
`RepoJob
$ \ (repo :: Repository p r u t)
-> do { files <- if null args then
return Nothing
else Just <$> fixSubPaths opts args;
let ...;
.... }'
|