proofofkeags__ has quit [Ping timeout: 246 seconds]
_rvl has joined #haskell.nix
acarrico has quit [Ping timeout: 258 seconds]
proofofkeags_ has joined #haskell.nix
proofofkeags has joined #haskell.nix
proofofkeags has quit [Ping timeout: 260 seconds]
proofofkeags_ has quit [Ping timeout: 260 seconds]
__monty__ has joined #haskell.nix
<michaelpj>
hhefesto: yeah, if you can make it work the way you want with `cabal.project`, it should also "just work" in haskell.nix. I don't think it's going to be very easy to override a package from the package set with a different derivation - how did you build it? Especially if you built it with the nixpkgs haskell infrastructure it probably won't work.
karolus has joined #haskell.nix
hekkaidekapus has quit [Quit: hekkaidekapus]
hekkaidekapus has joined #haskell.nix
lally_ has joined #haskell.nix
lally has quit [Ping timeout: 258 seconds]
lally_ is now known as lally
johnny101 has quit [Ping timeout: 272 seconds]
fendor has quit [Remote host closed the connection]
fendor has joined #haskell.nix
fendor_ has joined #haskell.nix
fendor has quit [Ping timeout: 258 seconds]
flokli has quit [Ping timeout: 272 seconds]
flokli has joined #haskell.nix
proofofkeags has joined #haskell.nix
proofofkeags_ has joined #haskell.nix
fendor_ has quit [Remote host closed the connection]
<hhefesto>
michaelpj: Thanks! I did made `default.nix` with nixpkgs haskell infrastucture (`pkgs.haskellPackages.callPackage` on a `cabal2nix` output); sad to hear this currently doesn't help.
<hhefesto>
How can I go about fixing a hackage pacakge that breaks with `haskell.nix` but not if I build by other means (like `git clone https://github.com/mkloczko/derive-storable-plugin && cd derive-storable-plugin && nix-shell -p haskell.compiler.ghc884 haskellPackages.Cabal_3_2_0_0 cabal-install --pure && cabal new-build` on channel nixos-20.09). Maybe opening an issue on haskell.nix's github repo informing this hackage pa
<hhefesto>
ckage is broken?
<hhefesto>
Maybe a pull request, but I wouldn't know where to start (any pointers?)