Logs: freenode/#haskell
| 2020-10-08 10:38:12 | → | __monty__ joins (~toonn@unaffiliated/toonn) |
| 2020-10-08 10:38:27 | hackage | HsOpenSSL 0.11.4.20 - Partial OpenSSL binding for Haskell https://hackage.haskell.org/package/HsOpenSSL-0.11.4.20 (VladimirShabanov) |
| 2020-10-08 10:38:42 | → | Ariakenom joins (~Ariakenom@193.254.193.1) |
| 2020-10-08 10:41:14 | → | nemesit|znc joins (~nemesit@2a01:488:66:1000:2ea3:4eeb:0:1) |
| 2020-10-08 10:41:19 | → | matthias_goergen joins (ca85cca7@202.133.204.167) |
| 2020-10-08 10:41:27 | × | tb-test quits (~Thunderbi@2601:14d:4100:112c:cff4:7114:bc84:3722) (Ping timeout: 260 seconds) |
| 2020-10-08 10:41:44 | matthias_goergen | is now known as matthiasgoergens |
| 2020-10-08 10:41:53 | matthiasgoergens | is now known as matthias_gorgens |
| 2020-10-08 10:43:18 | <matthias_gorgens> | Hello! I have a monad computation that runs in RWS. Specifically, for the config provided by the Reader bit, I have a list of values. So I typically run my RWS computation multiple times. |
| 2020-10-08 10:43:43 | → | snakemas1 joins (~snakemast@213.100.206.23) |
| 2020-10-08 10:43:55 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:11f9:52f9:c5f:a031) (Ping timeout: 240 seconds) |
| 2020-10-08 10:44:25 | <matthias_gorgens> | Now I want to add the ability for my computations to communicate: basically somehow add an operation `collect :: a -> m [a]` that you give a value and that returns the values given by your own computation and those of all the other computations running in lockstep. |
| 2020-10-08 10:44:46 | <matthias_gorgens> | (It's fine for `collect` to fail, if the different computations somehow get out of lockstep.) |
| 2020-10-08 10:44:52 | <matthias_gorgens> | Any idea how to implement this? |
| 2020-10-08 10:45:12 | <matthias_gorgens> | I am thinking of something with coroutines or continuations. |
| 2020-10-08 10:47:32 | <matthias_gorgens> | (If I need to restrict the values that `collect` can transmit to a single type, that's not ideal, but still ok.) |
| 2020-10-08 10:48:37 | <davean> | christo: euterpea only builds with v1 commands? |
| 2020-10-08 10:49:18 | × | yoja quits (~yoel.jaco@89.237.109.192) (Ping timeout: 260 seconds) |
| 2020-10-08 10:49:32 | <maerwald> | it looks like an abandoned project |
| 2020-10-08 10:56:33 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:1051:6dd6:ffb:a01a) |
| 2020-10-08 10:56:45 | × | Stanley00 quits (~stanley00@unaffiliated/stanley00) () |
| 2020-10-08 10:57:06 | <davean> | christo: I just build it with v2-build, I think you might be confused about the problem |
| 2020-10-08 10:59:41 | <christo> | davean i mean, i want to use the package in a personal cabal project and have haskell language support for the Euterpea API |
| 2020-10-08 11:00:07 | <christo> | i want to use the Euterpea package in a personal cabal project as a dependency* |
| 2020-10-08 11:00:26 | <davean> | Right, so? |
| 2020-10-08 11:00:43 | → | jbomo joins (~dkd@47.155.81.252) |
| 2020-10-08 11:01:31 | <christo> | whenever i use the package as a dependency i always get a cannot resolve dependency error from HLS in vs code and it breaks/or interrupts rather all of other code suggestion support through the project |
| 2020-10-08 11:01:35 | × | Dungdv quits (abf4bce2@gateway/web/cgi-irc/kiwiirc.com/ip.171.244.188.226) (Quit: Connection closed) |
| 2020-10-08 11:02:44 | <christo> | i want ide features with coding a euterpea project basically |
| 2020-10-08 11:02:57 | <davean> | Right so why do you think this has to do with v1 vs v2? |
| 2020-10-08 11:03:16 | × | jbomo quits (~dkd@47.155.81.252) () |
| 2020-10-08 11:03:20 | <christo> | on the website it said euterpea only builds with v1 |
| 2020-10-08 11:03:29 | <christo> | or the package as a dependency does |
| 2020-10-08 11:03:39 | <christo> | haskell language server |
| 2020-10-08 11:03:45 | <christo> | by default calls cabal build |
| 2020-10-08 11:03:51 | <christo> | when doing checks i think |
| 2020-10-08 11:03:54 | <christo> | not v1-build |
| 2020-10-08 11:05:50 | <christo> | maybe only way around this is to build the Euterpea project itself so i can get code completetion/suggestions? |
| 2020-10-08 11:06:08 | <christo> | and create my own files within the project for playing around with it |
| 2020-10-08 11:08:07 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 256 seconds) |
| 2020-10-08 11:08:23 | × | christo quits (516071d5@81.96.113.213) (Remote host closed the connection) |
| 2020-10-08 11:08:41 | → | Zetagon joins (~leo@c151-177-52-233.bredband.comhem.se) |
| 2020-10-08 11:08:48 | → | toorevitimirp joins (~tooreviti@117.182.180.245) |
| 2020-10-08 11:11:27 | <davean> | The issue is just its Setup, you can build it with v2 just fine, just specify the Cabal version. |
| 2020-10-08 11:12:07 | <yushyin> | they left :/ |
| 2020-10-08 11:12:14 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2020-10-08 11:13:49 | <davean> | I think they just really wanted to think the problem was what they thought it was :/ |
| 2020-10-08 11:17:57 | × | wei2912 quits (~wei2912@unaffiliated/wei2912) (Quit: Lost terminal) |
| 2020-10-08 11:18:11 | × | xsperry quits (~as@unaffiliated/xsperry) (Ping timeout: 240 seconds) |
| 2020-10-08 11:18:40 | → | urodna joins (~urodna@unaffiliated/urodna) |
| 2020-10-08 11:20:17 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-08 11:22:02 | → | shatriff_ joins (~vitaliish@193.239.152.9) |
| 2020-10-08 11:23:07 | × | todda7 quits (~torstein@2a02:587:d3b:1b36:e92e:3500:403:694a) (Ping timeout: 272 seconds) |
| 2020-10-08 11:23:23 | → | Franciman joins (~francesco@host-95-247-31-62.retail.telecomitalia.it) |
| 2020-10-08 11:24:45 | × | shatriff quits (~vitaliish@88.155.84.139) (Ping timeout: 240 seconds) |
| 2020-10-08 11:25:07 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2020-10-08 11:27:43 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 2.9) |
| 2020-10-08 11:28:17 | → | machinedgod joins (~machinedg@24.105.81.50) |
| 2020-10-08 11:29:58 | hackage | hsinspect 0.0.17 - Inspect Haskell source files. https://hackage.haskell.org/package/hsinspect-0.0.17 (tseenshe) |
| 2020-10-08 11:31:12 | → | roconnor joins (~roconnor@host-45-78-225-249.dyn.295.ca) |
| 2020-10-08 11:32:08 | × | alp quits (~alp@2a01:e0a:58b:4920:4d3:fcd8:bff8:2549) (Remote host closed the connection) |
| 2020-10-08 11:32:33 | → | alp joins (~alp@2a01:e0a:58b:4920:490:f804:4532:9fca) |
| 2020-10-08 11:32:52 | × | shatriff_ quits (~vitaliish@193.239.152.9) (Remote host closed the connection) |
| 2020-10-08 11:35:57 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:1051:6dd6:ffb:a01a) (Ping timeout: 260 seconds) |
| 2020-10-08 11:37:17 | → | ClaudiusMaximus joins (~claude@198.123.199.146.dyn.plus.net) |
| 2020-10-08 11:37:53 | → | jedws joins (~jedws@121.209.161.98) |
| 2020-10-08 11:37:57 | × | ClaudiusMaximus quits (~claude@198.123.199.146.dyn.plus.net) (Changing host) |
| 2020-10-08 11:37:57 | → | ClaudiusMaximus joins (~claude@unaffiliated/claudiusmaximus) |
| 2020-10-08 11:39:52 | → | hekkaidekapus[ joins (~tchouri@gateway/tor-sasl/hekkaidekapus) |
| 2020-10-08 11:40:15 | × | jedws quits (~jedws@121.209.161.98) (Client Quit) |
| 2020-10-08 11:41:43 | × | hekkaidekapus} quits (~tchouri@gateway/tor-sasl/hekkaidekapus) (Ping timeout: 240 seconds) |
| 2020-10-08 11:44:23 | × | rprije quits (~rprije@203.214.95.251) (Ping timeout: 256 seconds) |
| 2020-10-08 11:48:05 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:a16f:75:586:b3b0) (Quit: cosimone) |
| 2020-10-08 11:48:18 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:d198:9f67:639d:eb47) |
| 2020-10-08 11:50:28 | × | alx741 quits (~alx741@186.178.110.191) (Ping timeout: 272 seconds) |
| 2020-10-08 11:50:58 | × | tsrt^ quits (tsrt@ip98-184-89-2.mc.at.cox.net) () |
| 2020-10-08 11:52:31 | → | nuh^ joins (nuh@ip98-184-89-2.mc.at.cox.net) |
| 2020-10-08 11:58:13 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:d198:9f67:639d:eb47) (Quit: WeeChat 2.7.1) |
| 2020-10-08 11:58:38 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:d198:9f67:639d:eb47) |
| 2020-10-08 11:59:29 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:d198:9f67:639d:eb47) (Client Quit) |
| 2020-10-08 11:59:50 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:d198:9f67:639d:eb47) |
| 2020-10-08 12:00:01 | × | sirkitree quits (~sirkitree@185.204.1.185) () |
| 2020-10-08 12:01:45 | × | chaosmasttter quits (~chaosmast@p200300c4a70b40010854fe5f0255a133.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 2020-10-08 12:02:43 | → | alx741 joins (~alx741@186.178.110.231) |
| 2020-10-08 12:06:27 | × | cpressey quits (~cpressey@79-72-202-104.dynamic.dsl.as9105.com) (Quit: Lunch) |
| 2020-10-08 12:08:07 | → | seanvert joins (~user@177.84.244.242) |
| 2020-10-08 12:10:54 | × | matthias_gorgens quits (ca85cca7@202.133.204.167) (Ping timeout: 245 seconds) |
| 2020-10-08 12:11:33 | × | plutoniix quits (~q@175.176.222.7) (Quit: Leaving) |
| 2020-10-08 12:12:18 | → | dyeplexer joins (~lol@unaffiliated/terpin) |
| 2020-10-08 12:13:18 | <Tario> | Alright, thank you sm! I'll take a look on the repos wiki |
| 2020-10-08 12:14:19 | <codedmart> | I am trying to use http-conduit to download a file and stream to s3 using amazonka-s3-streaming. I am seeing this error: https://gist.github.com/codedmart/d3c5f008c4a8ad27b24e649f8771a590 |
| 2020-10-08 12:14:38 | <codedmart> | Anyone that can provide some ideas/clues to what I am missing here. |
| 2020-10-08 12:15:10 | × | rihards quits (~rihards@balticom-142-78-50.balticom.lv) (Quit: rihards) |
| 2020-10-08 12:15:25 | → | carlomagno joins (~cararell@inet-hqmc02-o.oracle.com) |
| 2020-10-08 12:17:24 | <jackdk> | codedmart: looks like the commit that fixes the problem -- https://github.com/brendanhay/amazonka/commit/83dc7ad38a76e1db5f2490d7c7d8e269df8976aa -- hasn't yet made it into an amazonka release. |
| 2020-10-08 12:18:13 | <codedmart> | jackdk Ah I missed that :(. Thanks! |
| 2020-10-08 12:19:04 | <jackdk> | yeah, the slow rate of PR merges in amazonka is a tragedy |
| 2020-10-08 12:19:37 | <sshine> | I'm getting a type error I don't understand. http://pastie.org/p/3PpeaPreqcmDAG87HAFhVD - https://github.com/sshine/dagger2/blob/more-foldfix/src/Dagger/Contract/Traversal.hs - somewhere in my code, word = Integer gets assumed, but I don't know why. |
| 2020-10-08 12:20:51 | → | NinjaTrappeur1 joins (~ninja@unaffiliated/ninjatrappeur) |
| 2020-10-08 12:21:27 | → | xsperry joins (~as@unaffiliated/xsperry) |
All times are in UTC.