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
karolus has quit [Read error: Connection reset by peer]
jlanglois has joined #haskell.nix
jlanglois has quit [Client Quit]
jlanglois has joined #haskell.nix
jlanglois has quit [Quit: leaving]
arianvp has quit [*.net *.split]
arianvp has joined #haskell.nix
__monty__ has joined #haskell.nix
fendor has joined #haskell.nix
fendor_ has joined #haskell.nix
fendor has quit [Ping timeout: 256 seconds]
<hsyl20> domenkozar[m] GHC's build system generates a few files for the source distribution (those generated with ./boot, configure, etc.)
<domenkozar[m]> I got it to work!
<domenkozar[m]> and happy to report nonmoving GC is neat
terrorjack has joined #haskell.nix
jlotoski-znc has joined #haskell.nix
hekkaidekapus} has joined #haskell.nix
johnny101 has quit [Ping timeout: 256 seconds]
hekkaidekapus{ has quit [Ping timeout: 240 seconds]
fendor_ is now known as fendor
o1lo01ol_ has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 256 seconds]
o1lo01ol_ has quit [Remote host closed the connection]
fendor has quit [Remote host closed the connection]
fendor has joined #haskell.nix
fendor has quit [Remote host closed the connection]
cvlad- has quit [Ping timeout: 246 seconds]
joshmeredith has quit [Read error: Connection reset by peer]
lally has quit [Read error: Connection reset by peer]
joshmeredith has joined #haskell.nix
lally has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
cvlad- has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 240 seconds]
fendor has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 256 seconds]
o1lo01ol1o has joined #haskell.nix
<chessai> is it possible to specify a private github repo as a dependency for haskell.nix, using cabal.project
<__monty__> I assume you tried specifying it using the source-repository-package stanza?
<__monty__> This might be something cabal doesn't cater to because of synergy with hackage.
<chessai> how can i leverage overlays defined in nix for haskell.nix, instead of specifying them in my cabal.project? i mean, it would be nice to define them in my cabal.project, but currently i have three problems:
<chessai> 2. don't know where to put my already existing overlays such that haskell.nix can pick them up
<chessai> 1. can't seem to get private git repo deps
<chessai> __monty__: yes, that's exactly what i tried. unfortunately cabal seems incapable of fetching private git repos.
<chessai> i wrote three problems but it's really two
<chessai> would be great to leverage cabal.project but still be able to provide overrides to haskell.nix for private repos (fetched with builtins.fetchGit, which can fetch private repos)
<chessai> will look at source
<__monty__> I think to use your overlays you'd want to do `let hn = import haskell.nix {}; in import sources.nixpkgs (nixpkgsArgs // { overlays = nixpkgsArgs.overlays ++ myOverlays; }
<__monty__> Because I don't see a way to override the overlays more conveniently.
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 256 seconds]
fendor has quit [Read error: Connection reset by peer]
fendor has joined #haskell.nix
ptival[m] has joined #haskell.nix
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 240 seconds]
fendor has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #haskell.nix
o1lo01ol1o has quit [Ping timeout: 260 seconds]
__monty__ has quit [Quit: leaving]