remove unnecessary imports in ghcjs-ng/8.6/dep-overrides.nix

This commit is contained in:
Dhruv Dang 2020-08-24 10:41:11 -07:00
parent 871e0ddca7
commit a6ac08e37c

View File

@ -1,4 +1,4 @@
{ lib, haskellLib, fetchFromGitHub }:
{ haskellLib }:
let inherit (haskellLib) doJailbreak dontHaddock dontCheck;
in self: super: {