Skip to content

Instantly share code, notes, and snippets.

@maxild
Created March 12, 2020 23:07
Show Gist options
  • Save maxild/00ae440e00ceeeeece5393038cb49d68 to your computer and use it in GitHub Desktop.
Save maxild/00ae440e00ceeeeece5393038cb49d68 to your computer and use it in GitHub Desktop.
hie --debug output
Running HIE(hie)
Version 1.2 x86_64 ghc-8.6.5
To run as a LSP server on stdio, provide the '--lsp' argument
Current directory:/Users/maxfire/Projects/haskell/fp-course
args:["--debug"]
Looking for project config cradle...
###################################################
Cradle: GHC session
Project Ghc version: 8.6.5
Libdir: Just "/Users/maxfire/.ghcup/ghc/8.6.5/lib/ghc-8.6.5"
Searching for Haskell source files...
Found 49 Haskell source files.
###################################################
Found the following files:
/Users/maxfire/Projects/haskell/fp-course/support/Setup.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/JsonParser.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Cheque.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Interactive.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Parser.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Traversable.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Validation.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/FileIO.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/State.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/MoreParser.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/ListZipper.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/JsonValue.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/FastAnagrams.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Compose.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Anagrams.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Comonad.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/StateT.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/List.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Optional.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Contravariant.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Person.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Applicative.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Alternative.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Monad.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Core.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Functor.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/Extend.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course/ExactlyOne.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/Loader.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ComonadTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ListZipperTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/FunctorTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/StateTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ListTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/OptionalTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework/Property.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework/Random.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ParserTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ApplicativeTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/MoreParserTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/TraversableTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/JsonParserTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/StateTTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/MonadTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ExtendTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ValidationTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Test/ChequeTest.hs
/Users/maxfire/Projects/haskell/fp-course/src/Course.hs
Load them all now. This may take a very long time.
###################################################
###################################################
Dumping diagnostics:
/Users/maxfire/Projects/haskell/fp-course/support/Setup.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/JsonParser.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Cheque.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Interactive.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Parser.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Traversable.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Validation.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/FileIO.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/State.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/MoreParser.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/ListZipper.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/JsonValue.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/FastAnagrams.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Compose.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Anagrams.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Comonad.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/StateT.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/List.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Optional.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Contravariant.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Person.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Applicative.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Alternative.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Monad.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Core.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Functor.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/Extend.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course/ExactlyOne.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/Loader.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ComonadTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ListZipperTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/FunctorTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/StateTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ListTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/OptionalTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework/Property.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework/Random.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ParserTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ApplicativeTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/MoreParserTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/TraversableTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/JsonParserTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/StateTTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/MonadTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ExtendTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/Framework.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ValidationTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Test/ChequeTest.hs: OK
/Users/maxfire/Projects/haskell/fp-course/src/Course.hs: OK
Note: loading of 'Setup.hs' is not supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment