From 9dee43b1ecc0302f5e9978e3c5fa266ef032c622 Mon Sep 17 00:00:00 2001 From: Correl Date: Sat, 12 Mar 2022 00:43:20 -0500 Subject: [PATCH] updates --- 20200711113241-haskell.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20200711113241-haskell.org b/20200711113241-haskell.org index 8a4f8bd..36017b9 100644 --- a/20200711113241-haskell.org +++ b/20200711113241-haskell.org @@ -23,7 +23,7 @@ tools, the Haskell Language Server, and more. * REPLs - ghci :: The Glasgow Haskell Compiler interactive environment. * Language Servers -- [[https://github.com/haskell/haskell-language-server][hls]] :: The Haskell Language Server +- [[https://github.com/haskell/haskell-language-server][hls]] :: The Haskell Language Server, the official Haskell LSP implementation. * Resources ** [[id:7c8bd8bb-3fe8-4c50-8a43-b8a48e482ef5][Haskell Programming from first principles]] ** [[https://www.seas.upenn.edu/~cis194/fall16/][CIS 194: Introduction to Haskell (Fall 2016)]]