
3 Nov
2010
3 Nov
'10
5:14 a.m.
On Wed, Nov 3, 2010 at 06:49, Tony Morris
I am trying to set up an apache server as an additional source to hackage for haskell packages.
I have added to my ~/.cabal/config file: remote-repo: myhackage:http://myhackage/packages
Shouldn't that be:
remote-repo: myhackage:http://myhackage/packages/archive
That's what the normal hackage entry says, and what I use for our own local hackage. Erik