Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

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


Today's Topics:

   1. Re:  Integrating external dependencies with stack (Sylvain Henry)
   2.  ANN: Haskell Beginners PASHpost Community:       "Haskell: The
      Haskell-Beginners Community" (Benjamin L. Russell)


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

Message: 1
Date: Mon, 1 Apr 2019 20:42:56 +0200
From: Sylvain Henry <sylv...@haskus.fr>
To: beginners@haskell.org
Subject: Re: [Haskell-beginners] Integrating external dependencies
        with stack
Message-ID: <b10461e2-c594-9335-131c-e550fc752...@haskus.fr>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi,

There is no version 1.8.0 for curl on Hackage: 
https://hackage.haskell.org/package/curl

If you want to use version 1.3.8 (the latest one), add an extra dep into 
"stack.yaml":

extra-deps:
- curl-1.3.8

You also have to add a dependency on "curl" into "package.yaml" (if you 
use hpack) or "yourpackage.cabal" (if you don't).

Cheers,
Sylvain


On 31/03/2019 14:55, Noel Kwan wrote:
> I am trying to use stack to build a web scraper with scalpel. However, 
> it requires curl-1.8.0 as a dependency and I have no clue how to 
> integrate this dependency. Any insight would be greatly appreciated.
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20190401/bae87e0c/attachment-0001.html>

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

Message: 2
Date: Tue, 02 Apr 2019 14:32:39 +0900
From: Benjamin L. Russell <dekudekup...@yahoo.com>
To: beginners@haskell.org
Subject: [Haskell-beginners] ANN: Haskell Beginners PASHpost
        Community:      "Haskell: The Haskell-Beginners Community"
Message-ID: <aks5ae1vh3v0p8soqd08u06o57ra2lb...@4ax.com>
Content-Type: text/plain; charset=us-ascii

Since the Google+ social network service is scheduled to be "sunset"
(i.e., put out of service) on April 2, 2019, I have created a new
Haskell beginners PASHpost community, "Haskell:
The Haskell-Beginners Community" (see
https://pashpost.com/group/haskell-the-haskell-beginners-community),
and migrated a substantial portion of the original posts thereto (sans
posts with missing links or irrelevant content).

Feel free to join and contribute!

-- Benjamin L. Russell
-- 
Benjamin L. Russell  /   DekuDekuplex at Yahoo dot com
http://dekudekuplex.wordpress.com/
Computer Science Document Translator/Editor
"Furuike ya, kawazu tobikomu mizu no oto." -- Matsuo Basho^ 



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

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


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

End of Beginners Digest, Vol 130, Issue 2
*****************************************

Reply via email to