configuration-ghc-94.nix: Fix references to lsp and lsp-types source (#3265)

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
This commit is contained in:
Akshay Mankar 2022-10-09 11:14:50 +02:00 committed by GitHub
parent 6d49b343ca
commit 4898f5b568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,8 @@ let
integer-logarithms = hsuper.callHackage "integer-logarithms" "1.0.3.1" {};
hiedb = hsuper.callHackage "hiedb" "0.4.2.0" {};
hie-bios = hsuper.callHackage "hie-bios" "0.11.0" {};
lsp = hsuper.callCabal2nix "lsp" "${inputs.lsp}/lsp" {};
lsp-types = hsuper.callCabal2nix "lsp-types" "${inputs.lsp}/lsp-types" {};
lsp = hsuper.callCabal2nix "lsp" inputs.lsp {};
lsp-types = hsuper.callCabal2nix "lsp-types" inputs.lsp-types {};
# Re-generate HLS drv excluding some plugins
haskell-language-server =