Logs: liberachat/#haskell
| 2021-06-08 09:15:58 | → | eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:90fb:e693:9986:91e0) |
| 2021-06-08 09:16:32 | → | thiross joins (~thiross@39.170.37.82) |
| 2021-06-08 09:17:06 | × | azeem quits (~azeem@176.201.35.122) (Ping timeout: 250 seconds) |
| 2021-06-08 09:17:21 | → | pavonia joins (~user@user/siracusa) |
| 2021-06-08 09:17:56 | → | pera joins (~pera@user/pera) |
| 2021-06-08 09:19:19 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-06-08 09:20:15 | × | eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:90fb:e693:9986:91e0) (Ping timeout: 244 seconds) |
| 2021-06-08 09:21:52 | → | azeem joins (~azeem@176.201.35.122) |
| 2021-06-08 09:24:59 | → | Guest48 joins (~Guest48@ec2-52-76-156-114.ap-southeast-1.compute.amazonaws.com) |
| 2021-06-08 09:25:37 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2021-06-08 09:26:06 | × | thiross quits (~thiross@39.170.37.82) () |
| 2021-06-08 09:28:04 | → | Evie- joins (~evie@user/evie-) |
| 2021-06-08 09:31:26 | → | Torro joins (Torro@gateway/vpn/protonvpn/torro) |
| 2021-06-08 09:31:33 | × | unyu quits (~pyon@user/pyon) (Quit: WeeChat 3.1) |
| 2021-06-08 09:31:52 | <dminuoso> | guest61: Check my gist earlier |
| 2021-06-08 09:33:35 | ← | Wally parts (~Wally@dragonbox/forum-staff/wally) (https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2021-06-08 09:34:11 | × | Guest48 quits (~Guest48@ec2-52-76-156-114.ap-southeast-1.compute.amazonaws.com) (Quit: Ping timeout (120 seconds)) |
| 2021-06-08 09:34:14 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-06-08 09:34:59 | → | Toast52 joins (~Toast52@151.192.167.120) |
| 2021-06-08 09:35:10 | × | jorjor quits (~jorgemene@85.251.190.6.dyn.user.ono.com) (Quit: Konversation terminated!) |
| 2021-06-08 09:38:43 | → | tromp joins (~textual@dhcp-077-249-230-040.chello.nl) |
| 2021-06-08 09:39:15 | <Toast52> | hello, does anyone know about linking windows apis? |
| 2021-06-08 09:39:40 | <Toast52> | do you need the windows 10 sdk for the header files? or can you just write your own header files |
| 2021-06-08 09:40:07 | → | xerox joins (~edi@user/edi) |
| 2021-06-08 09:40:31 | <Toast52> | and is linking simply adding the extra-lib-dirs flag to your cabal config file |
| 2021-06-08 09:40:49 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 258 seconds) |
| 2021-06-08 09:40:59 | <Toast52> | to the winapi dll directory |
| 2021-06-08 09:48:29 | × | fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection) |
| 2021-06-08 09:48:30 | → | bontaq joins (~user@ool-18e47f8d.dyn.optonline.net) |
| 2021-06-08 09:49:17 | → | Toast52_ joins (~Toast52@151.192.167.120) |
| 2021-06-08 09:50:07 | → | fizbin joins (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) |
| 2021-06-08 09:51:54 | × | Toast52 quits (~Toast52@151.192.167.120) (Ping timeout: 252 seconds) |
| 2021-06-08 09:53:13 | <maerwald> | Toast52_: no idea, but did you check https://hackage.haskell.org/package/Win32-2.12.0.0/Win32.cabal |
| 2021-06-08 09:53:32 | <maerwald> | they just add some stuff to extra-libraries... I'm not sure if that's from msys2 or whatnot |
| 2021-06-08 09:56:18 | × | dunkeln quits (~dunkeln@94.129.65.28) (Ping timeout: 252 seconds) |
| 2021-06-08 09:56:39 | × | xff0x quits (~xff0x@2001:1a81:5287:b700:b1a7:c5b9:6672:3b03) (Ping timeout: 272 seconds) |
| 2021-06-08 09:56:56 | × | xkuru quits (~xkuru@user/xkuru) (Read error: Connection reset by peer) |
| 2021-06-08 09:57:12 | <Toast52_> | I took a peek at the openglraw package to see how they did it |
| 2021-06-08 09:57:14 | → | xff0x joins (~xff0x@port-92-193-150-196.dynamic.as20676.net) |
| 2021-06-08 09:58:11 | × | fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection) |
| 2021-06-08 09:59:25 | <Toast52_> | ok it looks like extra-libraries is the correct place to put it |
| 2021-06-08 09:59:38 | fendor_ | is now known as fendor |
| 2021-06-08 09:59:48 | <fendor> | is Hackage UI down? :O |
| 2021-06-08 10:00:10 | <Toast52_> | does GHC know to search %PATH% for dlls? |
| 2021-06-08 10:01:18 | <maerwald> | Toast52_: I think PATH affects where dlls are searched on windows, yes |
| 2021-06-08 10:01:33 | <maerwald> | which is one of the reasons msys2 installations don't set path |
| 2021-06-08 10:01:38 | <maerwald> | otherwise hell breaks loose |
| 2021-06-08 10:01:41 | × | Erutuon quits (~Erutuon@user/erutuon) (Quit: WeeChat 2.8) |
| 2021-06-08 10:02:07 | <Torro> | fendor: hackage.haskell.org? |
| 2021-06-08 10:02:08 | → | ubert joins (~Thunderbi@2a02:8109:9880:303c:ca5b:76ff:fe29:f233) |
| 2021-06-08 10:02:19 | <fendor> | Torro, yeah |
| 2021-06-08 10:02:28 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-06-08 10:03:05 | <Torro> | fendor: fastly is having issues; see python.org and reddit.com, same issue |
| 2021-06-08 10:03:35 | <fendor> | ok, thanks! |
| 2021-06-08 10:04:41 | <Torro> | np |
| 2021-06-08 10:04:46 | <Toast52_> | damn |
| 2021-06-08 10:05:31 | × | chomwitt quits (~Pitsikoko@2a02:587:dc02:b00:98b0:cd42:bd6f:8295) (Ping timeout: 272 seconds) |
| 2021-06-08 10:08:26 | × | Cajun quits (~Cajun@ip98-163-211-112.no.no.cox.net) (Quit: Client closed) |
| 2021-06-08 10:09:13 | × | bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
| 2021-06-08 10:09:30 | <Torro> | liskin: /whois liskin |
| 2021-06-08 10:09:35 | <Torro> | oops, sorry |
| 2021-06-08 10:11:14 | <Torro> | saw your msg in #xmonad, wanted to check if you're in #haskell as well. Apologies |
| 2021-06-08 10:11:44 | → | anon joins (~anon@176.59.52.187) |
| 2021-06-08 10:11:50 | × | Torro quits (Torro@gateway/vpn/protonvpn/torro) (Quit: leaving) |
| 2021-06-08 10:12:20 | → | Torro joins (Torro@gateway/vpn/protonvpn/torro) |
| 2021-06-08 10:14:00 | → | sciencentistguy joins (~sciencent@hacksoc/ordinary-member) |
| 2021-06-08 10:14:12 | × | sciencentistguy quits (~sciencent@hacksoc/ordinary-member) (Client Quit) |
| 2021-06-08 10:14:24 | → | sciencentistguy joins (~sciencent@hacksoc/ordinary-member) |
| 2021-06-08 10:16:05 | × | anon quits (~anon@176.59.52.187) (Ping timeout: 258 seconds) |
| 2021-06-08 10:16:25 | × | benin03 quits (~benin@183.82.206.233) (Quit: The Lounge - https://thelounge.chat) |
| 2021-06-08 10:17:32 | → | eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:90fb:e693:9986:91e0) |
| 2021-06-08 10:18:56 | × | agumonke` quits (~user@88.160.31.174) (Read error: Connection reset by peer) |
| 2021-06-08 10:20:16 | → | mpt joins (~tom@2a02:908:1862:49e0::5) |
| 2021-06-08 10:21:44 | × | eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:90fb:e693:9986:91e0) (Ping timeout: 244 seconds) |
| 2021-06-08 10:24:17 | → | nilof joins (~olofs@90-227-86-119-no542.tbcn.telia.com) |
| 2021-06-08 10:24:27 | × | Torro quits (Torro@gateway/vpn/protonvpn/torro) (Quit: bye) |
| 2021-06-08 10:25:10 | → | Torro joins (Torro@gateway/vpn/protonvpn/torro) |
| 2021-06-08 10:27:39 | × | BosonCollider quits (~olofs@90-227-86-119-no542.tbcn.telia.com) (Ping timeout: 252 seconds) |
| 2021-06-08 10:29:51 | × | azeem quits (~azeem@176.201.35.122) (Ping timeout: 252 seconds) |
| 2021-06-08 10:30:16 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 258 seconds) |
| 2021-06-08 10:31:47 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-06-08 10:32:18 | ← | jakalx parts (~jakalx@base.jakalx.net) () |
| 2021-06-08 10:32:36 | → | azeem joins (~azeem@176.201.35.122) |
| 2021-06-08 10:34:14 | → | chomwitt joins (~Pitsikoko@athedsl-20549.home.otenet.gr) |
| 2021-06-08 10:34:59 | → | blizzard joins (~winter@2603-6011-f901-9e5b-78b5-8b2f-cdb2-4171.res6.spectrum.com) |
| 2021-06-08 10:35:12 | betelgeuse01 | is now known as betelgeuse |
| 2021-06-08 10:36:50 | × | sciencentistguy quits (~sciencent@hacksoc/ordinary-member) (Ping timeout: 250 seconds) |
| 2021-06-08 10:38:44 | → | sciencentistguy joins (~sciencent@hacksoc/ordinary-member) |
| 2021-06-08 10:39:33 | Philonous_ | is now known as Philonous |
| 2021-06-08 10:41:36 | × | yd502 quits (~yd502@180.168.212.6) (Ping timeout: 250 seconds) |
| 2021-06-08 10:41:43 | × | chomwitt quits (~Pitsikoko@athedsl-20549.home.otenet.gr) (Ping timeout: 264 seconds) |
| 2021-06-08 10:42:55 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 264 seconds) |
| 2021-06-08 10:44:04 | × | azeem quits (~azeem@176.201.35.122) (Ping timeout: 258 seconds) |
| 2021-06-08 10:45:53 | → | dunkeln joins (~dunkeln@94.129.65.28) |
| 2021-06-08 10:49:04 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-06-08 10:49:39 | × | fabfianda quits (~fabfianda@net-93-148-121-206.cust.vodafonedsl.it) (Ping timeout: 245 seconds) |
| 2021-06-08 10:49:54 | → | amirouche joins (~amirouche@static.62.204.203.116.clients.your-server.de) |
| 2021-06-08 10:50:24 | → | azeem joins (~azeem@176.201.35.122) |
| 2021-06-08 10:50:26 | <amirouche> | hello, I am trying to go through this article: https://rubenpieters.github.io/programming/haskell/2019/07/09/animation-dsl-1.html |
| 2021-06-08 10:50:33 | → | fabfianda joins (~fabfianda@mob-5-90-240-86.net.vodafone.it) |
All times are in UTC.