Logs: freenode/#haskell
| 2021-05-04 01:06:51 | × | st8less quits (~st8less@inet-167-224-197-181.isp.ozarksgo.net) (Quit: WeeChat 2.9) |
| 2021-05-04 01:08:20 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:85a:4fb7:871c:f700) (Client Quit) |
| 2021-05-04 01:09:49 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds) |
| 2021-05-04 01:10:38 | × | whataday quits (~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection) |
| 2021-05-04 01:10:38 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 01:11:45 | → | whataday joins (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2021-05-04 01:14:41 | → | myShoggoth joins (~myShoggot@97-120-89-117.ptld.qwest.net) |
| 2021-05-04 01:14:49 | → | stree joins (~stree@68.36.8.116) |
| 2021-05-04 01:15:07 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 252 seconds) |
| 2021-05-04 01:15:34 | → | ddellacosta joins (~ddellacos@86.106.143.174) |
| 2021-05-04 01:15:34 | → | Kaiepi joins (~Kaiepi@47.54.252.148) |
| 2021-05-04 01:20:01 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:85a:4fb7:871c:f700) |
| 2021-05-04 01:20:25 | → | xkapastel joins (uid17782@gateway/web/irccloud.com/x-zzsxuiyavclioktm) |
| 2021-05-04 01:20:27 | → | aVikingTrex joins (2be74510@43.231.69.16) |
| 2021-05-04 01:20:32 | × | ddellacosta quits (~ddellacos@86.106.143.174) (Ping timeout: 240 seconds) |
| 2021-05-04 01:23:59 | → | Tracis joins (aa4f239b@170-79-35-155.wantel.net.br) |
| 2021-05-04 01:24:30 | <Tracis> | hi guys |
| 2021-05-04 01:26:06 | → | bitmapper joins (uid464869@gateway/web/irccloud.com/x-eetcvtwqhyagxzpq) |
| 2021-05-04 01:28:00 | × | notzmv quits (~zmv@unaffiliated/zmv) (Ping timeout: 268 seconds) |
| 2021-05-04 01:28:56 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 01:29:09 | → | ADG1089 joins (~aditya@223.236.186.113) |
| 2021-05-04 01:30:35 | <Tracis> | does anyone know how to solve "could not find module 'prelude' " error? I tried the "cabal v2-build" command, and gave this error message |
| 2021-05-04 01:30:51 | × | jijimofo quits (~cmo@S010610561191f5d6.lb.shawcable.net) (Quit: Leaving) |
| 2021-05-04 01:31:35 | <Tracis> | before that, I used the standard "cabal init" command |
| 2021-05-04 01:33:06 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 240 seconds) |
| 2021-05-04 01:33:50 | <cdsmith> | Tracis: Check that base is listed under build-depends on the cabal file? |
| 2021-05-04 01:35:58 | <Tracis> | in the project folder or that . file in the home directory? |
| 2021-05-04 01:36:10 | × | xff0x quits (~xff0x@2001:1a81:5320:8100:2eab:8db5:7232:a44c) (Ping timeout: 276 seconds) |
| 2021-05-04 01:36:29 | <cdsmith> | In the project folder. There should be a file, usually named after the directory with an extension of ".cabal" |
| 2021-05-04 01:36:59 | <cdsmith> | You're looking for "build-depends:", and make sure that base is one of the listed packages there |
| 2021-05-04 01:37:08 | → | ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-05-04 01:37:28 | → | xff0x joins (~xff0x@2001:1a81:5215:6f00:2c52:1286:1373:82fb) |
| 2021-05-04 01:37:47 | <Tracis> | yeah, all alright in there, cdsmith |
| 2021-05-04 01:38:43 | <Tracis> | actually, idk. It is listed "base >=4.14 && <4.15" |
| 2021-05-04 01:39:07 | <cdsmith> | Yeah, that looks fine. I'm not sure why you'd get that error, then. base definitely defines the Prelude module. |
| 2021-05-04 01:39:21 | <Tracis> | i'll try again |
| 2021-05-04 01:39:32 | × | myShoggoth quits (~myShoggot@97-120-89-117.ptld.qwest.net) (Ping timeout: 240 seconds) |
| 2021-05-04 01:39:40 | <cdsmith> | And you're running cabal build from inside that directory? |
| 2021-05-04 01:40:19 | <Tracis> | yeah |
| 2021-05-04 01:40:25 | <Tracis> | maybe i figured out |
| 2021-05-04 01:40:58 | <Tracis> | "There are files missing in the 'base-4.14.1.0' package" |
| 2021-05-04 01:41:45 | <cdsmith> | Oh, yeah. That's weird; not sure how it happened, but I'd try deleting ~/.ghc and then rerunning the build. |
| 2021-05-04 01:41:56 | <yushyin> | Tracis: arch linux? |
| 2021-05-04 01:42:28 | <Tracis> | yushyin yes. Manjaro, actually |
| 2021-05-04 01:42:38 | <yushyin> | use ghcup |
| 2021-05-04 01:42:52 | × | ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2021-05-04 01:42:52 | <Tracis> | i'll try that cdsmith |
| 2021-05-04 01:44:05 | <yushyin> | Tracis: do not try to use the ghc from your linux distribution, it is not suitable for development purposes |
| 2021-05-04 01:44:26 | <yushyin> | Tracis: https://gitlab.haskell.org/haskell/ghcup-hs/#installation |
| 2021-05-04 01:44:53 | <Tracis> | yushyin ok |
| 2021-05-04 01:47:13 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 01:51:22 | × | Tracis quits (aa4f239b@170-79-35-155.wantel.net.br) (Ping timeout: 240 seconds) |
| 2021-05-04 01:51:32 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 240 seconds) |
| 2021-05-04 01:51:52 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-04 01:54:42 | × | Narinas quits (~Narinas@187-178-93-112.dynamic.axtel.net) (Ping timeout: 260 seconds) |
| 2021-05-04 01:56:47 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds) |
| 2021-05-04 01:56:47 | × | darjeeling_ quits (~darjeelin@115.215.42.118) (Ping timeout: 265 seconds) |
| 2021-05-04 02:03:59 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:4851:1ff9:a46:9389) (Remote host closed the connection) |
| 2021-05-04 02:04:43 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:4851:1ff9:a46:9389) |
| 2021-05-04 02:04:51 | × | howdoi quits (uid224@gateway/web/irccloud.com/x-kpxmuqxybttglbrz) (Quit: Connection closed for inactivity) |
| 2021-05-04 02:05:29 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 02:05:41 | × | s00pcan quits (~chris@107.181.165.217) (Ping timeout: 240 seconds) |
| 2021-05-04 02:07:28 | → | JustinCase joins (~justin@2600:4040:122c:1400:3e6a:a7ff:fe68:5a47) |
| 2021-05-04 02:07:44 | → | s00pcan joins (~chris@075-133-056-178.res.spectrum.com) |
| 2021-05-04 02:09:09 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:4851:1ff9:a46:9389) (Ping timeout: 245 seconds) |
| 2021-05-04 02:10:19 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 265 seconds) |
| 2021-05-04 02:14:30 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-05-04 02:19:43 | × | JustinCase quits (~justin@2600:4040:122c:1400:3e6a:a7ff:fe68:5a47) (Ping timeout: 276 seconds) |
| 2021-05-04 02:20:10 | → | JustinCase joins (~justin@2600:4040:122c:1400:3e6a:a7ff:fe68:5a47) |
| 2021-05-04 02:21:39 | × | urodna_ quits (~urodna@unaffiliated/urodna) (Quit: urodna_) |
| 2021-05-04 02:22:36 | → | Narinas joins (~Narinas@187-178-93-112.dynamic.axtel.net) |
| 2021-05-04 02:22:37 | × | cads quits (~cads@ip-64-72-99-232.lasvegas.net) (Ping timeout: 260 seconds) |
| 2021-05-04 02:23:48 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 02:24:41 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2021-05-04 02:25:23 | × | chisui quits (5882395a@mue-88-130-57-090.dsl.tropolys.de) (Ping timeout: 240 seconds) |
| 2021-05-04 02:25:29 | × | theDon quits (~td@94.134.91.148) (Ping timeout: 246 seconds) |
| 2021-05-04 02:27:38 | → | theDon joins (~td@94.134.91.246) |
| 2021-05-04 02:28:31 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 260 seconds) |
| 2021-05-04 02:30:41 | × | geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-05-04 02:31:39 | × | gonemad3 quits (~gonemad3@185.163.110.100) (Remote host closed the connection) |
| 2021-05-04 02:32:10 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-04 02:33:06 | → | jgt_ joins (~jgt@37.157.184.76) |
| 2021-05-04 02:33:11 | → | FinnElija joins (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-05-04 02:33:11 | finn_elija | is now known as Guest89986 |
| 2021-05-04 02:33:11 | FinnElija | is now known as finn_elija |
| 2021-05-04 02:33:32 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds) |
| 2021-05-04 02:34:59 | → | cads joins (~cads@ip-64-72-99-232.lasvegas.net) |
| 2021-05-04 02:36:21 | × | Guest89986 quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 240 seconds) |
| 2021-05-04 02:36:41 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 246 seconds) |
| 2021-05-04 02:37:26 | × | jgt_ quits (~jgt@37.157.184.76) (Ping timeout: 240 seconds) |
| 2021-05-04 02:39:54 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-05-04 02:40:14 | → | rajivr joins (uid269651@gateway/web/irccloud.com/x-ccbitpzrbtqmayhw) |
| 2021-05-04 02:40:46 | × | machinedgod quits (~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 268 seconds) |
| 2021-05-04 02:41:41 | × | nineonin_ quits (~nineonine@50.216.62.2) (Ping timeout: 240 seconds) |
| 2021-05-04 02:44:33 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-04 02:44:38 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 265 seconds) |
| 2021-05-04 02:45:25 | → | geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) |
| 2021-05-04 02:48:52 | × | cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
| 2021-05-04 02:49:33 | × | renzhi quits (~renzhi@2607:fa49:6500:bc00::e7b) (Ping timeout: 250 seconds) |
| 2021-05-04 02:51:13 | → | jgt_ joins (~jgt@37.157.184.76) |
All times are in UTC.