Send Beginners mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  download latest version of cabal-install from    hackage (harry)
   2. Re:  download latest version of cabal-install     from hackage (yi lu)
   3. Re:  download latest version of cabal-install     from hackage (harry)
   4. Re:  download latest version of cabal-install     from hackage (yi lu)


----------------------------------------------------------------------

Message: 1
Date: Tue, 10 Dec 2013 09:28:06 +0000 (UTC)
From: harry <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] download latest version of cabal-install
        from    hackage
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

I'm trying to write a script that will download and install the latest
version of cabal-install. However, I can't find a URL to automatically fetch
the latest version. How can this be done?



------------------------------

Message: 2
Date: Tue, 10 Dec 2013 17:43:07 +0800
From: yi lu <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] download latest version of
        cabal-install   from hackage
Message-ID:
        <cakcmqqz8m+knmby5mh5jbiyg9t0d30gsgkyzwuw9eddyoyr...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Click any package in hackage http://hackage.haskell.org/package/data-aviary

See what it will download.

Remember the package dependencies.

Yi


On Tue, Dec 10, 2013 at 5:28 PM, harry <[email protected]> wrote:

> I'm trying to write a script that will download and install the latest
> version of cabal-install. However, I can't find a URL to automatically
> fetch
> the latest version. How can this be done?
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20131210/8fd6700a/attachment-0001.html>

------------------------------

Message: 3
Date: Tue, 10 Dec 2013 10:16:57 +0000 (UTC)
From: harry <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] download latest version of
        cabal-install   from hackage
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

yi lu <zhiwudazhanjiangshi <at> gmail.com> writes:

> Click any package in hackage http://hackage.haskell.org/package/data-aviary
> See what it will download. 
> Remember the package dependencies.
> Yi
> 
> 
> On Tue, Dec 10, 2013 at 5:28 PM, harry <voldermort <at> hotmail.com>
wrote:I'm trying to write a script that will download and install the latest
> version of cabal-install. However, I can't find a URL to automatically fetch
> the latest version. How can this be done?

That's good for humans :)

I'm trying to download the latest version of the tar.gz from a script. I
guess I could scrape the URL from
http://hackage.haskell.org/package/cabal-install, but I'm looking for a
cleaner solution.



------------------------------

Message: 4
Date: Tue, 10 Dec 2013 19:12:03 +0800
From: yi lu <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] download latest version of
        cabal-install   from hackage
Message-ID:
        <cakcmqqx2vzo-tq4c6h4g1vf-kc9g8-x4u3a7jxqzm+tlquh...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

In ~/.cabal/pachages/hackage.haskell.org/ folder, there is a list of files
in 00-index.tar.gz .

For example http://hackage.haskell.org/package/data-aviary , there is a
folder `data-aviary`. In it, there are folders `0.4.0`, `0.2.3` ...

In http://hackage.haskell.org/package/data-aviary , the download link is
http://hackage.haskell.org/package/data-aviary-0.4.0/data-aviary-0.4.0.tar.gz

So now, can you infer something from this?

Yi


On Tue, Dec 10, 2013 at 6:16 PM, harry <[email protected]> wrote:

> yi lu <zhiwudazhanjiangshi <at> gmail.com> writes:
>
> > Click any package in hackage
> http://hackage.haskell.org/package/data-aviary
> > See what it will download.
> > Remember the package dependencies.
> > Yi
> >
> >
> > On Tue, Dec 10, 2013 at 5:28 PM, harry <voldermort <at> hotmail.com>
> wrote:I'm trying to write a script that will download and install the
> latest
> > version of cabal-install. However, I can't find a URL to automatically
> fetch
> > the latest version. How can this be done?
>
> That's good for humans :)
>
> I'm trying to download the latest version of the tar.gz from a script. I
> guess I could scrape the URL from
> http://hackage.haskell.org/package/cabal-install, but I'm looking for a
> cleaner solution.
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20131210/bf44dde8/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 66, Issue 7
****************************************

Reply via email to