30 Aug
2011
30 Aug
'11
10:03 p.m.
On 30 August 2011 23:57, austin seipp <as@hacks.yi.org> wrote:
7.2.1 shipped without explicitly trusting the `base' package (an accident, IIRC.) You can fix this and resume your build by saying:
$ ghc-pkg-7.2.1 trust base
and everything should be OK.
Thanks that works! Bas