xmonad: fixed lsp

This commit is contained in:
Ingolf Wagner 2019-11-09 17:14:52 +01:00
parent 8b3e1e91cc
commit 91bc17caa8
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 3 deletions

View file

@ -8,6 +8,6 @@ pkgs.mkShell {
haskellPackages.hindent haskellPackages.hindent
haskellPackages.hlint haskellPackages.hlint
haskellPackages.stylish-haskell haskellPackages.stylish-haskell
#(all-hies.selection { selector = p: {inherit (p) ghc864; }; }) (all-hies.selection { selector = p: {inherit (p) ghc865; }; })
]; ];
} }

View file

@ -1,6 +1,6 @@
cabal-version: 2.4
-- this is only here to satisfy my haskell mode in emacs -- this is only here to satisfy my haskell mode in emacs
cabal-version: 2.4
name: palos-xmonad name: palos-xmonad
version: 0.1.0.0 version: 0.1.0.0
license: GPL-3.0-only license: GPL-3.0-only
@ -8,7 +8,6 @@ license-file: LICENSE
author: Ingolf Wagner author: Ingolf Wagner
maintainer: contact@ingolf-wagner.de maintainer: contact@ingolf-wagner.de
category: Graphics category: Graphics
extra-source-files: CHANGELOG.md
executable palos-xmonad executable palos-xmonad
main-is: Main.hs main-is: Main.hs
@ -16,6 +15,7 @@ executable palos-xmonad
other-extensions: TypeSynonymInstances, MultiParamTypeClasses other-extensions: TypeSynonymInstances, MultiParamTypeClasses
build-depends: base build-depends: base
, xmonad , xmonad
, containers
, deepseq , deepseq
, xmonad-contrib , xmonad-contrib
, xmonad-extras , xmonad-extras