$ ghcid -v
%OS: linux
%ARCH: x86_64
%VERSION: 0.8.9
%ARGUMENTS: ["-v"]
ghcid: user error (Error: couldn't start native file manager: fdType: unsupported operation (unknown file type))
HasCallStack backtrace:
collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:92:13 in ghc-internal:GHC.Internal.Exception
toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
throwIO, called at libraries/ghc-internal/src/GHC/Internal/Control/Exception/Base.hs:195:43 in ghc-internal:GHC.Internal.Control.Exception.Base
$ ghcid -V
Auto reloading GHCi daemon v0.8.9
$ which ghcid
/home/bss/.cabal/bin/ghcid
$ cabal --version
cabal-install version 3.12.1.0
compiled using version 3.12.1.0 of the Cabal library
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.10.1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
$ uname -a
Linux MW-LT-0068 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Just reinstalled today. Yesterday ghc-9.2.8/ghcid-0.8.8-e-ghcid-e53e7fac37f3705ed1023817b33dd41f77c667fb855f6d040e0a0e2498ef3cf5 was working, but I cleaned that up as I was removing older GHC versions.
Just reinstalled today. Yesterday
ghc-9.2.8/ghcid-0.8.8-e-ghcid-e53e7fac37f3705ed1023817b33dd41f77c667fb855f6d040e0a0e2498ef3cf5was working, but I cleaned that up as I was removing older GHC versions.