angerman changed the topic of #haskell.nix to: https://input-output-hk.github.io/haskell.nix - alternative haskell infrastructure for nix; logs at https://logs.nix.samueldr.com/haskell.nix
fendor has joined #haskell.nix
hekkaidekapus_ has joined #haskell.nix
hekkaidekapus has quit [Ping timeout: 240 seconds]
NinjaTrappeur has quit [Quit: WeeChat 2.9]
NinjaTrappeur has joined #haskell.nix
NinjaTrappeur has quit [Quit: WeeChat 2.9]
NinjaTrappeur has joined #haskell.nix
NinjaTrappeur has quit [Quit: WeeChat 2.9]
NinjaTrappeur has joined #haskell.nix
NinjaTrappeur has quit [Client Quit]
NinjaTrappeur has joined #haskell.nix
NinjaTrappeur has quit [Quit: WeeChat 2.9]
NinjaTrappeur has joined #haskell.nix
NinjaTrappeur has quit [Client Quit]
NinjaTrappeur has joined #haskell.nix
hekkaidekapus_ is now known as hekkaidekapus
igghibu has joined #haskell.nix
igghibu has quit [Quit: Textual IRC Client: www.textualapp.com]
fendor_ has joined #haskell.nix
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #haskell.nix
fendor_ has quit [Read error: Connection reset by peer]
clever_ has joined #haskell.nix
proofofkeags has quit [Read error: Connection reset by peer]
proofofkeags has joined #haskell.nix
clever has quit [Ping timeout: 240 seconds]
<proofofkeags> When trying to compile a project on stackage-16.15 one of the packages fails because the remote iserv got an "unexpected end of stream"
<proofofkeags> the error presents in ghc-boot-8.8.4 which I noticed isn't on hackage at all
<proofofkeags> which is somewhat concerning since, I'm not actually sure how it got that far
<proofofkeags> unless ghc884 was released to nixpkgs before hackage (highly surprising)
<proofofkeags> I'm trying again with downgrading my package set to stackage-16.11 (latest ghc883) which does have a ghc-boot that is on hackage
<proofofkeags> I should note though that this *only* applies to when I am trying to cross-compile to armv7l-gnueabihf
<proofofkeags> if i do a regular, non cross, build with the same project/package set, it completes nicely
<proofofkeags> I'm not sure what questions to even ask at this point since the error is so deep in ghc internals I'm not even sure what is supposed to be happening let alone why it isn't
<proofofkeags> angerman: any ideas?