Skip to content

Commit

Permalink
Remove hie
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jul 9, 2020
1 parent 36d4524 commit a41e5b3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/new-modules/dev/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

with lib;

let
all-hies = import (import ../../sources).all-hies {};

hie = all-hies.selection {
selector = p: {
inherit (p) ghc865 ghc883;
};
};
in
{

options.mine.dev.haskell.enable = mkEnableOption "Haskell dev config";
Expand All @@ -21,7 +12,6 @@ in
#haskellPackages.pointfree
#haskellPackages.stylish-haskell
haskellPackages.hlint
hie
];

mine.userConfig = {
Expand Down

0 comments on commit a41e5b3

Please sign in to comment.