fix(3p/haskell_overlay): Fix imports and remove unused file

Change-Id: I1973bc1b11442dc8150c3b07bd06a6f94c4c4380
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1851
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: kanepyork <rikingcoding@gmail.com>
This commit is contained in:
Vincent Ambo 2020-08-26 23:56:33 +01:00 committed by tazjin
parent 7e6b3e1b42
commit eb3c4a3c11
2 changed files with 1 additions and 50 deletions

View file

@ -1,4 +1,4 @@
{ pkgs ? import ./nixpkgs.nix {} }:
{ pkgs ? import ./nixpkgs.nix {}, ... }:
self: super: with pkgs.haskell.lib; rec {
aeson = doJailbreak super.aeson;