diff options
author | stuebinm | 2022-06-15 11:38:10 +0200 |
---|---|---|
committer | stuebinm | 2022-06-15 11:38:10 +0200 |
commit | 9b6526ca9783c82fc52a0bc3421fbe817a6d99ca (patch) | |
tree | 46d706d5c495065dfd7de4d8c9cbfd99d1f994db /home | |
parent | 06300ca88c4e4f070191e1182dfe786e550de1f5 (diff) |
home: downgrade haskell
(newer versions of hls are still troublesome)
Diffstat (limited to 'home')
-rw-r--r-- | home/packages.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/packages.nix b/home/packages.nix index 39c0b90..ba298bf 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -27,7 +27,8 @@ in # things for emacs sqlite brightnessctl scrot playerctl tlp # haskell & co - ghc cabal-install stack haskell.packages.ghc8107.haskell-language-server + haskell.packages.ghc8107.ghc cabal-install stack + haskell.packages.ghc8107.haskell-language-server haskellPackages.hoogle haskellPackages.stylish-haskell # other functional things racket dhall lean dune_2 ocamlPackages.utop ocamlPackages.ocp-indent @@ -45,6 +46,6 @@ in nixfmt niv inputs.deploy-rs.defaultPackage.${system} # isabelle (import "${inputs.playground.outPath}/isabelle-nix-fhsenv" {inherit pkgs; }) - # (import /home/stuebinm/projects/isabelle-utils {}).isabat + (import /home/stuebinm/projects/isabelle-utils {}).isabat ]; } |