RE: Unregistering a package

2005-02-11 Thread Simon Marlow
On 10 February 2005 22:29, Peter Simons wrote: > Simon Marlow writes: > > > The general syntax of package ids is: > > >pkgid ::= pkg ('-' version)? > >pkg ::= (alphanum|'-')+ > >version ::= (digit+) ('.' digit+)* ('-' alphanum+)* > > Thanks. I gave my package the version "hsdns-

Re: Unregistering a package

2005-02-10 Thread Peter Simons
Simon Marlow writes: > The general syntax of package ids is: >pkgid ::= pkg ('-' version)? >pkg ::= (alphanum|'-')+ >version ::= (digit+) ('.' digit+)* ('-' alphanum+)* Thanks. I gave my package the version "hsdns-0.0-2005-02-10" and that fixed the problem. > Perhaps we should

RE: Unregistering a package

2005-02-10 Thread Simon Marlow
On 09 February 2005 13:32, Peter Simons wrote: > I have an interesting problem. There are two versions of the > HsDNS package installed right now: > > $ ghc-pkg list > | /usr/local/ghc-current/lib/ghc-6.5/package.conf: > | rts-1.0, [...] (hsdns-2005-02-04), > | hsdns-2005-02-08 > >