Created
November 17, 2020 23:35
-
-
Save eborden/a2648dc9374d7de2029d32303238ccfd to your computer and use it in GitHub Desktop.
Failure from VS Code Haskell extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[client] run command: "/home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4 --lsp -d" | |
[client] debug command: "/home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4 --lsp -d" | |
[client] server cwd: undefined | |
haskell-language-server version: 0.6.0.0 (GHC: 8.8.4) (PATH: /home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4) (GIT hash: 372a12e797069dc3ac4fa33dcaabe3b992999d7c) | |
Starting (haskell-language-server)LSP server... | |
with arguments: LspArguments {argLSP = True, argsCwd = Nothing, argFiles = [], argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} | |
with plugins: [PluginId "brittany",PluginId "eval",PluginId "floskell",PluginId "fourmolu",PluginId "ghcide",PluginId "hlint",PluginId "importLens",PluginId "moduleName",PluginId "ormolu",PluginId "pragmas",PluginId "retrie",PluginId "stylish-haskell",PluginId "tactic"] | |
in directory: /home/eborden/code/megarepo/backend | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
2020-11-17 17:14:19.916282215 [ThreadId 5] - | |
haskell-lsp:Starting up server ... | |
2020-11-17 17:14:19.918442834 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24428,"clientInfo":{"name":"vscode","version":"1.51.1"},"rootPath":"/home/eborden/code/megarepo/backend","rootUri":"file:///home/eborden/code/megarepo/backend","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true,"versionSupport":false,"tagSupport":{"valueSet":[1,2]}},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"selectionRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":true},"semanticTokens":{"dynamicRegistration":true,"tokenTypes":["comment","keyword","number","regexp","operator","namespace","type","struct","class","interface","enum","typeParameter","function","member","macro","variable","parameter","property","label"],"tokenModifiers":["declaration","documentation","static","abstract","deprecated","async","readonly"]}},"window":{"workDoneProgress":true}},"trace":"off","workspaceFolders":[{"uri":"file:///home/eborden/code/megarepo/frontend/classroom","name":"classroom"},{"uri":"file:///home/eborden/code/megarepo/backend","name":"backend"}]}} | |
2020-11-17 17:14:19.937985135 [ThreadId 5] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/home/eborden/code/megarepo/backend | |
Started LSP server in 0.03s | |
2020-11-17 17:14:19.954016908 [ThreadId 21] - Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri 8936337999132987258 "file:///home/eborden/code/megarepo/frontend/classroom",NormalizedUri (-7412340688789626642) "file:///home/eborden/code/megarepo/backend"], clientSettings = hashed Nothing} | |
2020-11-17 17:14:19.954513135 [ThreadId 7] - <--2--{"result":{"capabilities":{"typeDefinitionProvider":true,"foldingRangeProvider":false,"textDocumentSync":{"openClose":true,"change":2,"save":{}},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}},"implementationProvider":true,"documentRangeFormattingProvider":true,"documentHighlightProvider":true,"executeCommandProvider":{"commands":["24573:eval:evalCommand","24573:ghcide:typesignature.add","24573:hlint:applyOne","24573:hlint:applyAll","24573:importLens:ImportLensCommand","24573:moduleName:edit","24573:pragmas:addPragma","24573:retrie:retrieCommand","24573:tactic:tacticsAutoCommand","24573:tactic:tacticsIntrosCommand","24573:tactic:tacticsDestructCommand","24573:tactic:tacticsHomomorphismCommand","24573:tactic:tacticsDestructLambdaCaseCommand","24573:tactic:tacticsHomomorphismLambdaCaseCommand"]},"renameProvider":false,"colorProvider":false,"definitionProvider":true,"hoverProvider":true,"codeActionProvider":true,"completionProvider":{"triggerCharacters":["."],"resolveProvider":false},"codeLensProvider":{},"documentSymbolProvider":true,"documentFormattingProvider":true}},"jsonrpc":"2.0","id":0} | |
2020-11-17 17:14:19.957240591 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"initialized","params":{}} | |
2020-11-17 17:14:19.957442062 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"haskell":{"hlintOn":true,"maxNumberOfProblems":100,"diagnosticsOnChange":true,"liquidOn":false,"completionSnippetsOn":true,"formatOnImportOn":true,"formattingProvider":"ormolu","trace":{"server":"messages"},"logFile":"","languageServerVariant":"haskell-language-server","serverExecutablePath":"","updateBehavior":"keep-up-to-date","indentationRules":{"enabled":true}}}}} | |
2020-11-17 17:14:19.957673873 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"registrations":[{"registerOptions":{"watchers":[{"kind":5,"globPattern":"**/*.hs"},{"kind":5,"globPattern":"**/*.hs-boot"},{"kind":5,"globPattern":"**/*.lhs"},{"kind":5,"globPattern":"**/*.lhs-boot"}]},"method":"workspace/didChangeWatchedFiles","id":"globalFileWatches"}]},"method":"client/registerCapability","id":0} | |
2020-11-17 17:14:19.957725469 [ThreadId 21] - Configuration changed: Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))]) | |
2020-11-17 17:14:19.957720611 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs","languageId":"haskell","version":1,"text":"[redacted]"}}} | |
2020-11-17 17:14:19.958636368 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"result":null} | |
2020-11-17 17:14:19.958785047 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":0,\"result\":null}" | |
2020-11-17 17:14:19.959151996 [ThreadId 20] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:19.959454939 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:19.960891824 [ThreadId 63] - finish: kick (took 0.00s) | |
2020-11-17 17:14:19.960827465 [ThreadId 21] - Set files of interest to: [(NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",Modified)] | |
2020-11-17 17:14:19.96201538 [ThreadId 42] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:19.96221114 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:19.963373119 [ThreadId 21] - Opened text document: file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs | |
2020-11-17 17:14:19.964503594 [ThreadId 97] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:19.964700182 [ThreadId 97] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:19.965689955 [ThreadId 103] - Consulting the cradle for "entities/library/FrontRow/Entities/District.hs" | |
Output from setting up the cradle Cradle {cradleRootDir = "/home/eborden/code/megarepo/backend", cradleOptsProg = CradleAction: Stack} | |
2020-11-17 17:14:19.967086515 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":0},"method":"window/workDoneProgress/create","id":1} | |
2020-11-17 17:14:19.967245873 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","cancellable":false,"title":"Setting up backend (for entities/library/FrontRow/Entities/District.hs)"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:19.967913908 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"result":null} | |
2020-11-17 17:14:19.968049154 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":null}" | |
2020-11-17 17:14:19.97260729 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:19.972906425 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":[]}}} | |
2020-11-17 17:14:20.06474003 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":"3"},"method":"window/workDoneProgress/create","id":2} | |
2020-11-17 17:14:20.064875087 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","title":"Processing"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:20.06516669 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"result":null} | |
2020-11-17 17:14:20.065273256 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":null}" | |
2020-11-17 17:14:20.16504958 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"0/2"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:20.219095477 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":3,"method":"textDocument/codeLens","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:20.219326417 [ThreadId 124] - Plugin.makeCodeLens (ideLogger) | |
2020-11-17 17:14:20.265295294 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"1/2"},"token":"3"},"method":"$/progress"} | |
> Configuring GHCi with the following packages: entities | |
> /home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d | |
2020-11-17 17:14:24.095351053 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"end"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:24.095247838 [ThreadId 103] - Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hidir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hide-all-packages","-XBangPatterns","-XDataKinds","-XDeriveAnyClass","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveLift","-XDeriveTraversable","-XDerivingStrategies","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XNoImplicitPrelude","-XNoMonomorphismRestriction","-XOverloadedStrings","-XRankNTypes","-XRecordWildCards","-XScopedTypeVariables","-XStandaloneDeriving","-XTypeApplications","-XTypeFamilies","-XUndecidableInstances","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-i/home/eborden/code/megarepo/backend/entities/library","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/autogen","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/global-autogen","-stubdir=/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-package-id=Diff-0.4.0-2mjKm06J7q93AfCNNQ75Rh","-package-id=HUnit-1.6.0.0-Jclpnuqehp8GGyrAnfCVLK","-package-id=MonadRandom-0.5.2-5pfjtYEc6wGDixg7BR0w3y","-package-id=QuickCheck-2.13.2-DaUcgEOc05f2iBoF7dUZuu","-package-id=aeson-1.4.7.1-81py7IFulyN4hRfjbdSkNR","-package-id=aeson-qq-0.8.3-8o2TaIia6RY8omVeyhaMEQ","-package-id=aws-xray-client-persistent-0.0.0-BY6voXVqNJsH7UXx2uWmtz","-package-id=aws-xray-client-wai-0.0.0-BBlwoarEOlUpapuSDafqU","-package-id=base-4.13.0.0","-package-id=bcp47-0.1.0.0-71KV5XTzamnLxjft2OR7FI","-package-id=blaze-html-0.9.1.2-Ca5ZQodLJVEIM1PWBtCZP7","-package-id=bytestring-0.10.10.1","-package-id=case-insensitive-1.2.1.0-G9PczGupAuw6LFLG2ltB3E","-package-id=cassava-0.5.2.0-EImueLfvz3TE91ReMBsKWn","-package-id=classy-prelude-1.5.0-BuSdNgmGlB8EQfIClO8l1k","-package-id=closed-0.2.0.1-HH8ZlI3lLlGGVKZASV9VDU","-package-id=compact-0.1.0.1-LfrzPuSiCGKBAHWZPZXXQG","-package-id=conduit-1.3.3-Lpfm87TKlGOKJYSoPcA1cP","-package-id=constraints-0.12-LfYpb0wuejnIj9LEYH59s9","-package-id=containers-0.6.2.1","-package-id=core-0.0.0-CPI2udmPBDR3WbPkTfy2wz","-package-id=deepseq-1.4.4.0","-package-id=errors-2.3.0-5ThHrX7XV6Y8V3HxEYUrJf","-package-id=esqueleto-3.3.4.0-EltAJldbkRqIVnS5DB8lhO","-package-id=extra-1.7.8-AENiy9psJ2tBDPAbOKjzHL","-package-id=fast-logger-3.0.2-fqToDO0PDD6RGZVUxrzDZ","-package-id=foldl-1.4.6-3YDaw27eW3WARqe1pdb4oc","-package-id=frontrow-app-0.0.1.0-9SLQAQksmJXHtTYWkw1ErR","-package-id=generic-arbitrary-0.1.0-8EqqLJkuFCg1P9f31P679Z","-package-id=graphula-core-2.0.0.0-BroTOPDJ9fVKFSJi9XGasw","-package-id=hashable-1.3.0.0-JWT2qDutWgo91wFdMlkvGp","-package-id=hspec-2.7.4-E5grpVK0ITwJfKdBzkHx1C","-package-id=hspec-expectations-0.8.2-Gyxpw5RZvqV2WiQLfU4YHY","-package-id=hspec-expectations-json-1.0.0.0-35CPDjZxb5mAiKrw6V88X9","-package-id=html-conduit-1.3.2.1-IwserNDKr17CvVukLvdqHw","-package-id=http-api-data-0.4.1.1-DK6H8QMwWGF2IPhikE1T","-package-id=http-types-0.12.3-7sHAayybOZ277OqgdJvdHt","-package-id=lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8","-package-id=lens-aeson-1.1-zHFfVngPHdBYBW3vE0VOG","-package-id=list-zipper-0.0.0-8JwLaGKgVy336DebTrStSW","-package-id=monad-logger-0.3.35-8qS31R8cEPGLCd62UiyDn5","-package-id=mono-traversable-1.0.15.1-DValVwaRI536GSuJMMBVFd","-package-id=monoidal-containers-0.6.0.1-3I5aY9ysNJaEFZ9kdmfSJ1","-package-id=mtl-2.2.2","-package-id=path-pieces-0.2.1-4Mdp2LpI8oW58Sv5wRi1EE","-package-id=persistent-2.10.5.2-Eihr9qX4J9IEgSMDvTj2Al","-package-id=persistent-postgresql-2.10.1.2-CXd5VJtYl5X9HTCdEcatl8","-package-id=persistent-qq-2.9.2-EzwG8mdUfc3F3u7TZCzD0k","-package-id=persistent-template-2.8.2.3-LNF16o4vtDO51O3FwpfmV7","-package-id=postgresql-simple-0.6.2-ERwvzoYIbyi9UpFyKwSnMz","-package-id=pretty-1.1.3.6","-package-id=random-1.1-CUqV1zxrwrE4K5XCdTZSYy","-package-id=resource-pool-0.2.3.2-BV14TARB4pnACS2Hfpnh4s","-package-id=resourcet-1.2.4.2-Fqb6af58PO92XZgTK5owO9","-package-id=safe-0.3.19-LxDJURZu1921pHCEJqjvRE","-package-id=semigroupoids-5.3.4-IiZyCkWH0cZ1HaP4Ksq3g9","-package-id=semigroups-0.19.1-KswQSjRjA2JDrzoYmnhZUy","-package-id=shakespeare-2.0.25-8nX0FS5Wc4N3a93hjsa1bz","-package-id=tagged-0.8.6-LfhHZ57rMjK9JkdnSRh9cF","-package-id=template-haskell-2.15.0.0","-package-id=text-1.2.4.0","-package-id=time-1.9.3","-package-id=transformers-0.5.6.2","-package-id=tuple-0.3.0.2-Ilnc7BzDzeEJ8zBuKXCP9i","-package-id=unliftio-0.2.13-CZvG1Mn5jXz4VdEZmEZWzX","-package-id=unliftio-core-0.1.2.0-BfjjiCuGdFfJICKMeUQye4","-package-id=unordered-containers-0.2.10.0-L0UCiFV6BpAyFeQZxTEW6","-package-id=uuid-1.3.13-7mh2uH4tbRnEH3KvrUZMoX","-package-id=vector-0.12.1.2-AWRYcz9jfa25Avs2q9Jg9V","-package-id=wai-3.2.2.1-LSAXmfwIjniepUvrLl17a","-package-id=wai-extra-3.0.32-DT0tJh5KOF0CJCPM0179y","-package-id=wai-logger-2.3.6-JZz6aU08Jm6FVq3wwBLUj0","-package-id=xml-conduit-1.9.0.0-Ity4c4OOFao6Ht3lZQMUEc","-package-id=yesod-1.6.1.0-5Uw1thzPCUU3TFEWfpS9w1","-package-id=yesod-core-1.6.18.5-ARfC8spyNeCFK02bdhBUVy","-package-id=yesod-persistent-1.6.0.4-4Hq1UXsUqf932XPjAJcsf6","-package-id=yesod-test-1.6.10-A60wPRCcgud35YWtDA1jns","-fwrite-ide-info","-fhide-source-paths","-Weverything","-Wno-missing-exported-signatures","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-missing-import-lists","-Wno-missing-export-lists","-Wno-incomplete-uni-patterns","-Wno-partial-fields","-Wno-implicit-prelude","-Wno-deriving-typeable","-Wno-missing-monadfail-instances","-fignore-optim-changes","-optP-include","-optP/home/eborden/code/megarepo/backend/.stack-work/ghci/f0bbbb04/cabal_macros.h","-ghci-script=/tmp/haskell-stack-ghci/1f8272ef/ghci-script","-package-db","/home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d"], componentRoot = "/home/eborden/code/megarepo/backend", componentDependencies = ["package.yaml","stack.yaml"]},"/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4") | |
2020-11-17 17:14:24.245057677 [ThreadId 103] - Using interface files cache dir: /home/eborden/.cache/ghcide/main-d8f337eeca64881555b6ba695fc9e21dd99e55cd | |
2020-11-17 17:14:24.245683236 [ThreadId 103] - Making new HscEnv[main] | |
2020-11-17 17:14:24.274311315 [ThreadId 103] - New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/home/eborden/code/megarepo/backend/hie.yaml",Just 2020-10-06 18:25:18.786789034 UTC),("package.yaml",Nothing),("stack.yaml",Just 2020-10-26 20:20:21.565145316 UTC)]) | |
2020-11-17 17:14:24.888299633 [ThreadId 103] - Known files updated: fromList [(TargetModule FrontRow.Entities.FrRlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FrRlSkill.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Skill.hs"]),(TargetModule FrontRow.Freshen,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Freshen.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Assignment.hs"]),(TargetModule FrontRow.Math.Model.LocalizedRlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedRlDomain.hs"]),(TargetModule FrontRow.Dal.CourseMemberships,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/CourseMemberships.hs"]),(TargetModule FrontRow.Math.Model.LocalizedAssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedAssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/Es.hs"]),(TargetModule FrontRow.Student.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Source.hs"]),(TargetModule FrontRow.Entities.StudentShare,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentShare.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Answer.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.MathVideo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/MathVideo.hs"]),(TargetModule FrontRow.Entities.RlSubSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSubSkill.hs"]),(TargetModule FrontRow.Student.OnboardingRequired,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/OnboardingRequired.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Answer.hs"]),(TargetModule FrontRow.Ela.System.DomainSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Glossary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Glossary.hs"]),(TargetModule FrontRow.ClassLink,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClassLink.hs"]),(TargetModule FrontRow.Entities.RlSkillStandardDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkillStandardDomain.hs"]),(TargetModule FrontRow.Student.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Model.hs"]),(TargetModule FrontRow.Entities.Course,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Course.hs"]),(TargetModule FrontRow.Entities.Goal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Goal.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Entities.ClassLinkOneRosterToken,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClassLinkOneRosterToken.hs"]),(TargetModule FrontRow.Entities.Ela.Article,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progress.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Dal.hs"]),(TargetModule FrontRow.Import.Combinators,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import/Combinators.hs"]),(TargetModule FrontRow.Entities.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Dal.hs"]),(TargetModule FrontRow.Esqueleto,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Esqueleto.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Content.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStandard.hs"]),(TargetModule FrontRow.Ela.System.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/Dal.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Test.Factories,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Factories.hs"]),(TargetModule FrontRow.System.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Ela/Dal.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal.hs"]),(TargetModule FrontRow.Ela.Progression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression.hs"]),(TargetModule FrontRow.Model.Persistent.Ela,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Ela.hs"]),(TargetModule FrontRow.Entities.Math.Standard.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/Assignment.hs"]),(TargetModule FrontRow.Dal.Teachers,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Teachers.hs"]),(TargetModule FrontRow.FreeResource,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/FreeResource.hs"]),(TargetModule FrontRow.Test.Arbitrary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Arbitrary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab.hs"]),(TargetModule FrontRow.Entities.Math.AdministrativeAreaStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AdministrativeAreaStandardSet.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Level.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Types.hs"]),(TargetModule FrontRow.Dal.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.SchoolAdminInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminInvalidLogin.hs"]),(TargetModule FrontRow.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Level.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Answer.hs"]),(TargetModule FrontRow.Entities.Teacher,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Teacher.hs"]),(TargetModule FrontRow.Math.Logic.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Question.hs"]),(TargetModule FrontRow.Math.RollUps,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/RollUps.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Paragraph.hs"]),(TargetModule FrontRow.JsonLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/JsonLog.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Assignment.hs"]),(TargetModule FrontRow.Dal.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Paragraph.hs"]),(TargetModule FrontRow.System.Math.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Math/Dal.hs"]),(TargetModule FrontRow.Persistent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Persistent.hs"]),(TargetModule FrontRow.Entities.TeacherInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherInvalidLogin.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignmentSession.hs"]),(TargetModule FrontRow.Test.Fixtures.RlProxies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/RlProxies.hs"]),(TargetModule FrontRow.Entities.Ela.ReadingPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/ReadingPlacement.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent.hs"]),(TargetModule FrontRow.Entities.ItemOwnership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ItemOwnership.hs"]),(TargetModule FrontRow.Entities.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Ela.Progression.CurrentLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/CurrentLevel.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Es.hs"]),(TargetModule FrontRow.XRay,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/XRay.hs"]),(TargetModule FrontRow.Entities.TeacherImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherImpression.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies.hs"]),(TargetModule FrontRow.Entities.District,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentType.hs"]),(TargetModule FrontRow.Test.Expectations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units.hs"]),(TargetModule FrontRow.Entities.Ela.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Skill.hs"]),(TargetModule FrontRow.Entities.Ela.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Snapshot.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question.hs"]),(TargetModule FrontRow.Entities.StudentPresenceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentPresenceEvent.hs"]),(TargetModule FrontRow.Entities.Math.KnowledgeSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/KnowledgeSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.FullName,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/FullName.hs"]),(TargetModule FrontRow.Entities.SchoolAdminImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminImpression.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.Entities.StudentCourseEnabledDashboardMode,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentCourseEnabledDashboardMode.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsLevel.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Item,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Item.hs"]),(TargetModule FrontRow.Math.Logic.Equation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Equation.hs"]),(TargetModule FrontRow.Clever,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Clever.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Reward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Reward.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Operation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Operation.hs"]),(TargetFile NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Entities.StudentGoal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentGoal.hs"]),(TargetModule FrontRow.Dal.Students,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Students.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStrand,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStrand.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentRetry.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.StudentReward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/StudentReward.hs"]),(TargetModule FrontRow.Test.Css,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Css.hs"]),(TargetModule FrontRow.Entities.Account.EmailVerification,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/EmailVerification.hs"]),(TargetModule FrontRow.Entities.RosterSyncIdpEntity,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncIdpEntity.hs"]),(TargetModule FrontRow.Entities.QuotePostInfo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuotePostInfo.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Title,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Title.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Account.PasswordReset,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/PasswordReset.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.RlDomainContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomainContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Question.hs"]),(TargetModule FrontRow.Model.Persistent.UpdatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UpdatedAt.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Question.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentQuestion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentQuestion.hs"]),(TargetModule FrontRow.Entities.LanguageContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LanguageContent.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.SchoolAdminSchoolMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminSchoolMembership.hs"]),(TargetModule FrontRow.Dal.Courses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Courses.hs"]),(TargetModule FrontRow.Entities.StoreCategory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StoreCategory.hs"]),(TargetModule FrontRow.Entities.RosterSyncError,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncError.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Entities.StudentLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentLoginEvent.hs"]),(TargetModule FrontRow.Entities.QuoteRequest,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuoteRequest.hs"]),(TargetModule FrontRow.Ela.Progression.SessionHistory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionHistory.hs"]),(TargetModule FrontRow.Entities.DemoDistrict,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/DemoDistrict.hs"]),(TargetModule FrontRow.Ela.Pathway,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Pathway.hs"]),(TargetModule FrontRow.Ela.System.DomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainProxy.hs"]),(TargetModule FrontRow.Entities.IdpOverlayStudent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/IdpOverlayStudent.hs"]),(TargetModule FrontRow.License.PremiumLicenses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumLicenses.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/En.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.AssessmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AssessmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Level.hs"]),(TargetModule FrontRow.Test.Graphula,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula.hs"]),(TargetModule FrontRow.Dal.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlStandard.hs"]),(TargetModule FrontRow.Entities.Dal.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Dal/Math/Question.hs"]),(TargetModule FrontRow.Entities.School,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/School.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.CrmSchoolMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CrmSchoolMapping.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignedOperationSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignedOperationSet.hs"]),(TargetModule FrontRow.Entities.RlStandardSetDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSetDomain.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Stats.StudentDomainMonth,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Stats/StudentDomainMonth.hs"]),(TargetModule FrontRow.Ela.Progress.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Model.hs"]),(TargetModule FrontRow.Renaissance.Star,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Renaissance/Star.hs"]),(TargetModule FrontRow.Test,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Student.PresenceEventDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/PresenceEventDetails.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionSet.hs"]),(TargetModule FrontRow.Math.TargetedDepthOfKnowledgePractice,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/TargetedDepthOfKnowledgePractice.hs"]),(TargetModule FrontRow.Teacher.Role,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Role.hs"]),(TargetModule FrontRow.License.Check,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Check.hs"]),(TargetModule FrontRow.Dal.Schools,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Schools.hs"]),(TargetModule FrontRow.Entities.Ela.SystemDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemDomain.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.OperationSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/OperationSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.Localized,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Localized.hs"]),(TargetModule FrontRow.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Entities.RlAttributes,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlAttributes.hs"]),(TargetModule FrontRow.Test.Fixtures,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Import.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentStandard.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Question.hs"]),(TargetModule FrontRow.Entities.Math.QuestionSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionSkill.hs"]),(TargetModule FrontRow.Dal.SchoolAdmins,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/SchoolAdmins.hs"]),(TargetModule FrontRow.Test.Fixtures.MathFactPracticeOperations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/MathFactPracticeOperations.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Printables.PrintableType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Printables/PrintableType.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progression.SessionDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionDetails.hs"]),(TargetModule FrontRow.Entities.RosterSyncEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncEvent.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Language.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Content.hs"]),(TargetModule FrontRow.Entities.Ela.Standard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Standard.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignment.hs"]),(TargetModule FrontRow.Math.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolLead,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolLead.hs"]),(TargetModule FrontRow.RosterSyncedBy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RosterSyncedBy.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Level.hs"]),(TargetModule FrontRow.Entities.SchoolAdmin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdmin.hs"]),(TargetModule FrontRow.Entities.LicenseAllocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseAllocation.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading.hs"]),(TargetModule FrontRow.Math.Model.GameSessionSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/GameSessionSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Answer.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing.hs"]),(TargetModule FrontRow.Entities.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/PreTestSession.hs"]),(TargetModule FrontRow.Math.Progress.Rl.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Progress/Rl/Dal.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.AssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/AssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.DomainExclusion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DomainExclusion.hs"]),(TargetModule FrontRow.Model.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/PreTestSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing.hs"]),(TargetModule FrontRow.System.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Metadata.hs"]),(TargetModule FrontRow.Entities.Math.Benchmark,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Benchmark.hs"]),(TargetModule FrontRow.Teacher.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Source.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/PreTestSession.hs"]),(TargetModule FrontRow.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import.hs"]),(TargetModule FrontRow.Entities.Ela.System,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/System.hs"]),(TargetModule FrontRow.Entities,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities.hs"]),(TargetModule FrontRow.Model.Persistent.OccurredAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/OccurredAt.hs"]),(TargetModule FrontRow.Content.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content/Types.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentAnswer.hs"]),(TargetModule FrontRow.License.PremiumCutoff,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumCutoff.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Snapshot.hs"]),(TargetModule FrontRow.Entities.StarScoreSkillMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StarScoreSkillMapping.hs"]),(TargetModule FrontRow.Entities.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomain.hs"]),(TargetModule FrontRow.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Assignment.hs"]),(TargetModule FrontRow.ElaSkillsAccuracies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ElaSkillsAccuracies.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/Assignment.hs"]),(TargetModule FrontRow.Entities.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Entities.MathDomainPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/MathDomainPlacement.hs"]),(TargetModule FrontRow.Entities.Assignments.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Assignments/Dal.hs"]),(TargetModule FrontRow.Entities.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Language.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Question.hs"]),(TargetModule FrontRow.Entities.Units.Science,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolYearStudentSkillAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolYearStudentSkillAnswer.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AnswerRetry.hs"]),(TargetModule FrontRow.Entities.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Test.Graphula.MathSystems,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula/MathSystems.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Dal.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Model.Persistent.CreatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/CreatedAt.hs"]),(TargetModule FrontRow.Entities.PrintableGenerationEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/PrintableGenerationEvent.hs"]),(TargetModule FrontRow.Test.Expectations.Lifted,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations/Lifted.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Question.hs"]),(TargetModule FrontRow.Model.Rollups,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Rollups.hs"]),(TargetModule FrontRow.Entities.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.Math.Logic.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/RlDomain.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Word.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Session,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Session.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/Assignment.hs"]),(TargetModule FrontRow.Test.Truncate,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Truncate.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading.hs"]),(TargetModule FrontRow.StudentSkillProficiency,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/StudentSkillProficiency.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.RlStandardProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlStandardProxy.hs"]),(TargetModule FrontRow.Entities.RlStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSet.hs"]),(TargetModule FrontRow.Star.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Star/Metadata.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.TeacherLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherLoginEvent.hs"]),(TargetModule FrontRow.Entities.License,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/License.hs"]),(TargetModule FrontRow.Entities.Student,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Student.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandard.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/En.hs"]),(TargetModule FrontRow.RlDomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlDomainProxy.hs"]),(TargetModule FrontRow.Model.Persistent.UserId,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UserId.hs"]),(TargetModule FrontRow.Entities.CourseMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseMembership.hs"]),(TargetModule FrontRow.Admin.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Admin/Model.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentSession.hs"]),(TargetModule FrontRow.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.License.Allocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Allocation.hs"]),(TargetModule FrontRow.RlAssessmentTopicProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlAssessmentTopicProxy.hs"]),(TargetModule FrontRow.Entities.FreckleTextLevelOverride,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FreckleTextLevelOverride.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Question.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.StudentEnabledOperation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/StudentEnabledOperation.hs"]),(TargetModule FrontRow.Entities.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Question.hs"]),(TargetModule FrontRow.Entities.SupportLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SupportLog.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Word.hs"])] | |
2020-11-17 17:14:24.891768149 [ThreadId 103] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:24.892001188 [ThreadId 67] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:24.916501368 [ThreadId 181] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:24.916608422 [ThreadId 181] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:24.948752292 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"162/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.129067921 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"68/293"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.154726213 [ThreadId 483] - finish: C:GetParsedModule (took 0.24s) | |
2020-11-17 17:14:25.154866834 [ThreadId 483] - finish: CodeAction (took 0.24s) | |
2020-11-17 17:14:25.154994332 [ThreadId 7] - <--2--{"result":["[redacted]"],"jsonrpc":"2.0","id":1} | |
2020-11-17 17:14:25.155641525 [ThreadId 175] - hlint:getIdeas:setExtensions:[Cpp,OverlappingInstances,UndecidableInstances,IncoherentInstances,UndecidableSuperClasses,MonomorphismRestriction,MonoPatBinds,MonoLocalBinds,RelaxedPolyRec,ExtendedDefaultRules,ForeignFunctionInterface,UnliftedFFITypes,InterruptibleFFI,CApiFFI,GHCForeignImportPrim,JavaScriptFFI,ParallelArrays,TemplateHaskell,TemplateHaskellQuotes,ImplicitParams,ImplicitPrelude,ScopedTypeVariables,AllowAmbiguousTypes,UnliftedNewtypes,BangPatterns,TypeFamilies,TypeFamilyDependencies,TypeInType,OverloadedStrings,OverloadedLists,NumDecimals,DisambiguateRecordFields,RecordWildCards,RecordPuns,ViewPatterns,GADTs,GADTSyntax,NPlusKPatterns,DoAndIfThenElse,BlockArguments,RebindableSyntax,ConstraintKinds,PolyKinds,DataKinds,InstanceSigs,ApplicativeDo,StandaloneDeriving,DeriveDataTypeable,AutoDeriveTypeable,DeriveFunctor,DeriveTraversable,DeriveFoldable,DeriveGeneric,DefaultSignatures,DeriveAnyClass,DeriveLift,DerivingStrategies,DerivingVia,TypeSynonymInstances,FlexibleContexts,FlexibleInstances,ConstrainedClassMethods,MultiParamTypeClasses,NullaryTypeClasses,FunctionalDependencies,UnicodeSyntax,ExistentialQuantification,MagicHash,EmptyDataDecls,KindSignatures,RoleAnnotations,ParallelListComp,MonadComprehensions,GeneralizedNewtypeDeriving,PostfixOperators,TupleSections,PatternGuards,LiberalTypeSynonyms,RankNTypes,ImpredicativeTypes,TypeOperators,ExplicitNamespaces,PackageImports,ExplicitForAll,AlternativeLayoutRuleTransitional,DatatypeContexts,NondecreasingIndentation,RelaxedLayout,TraditionalRecordSyntax,LambdaCase,MultiWayIf,BinaryLiterals,HexFloatLiterals,DuplicateRecordFields,OverloadedLabels,EmptyCase,PatternSynonyms,PartialTypeSignatures,NamedWildCards,TypeApplications,Strict,StrictData,MonadFailDesugaring,EmptyDataDeriving,NumericUnderscores,QuantifiedConstraints,ImportQualifiedPost,CUSKs,StandaloneKindSignatures,StarIsType] | |
2020-11-17 17:14:25.230355944 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"62/296"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.330788634 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"43/301"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.442321464 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"43/302"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.540247289 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"28/306"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.840262209 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"24/309"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:25.938462136 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:26.039460597 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:26.575105268 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:26.676588667 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"25/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:26.88366292 [ThreadId 160] - finish: CodeAction:PackageExports (took 1.73s) | |
2020-11-17 17:14:26.88418061 [ThreadId 483] - finish: importLens (took 0.00s) | |
2020-11-17 17:14:26.977802344 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"26/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:27.172092354 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":4,"method":"textDocument/hover","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"position":{"line":37,"character":26}}} | |
2020-11-17 17:14:27.172294901 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"$/cancelRequest","params":{"id":4}} | |
2020-11-17 17:14:27.172309879 [ThreadId 4544] - GhcIde.hover entered (ideLogger) | |
2020-11-17 17:14:27.172455215 [ThreadId 4542] - Cancelled request IdInt 4 | |
2020-11-17 17:14:27.172624816 [ThreadId 7] - <--2--{"error":{"code":-32800,"message":""},"jsonrpc":"2.0","id":4} | |
[Info - 5:14:27 PM] Connection to server got closed. Server will restart. | |
[Error - 5:14:27 PM] Request textDocument/codeAction failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
[Error - 5:14:27 PM] Request textDocument/codeLens failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
haskell-language-server version: 0.6.0.0 (GHC: 8.8.4) (PATH: /home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4) (GIT hash: 372a12e797069dc3ac4fa33dcaabe3b992999d7c) | |
Starting (haskell-language-server)LSP server... | |
with arguments: LspArguments {argLSP = True, argsCwd = Nothing, argFiles = [], argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} | |
with plugins: [PluginId "brittany",PluginId "eval",PluginId "floskell",PluginId "fourmolu",PluginId "ghcide",PluginId "hlint",PluginId "importLens",PluginId "moduleName",PluginId "ormolu",PluginId "pragmas",PluginId "retrie",PluginId "stylish-haskell",PluginId "tactic"] | |
in directory: /home/eborden/code/megarepo/backend | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
2020-11-17 17:14:27.83518044 [ThreadId 5] - | |
haskell-lsp:Starting up server ... | |
2020-11-17 17:14:27.836829613 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24428,"clientInfo":{"name":"vscode","version":"1.51.1"},"rootPath":"/home/eborden/code/megarepo/backend","rootUri":"file:///home/eborden/code/megarepo/backend","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true,"versionSupport":false,"tagSupport":{"valueSet":[1,2]}},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"selectionRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":true},"semanticTokens":{"dynamicRegistration":true,"tokenTypes":["comment","keyword","number","regexp","operator","namespace","type","struct","class","interface","enum","typeParameter","function","member","macro","variable","parameter","property","label"],"tokenModifiers":["declaration","documentation","static","abstract","deprecated","async","readonly"]}},"window":{"workDoneProgress":true}},"trace":"off","workspaceFolders":[{"uri":"file:///home/eborden/code/megarepo/frontend/classroom","name":"classroom"},{"uri":"file:///home/eborden/code/megarepo/backend","name":"backend"}]}} | |
2020-11-17 17:14:27.850630306 [ThreadId 5] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/home/eborden/code/megarepo/backend | |
Started LSP server in 0.02s | |
2020-11-17 17:14:27.866888462 [ThreadId 7] - <--2--{"result":{"capabilities":{"typeDefinitionProvider":true,"foldingRangeProvider":false,"textDocumentSync":{"openClose":true,"change":2,"save":{}},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}},"implementationProvider":true,"documentRangeFormattingProvider":true,"documentHighlightProvider":true,"executeCommandProvider":{"commands":["24686:eval:evalCommand","24686:ghcide:typesignature.add","24686:hlint:applyOne","24686:hlint:applyAll","24686:importLens:ImportLensCommand","24686:moduleName:edit","24686:pragmas:addPragma","24686:retrie:retrieCommand","24686:tactic:tacticsAutoCommand","24686:tactic:tacticsIntrosCommand","24686:tactic:tacticsDestructCommand","24686:tactic:tacticsHomomorphismCommand","24686:tactic:tacticsDestructLambdaCaseCommand","24686:tactic:tacticsHomomorphismLambdaCaseCommand"]},"renameProvider":false,"colorProvider":false,"definitionProvider":true,"hoverProvider":true,"codeActionProvider":true,"completionProvider":{"triggerCharacters":["."],"resolveProvider":false},"codeLensProvider":{},"documentSymbolProvider":true,"documentFormattingProvider":true}},"jsonrpc":"2.0","id":0} | |
2020-11-17 17:14:27.866512429 [ThreadId 21] - Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri 8936337999132987258 "file:///home/eborden/code/megarepo/frontend/classroom",NormalizedUri (-7412340688789626642) "file:///home/eborden/code/megarepo/backend"], clientSettings = hashed Nothing} | |
2020-11-17 17:14:27.867476255 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"initialized","params":{}} | |
2020-11-17 17:14:27.867686848 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"registrations":[{"registerOptions":{"watchers":[{"kind":5,"globPattern":"**/*.hs"},{"kind":5,"globPattern":"**/*.hs-boot"},{"kind":5,"globPattern":"**/*.lhs"},{"kind":5,"globPattern":"**/*.lhs-boot"}]},"method":"workspace/didChangeWatchedFiles","id":"globalFileWatches"}]},"method":"client/registerCapability","id":0} | |
2020-11-17 17:14:27.867820078 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"haskell":{"hlintOn":true,"maxNumberOfProblems":100,"diagnosticsOnChange":true,"liquidOn":false,"completionSnippetsOn":true,"formatOnImportOn":true,"formattingProvider":"ormolu","trace":{"server":"messages"},"logFile":"","languageServerVariant":"haskell-language-server","serverExecutablePath":"","updateBehavior":"keep-up-to-date","indentationRules":{"enabled":true}}}}} | |
2020-11-17 17:14:27.868065872 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs","languageId":"haskell","version":1,"text":"[redacted]}}} | |
2020-11-17 17:14:27.868475669 [ThreadId 21] - Configuration changed: Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))]) | |
2020-11-17 17:14:27.868999571 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:27.869103639 [ThreadId 20] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:27.870521475 [ThreadId 21] - Set files of interest to: [(NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",Modified)] | |
2020-11-17 17:14:27.870744504 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"result":null} | |
2020-11-17 17:14:27.871257714 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":0,\"result\":null}" | |
2020-11-17 17:14:27.871419417 [ThreadId 42] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:27.871520828 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:27.87229076 [ThreadId 21] - Opened text document: file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs | |
2020-11-17 17:14:27.872993204 [ThreadId 82] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:27.87328703 [ThreadId 82] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:27.877631167 [ThreadId 89] - Consulting the cradle for "entities/library/FrontRow/Entities/District.hs" | |
Output from setting up the cradle Cradle {cradleRootDir = "/home/eborden/code/megarepo/backend", cradleOptsProg = CradleAction: Stack} | |
2020-11-17 17:14:27.878904438 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":0},"method":"window/workDoneProgress/create","id":1} | |
2020-11-17 17:14:27.879323753 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"result":null} | |
2020-11-17 17:14:27.880604746 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":null}" | |
2020-11-17 17:14:27.880614734 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","cancellable":false,"title":"Setting up backend (for entities/library/FrontRow/Entities/District.hs)"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:27.880759914 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:27.880950341 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":[]}}} | |
2020-11-17 17:14:27.973510284 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":"3"},"method":"window/workDoneProgress/create","id":2} | |
2020-11-17 17:14:27.973693292 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","title":"Processing"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:27.973929143 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"result":null} | |
2020-11-17 17:14:27.974029988 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":null}" | |
2020-11-17 17:14:28.073491939 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"0/2"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:28.128019001 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":3,"method":"textDocument/codeLens","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:28.128305443 [ThreadId 110] - Plugin.makeCodeLens (ideLogger) | |
2020-11-17 17:14:28.173693809 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"1/2"},"token":"3"},"method":"$/progress"} | |
> Configuring GHCi with the following packages: entities | |
> /home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d | |
2020-11-17 17:14:32.301181745 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"end"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:32.301089433 [ThreadId 89] - Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hidir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hide-all-packages","-XBangPatterns","-XDataKinds","-XDeriveAnyClass","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveLift","-XDeriveTraversable","-XDerivingStrategies","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XNoImplicitPrelude","-XNoMonomorphismRestriction","-XOverloadedStrings","-XRankNTypes","-XRecordWildCards","-XScopedTypeVariables","-XStandaloneDeriving","-XTypeApplications","-XTypeFamilies","-XUndecidableInstances","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-i/home/eborden/code/megarepo/backend/entities/library","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/autogen","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/global-autogen","-stubdir=/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-package-id=Diff-0.4.0-2mjKm06J7q93AfCNNQ75Rh","-package-id=HUnit-1.6.0.0-Jclpnuqehp8GGyrAnfCVLK","-package-id=MonadRandom-0.5.2-5pfjtYEc6wGDixg7BR0w3y","-package-id=QuickCheck-2.13.2-DaUcgEOc05f2iBoF7dUZuu","-package-id=aeson-1.4.7.1-81py7IFulyN4hRfjbdSkNR","-package-id=aeson-qq-0.8.3-8o2TaIia6RY8omVeyhaMEQ","-package-id=aws-xray-client-persistent-0.0.0-BY6voXVqNJsH7UXx2uWmtz","-package-id=aws-xray-client-wai-0.0.0-BBlwoarEOlUpapuSDafqU","-package-id=base-4.13.0.0","-package-id=bcp47-0.1.0.0-71KV5XTzamnLxjft2OR7FI","-package-id=blaze-html-0.9.1.2-Ca5ZQodLJVEIM1PWBtCZP7","-package-id=bytestring-0.10.10.1","-package-id=case-insensitive-1.2.1.0-G9PczGupAuw6LFLG2ltB3E","-package-id=cassava-0.5.2.0-EImueLfvz3TE91ReMBsKWn","-package-id=classy-prelude-1.5.0-BuSdNgmGlB8EQfIClO8l1k","-package-id=closed-0.2.0.1-HH8ZlI3lLlGGVKZASV9VDU","-package-id=compact-0.1.0.1-LfrzPuSiCGKBAHWZPZXXQG","-package-id=conduit-1.3.3-Lpfm87TKlGOKJYSoPcA1cP","-package-id=constraints-0.12-LfYpb0wuejnIj9LEYH59s9","-package-id=containers-0.6.2.1","-package-id=core-0.0.0-CPI2udmPBDR3WbPkTfy2wz","-package-id=deepseq-1.4.4.0","-package-id=errors-2.3.0-5ThHrX7XV6Y8V3HxEYUrJf","-package-id=esqueleto-3.3.4.0-EltAJldbkRqIVnS5DB8lhO","-package-id=extra-1.7.8-AENiy9psJ2tBDPAbOKjzHL","-package-id=fast-logger-3.0.2-fqToDO0PDD6RGZVUxrzDZ","-package-id=foldl-1.4.6-3YDaw27eW3WARqe1pdb4oc","-package-id=frontrow-app-0.0.1.0-9SLQAQksmJXHtTYWkw1ErR","-package-id=generic-arbitrary-0.1.0-8EqqLJkuFCg1P9f31P679Z","-package-id=graphula-core-2.0.0.0-BroTOPDJ9fVKFSJi9XGasw","-package-id=hashable-1.3.0.0-JWT2qDutWgo91wFdMlkvGp","-package-id=hspec-2.7.4-E5grpVK0ITwJfKdBzkHx1C","-package-id=hspec-expectations-0.8.2-Gyxpw5RZvqV2WiQLfU4YHY","-package-id=hspec-expectations-json-1.0.0.0-35CPDjZxb5mAiKrw6V88X9","-package-id=html-conduit-1.3.2.1-IwserNDKr17CvVukLvdqHw","-package-id=http-api-data-0.4.1.1-DK6H8QMwWGF2IPhikE1T","-package-id=http-types-0.12.3-7sHAayybOZ277OqgdJvdHt","-package-id=lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8","-package-id=lens-aeson-1.1-zHFfVngPHdBYBW3vE0VOG","-package-id=list-zipper-0.0.0-8JwLaGKgVy336DebTrStSW","-package-id=monad-logger-0.3.35-8qS31R8cEPGLCd62UiyDn5","-package-id=mono-traversable-1.0.15.1-DValVwaRI536GSuJMMBVFd","-package-id=monoidal-containers-0.6.0.1-3I5aY9ysNJaEFZ9kdmfSJ1","-package-id=mtl-2.2.2","-package-id=path-pieces-0.2.1-4Mdp2LpI8oW58Sv5wRi1EE","-package-id=persistent-2.10.5.2-Eihr9qX4J9IEgSMDvTj2Al","-package-id=persistent-postgresql-2.10.1.2-CXd5VJtYl5X9HTCdEcatl8","-package-id=persistent-qq-2.9.2-EzwG8mdUfc3F3u7TZCzD0k","-package-id=persistent-template-2.8.2.3-LNF16o4vtDO51O3FwpfmV7","-package-id=postgresql-simple-0.6.2-ERwvzoYIbyi9UpFyKwSnMz","-package-id=pretty-1.1.3.6","-package-id=random-1.1-CUqV1zxrwrE4K5XCdTZSYy","-package-id=resource-pool-0.2.3.2-BV14TARB4pnACS2Hfpnh4s","-package-id=resourcet-1.2.4.2-Fqb6af58PO92XZgTK5owO9","-package-id=safe-0.3.19-LxDJURZu1921pHCEJqjvRE","-package-id=semigroupoids-5.3.4-IiZyCkWH0cZ1HaP4Ksq3g9","-package-id=semigroups-0.19.1-KswQSjRjA2JDrzoYmnhZUy","-package-id=shakespeare-2.0.25-8nX0FS5Wc4N3a93hjsa1bz","-package-id=tagged-0.8.6-LfhHZ57rMjK9JkdnSRh9cF","-package-id=template-haskell-2.15.0.0","-package-id=text-1.2.4.0","-package-id=time-1.9.3","-package-id=transformers-0.5.6.2","-package-id=tuple-0.3.0.2-Ilnc7BzDzeEJ8zBuKXCP9i","-package-id=unliftio-0.2.13-CZvG1Mn5jXz4VdEZmEZWzX","-package-id=unliftio-core-0.1.2.0-BfjjiCuGdFfJICKMeUQye4","-package-id=unordered-containers-0.2.10.0-L0UCiFV6BpAyFeQZxTEW6","-package-id=uuid-1.3.13-7mh2uH4tbRnEH3KvrUZMoX","-package-id=vector-0.12.1.2-AWRYcz9jfa25Avs2q9Jg9V","-package-id=wai-3.2.2.1-LSAXmfwIjniepUvrLl17a","-package-id=wai-extra-3.0.32-DT0tJh5KOF0CJCPM0179y","-package-id=wai-logger-2.3.6-JZz6aU08Jm6FVq3wwBLUj0","-package-id=xml-conduit-1.9.0.0-Ity4c4OOFao6Ht3lZQMUEc","-package-id=yesod-1.6.1.0-5Uw1thzPCUU3TFEWfpS9w1","-package-id=yesod-core-1.6.18.5-ARfC8spyNeCFK02bdhBUVy","-package-id=yesod-persistent-1.6.0.4-4Hq1UXsUqf932XPjAJcsf6","-package-id=yesod-test-1.6.10-A60wPRCcgud35YWtDA1jns","-fwrite-ide-info","-fhide-source-paths","-Weverything","-Wno-missing-exported-signatures","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-missing-import-lists","-Wno-missing-export-lists","-Wno-incomplete-uni-patterns","-Wno-partial-fields","-Wno-implicit-prelude","-Wno-deriving-typeable","-Wno-missing-monadfail-instances","-fignore-optim-changes","-optP-include","-optP/home/eborden/code/megarepo/backend/.stack-work/ghci/f0bbbb04/cabal_macros.h","-ghci-script=/tmp/haskell-stack-ghci/1f8272ef/ghci-script","-package-db","/home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d"], componentRoot = "/home/eborden/code/megarepo/backend", componentDependencies = ["package.yaml","stack.yaml"]},"/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4") | |
2020-11-17 17:14:32.483769173 [ThreadId 89] - Using interface files cache dir: /home/eborden/.cache/ghcide/main-d8f337eeca64881555b6ba695fc9e21dd99e55cd | |
2020-11-17 17:14:32.484214714 [ThreadId 89] - Making new HscEnv[main] | |
2020-11-17 17:14:32.513671641 [ThreadId 89] - New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/home/eborden/code/megarepo/backend/hie.yaml",Just 2020-10-06 18:25:18.786789034 UTC),("package.yaml",Nothing),("stack.yaml",Just 2020-10-26 20:20:21.565145316 UTC)]) | |
2020-11-17 17:14:33.177361652 [ThreadId 89] - Known files updated: fromList [(TargetModule FrontRow.Entities.FrRlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FrRlSkill.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Skill.hs"]),(TargetModule FrontRow.Freshen,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Freshen.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Assignment.hs"]),(TargetModule FrontRow.Math.Model.LocalizedRlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedRlDomain.hs"]),(TargetModule FrontRow.Dal.CourseMemberships,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/CourseMemberships.hs"]),(TargetModule FrontRow.Math.Model.LocalizedAssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedAssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/Es.hs"]),(TargetModule FrontRow.Student.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Source.hs"]),(TargetModule FrontRow.Entities.StudentShare,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentShare.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Answer.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.MathVideo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/MathVideo.hs"]),(TargetModule FrontRow.Entities.RlSubSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSubSkill.hs"]),(TargetModule FrontRow.Student.OnboardingRequired,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/OnboardingRequired.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Answer.hs"]),(TargetModule FrontRow.Ela.System.DomainSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Glossary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Glossary.hs"]),(TargetModule FrontRow.ClassLink,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClassLink.hs"]),(TargetModule FrontRow.Entities.RlSkillStandardDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkillStandardDomain.hs"]),(TargetModule FrontRow.Student.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Model.hs"]),(TargetModule FrontRow.Entities.Course,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Course.hs"]),(TargetModule FrontRow.Entities.Goal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Goal.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Entities.ClassLinkOneRosterToken,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClassLinkOneRosterToken.hs"]),(TargetModule FrontRow.Entities.Ela.Article,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progress.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Dal.hs"]),(TargetModule FrontRow.Import.Combinators,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import/Combinators.hs"]),(TargetModule FrontRow.Entities.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Dal.hs"]),(TargetModule FrontRow.Esqueleto,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Esqueleto.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Content.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStandard.hs"]),(TargetModule FrontRow.Ela.System.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/Dal.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Test.Factories,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Factories.hs"]),(TargetModule FrontRow.System.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Ela/Dal.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal.hs"]),(TargetModule FrontRow.Ela.Progression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression.hs"]),(TargetModule FrontRow.Model.Persistent.Ela,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Ela.hs"]),(TargetModule FrontRow.Entities.Math.Standard.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/Assignment.hs"]),(TargetModule FrontRow.Dal.Teachers,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Teachers.hs"]),(TargetModule FrontRow.FreeResource,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/FreeResource.hs"]),(TargetModule FrontRow.Test.Arbitrary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Arbitrary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab.hs"]),(TargetModule FrontRow.Entities.Math.AdministrativeAreaStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AdministrativeAreaStandardSet.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Level.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Types.hs"]),(TargetModule FrontRow.Dal.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.SchoolAdminInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminInvalidLogin.hs"]),(TargetModule FrontRow.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Level.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Answer.hs"]),(TargetModule FrontRow.Entities.Teacher,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Teacher.hs"]),(TargetModule FrontRow.Math.Logic.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Question.hs"]),(TargetModule FrontRow.Math.RollUps,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/RollUps.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Paragraph.hs"]),(TargetModule FrontRow.JsonLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/JsonLog.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Assignment.hs"]),(TargetModule FrontRow.Dal.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Paragraph.hs"]),(TargetModule FrontRow.System.Math.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Math/Dal.hs"]),(TargetModule FrontRow.Persistent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Persistent.hs"]),(TargetModule FrontRow.Entities.TeacherInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherInvalidLogin.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignmentSession.hs"]),(TargetModule FrontRow.Test.Fixtures.RlProxies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/RlProxies.hs"]),(TargetModule FrontRow.Entities.Ela.ReadingPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/ReadingPlacement.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent.hs"]),(TargetModule FrontRow.Entities.ItemOwnership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ItemOwnership.hs"]),(TargetModule FrontRow.Entities.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Ela.Progression.CurrentLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/CurrentLevel.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Es.hs"]),(TargetModule FrontRow.XRay,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/XRay.hs"]),(TargetModule FrontRow.Entities.TeacherImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherImpression.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies.hs"]),(TargetModule FrontRow.Entities.District,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentType.hs"]),(TargetModule FrontRow.Test.Expectations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units.hs"]),(TargetModule FrontRow.Entities.Ela.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Skill.hs"]),(TargetModule FrontRow.Entities.Ela.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Snapshot.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question.hs"]),(TargetModule FrontRow.Entities.StudentPresenceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentPresenceEvent.hs"]),(TargetModule FrontRow.Entities.Math.KnowledgeSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/KnowledgeSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.FullName,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/FullName.hs"]),(TargetModule FrontRow.Entities.SchoolAdminImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminImpression.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.Entities.StudentCourseEnabledDashboardMode,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentCourseEnabledDashboardMode.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsLevel.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Item,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Item.hs"]),(TargetModule FrontRow.Math.Logic.Equation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Equation.hs"]),(TargetModule FrontRow.Clever,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Clever.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Reward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Reward.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Operation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Operation.hs"]),(TargetFile NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Entities.StudentGoal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentGoal.hs"]),(TargetModule FrontRow.Dal.Students,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Students.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStrand,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStrand.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentRetry.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.StudentReward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/StudentReward.hs"]),(TargetModule FrontRow.Test.Css,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Css.hs"]),(TargetModule FrontRow.Entities.Account.EmailVerification,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/EmailVerification.hs"]),(TargetModule FrontRow.Entities.RosterSyncIdpEntity,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncIdpEntity.hs"]),(TargetModule FrontRow.Entities.QuotePostInfo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuotePostInfo.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Title,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Title.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Account.PasswordReset,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/PasswordReset.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.RlDomainContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomainContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Question.hs"]),(TargetModule FrontRow.Model.Persistent.UpdatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UpdatedAt.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Question.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentQuestion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentQuestion.hs"]),(TargetModule FrontRow.Entities.LanguageContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LanguageContent.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.SchoolAdminSchoolMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminSchoolMembership.hs"]),(TargetModule FrontRow.Dal.Courses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Courses.hs"]),(TargetModule FrontRow.Entities.StoreCategory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StoreCategory.hs"]),(TargetModule FrontRow.Entities.RosterSyncError,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncError.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Entities.StudentLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentLoginEvent.hs"]),(TargetModule FrontRow.Entities.QuoteRequest,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuoteRequest.hs"]),(TargetModule FrontRow.Ela.Progression.SessionHistory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionHistory.hs"]),(TargetModule FrontRow.Entities.DemoDistrict,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/DemoDistrict.hs"]),(TargetModule FrontRow.Ela.Pathway,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Pathway.hs"]),(TargetModule FrontRow.Ela.System.DomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainProxy.hs"]),(TargetModule FrontRow.Entities.IdpOverlayStudent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/IdpOverlayStudent.hs"]),(TargetModule FrontRow.License.PremiumLicenses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumLicenses.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/En.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.AssessmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AssessmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Level.hs"]),(TargetModule FrontRow.Test.Graphula,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula.hs"]),(TargetModule FrontRow.Dal.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlStandard.hs"]),(TargetModule FrontRow.Entities.Dal.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Dal/Math/Question.hs"]),(TargetModule FrontRow.Entities.School,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/School.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.CrmSchoolMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CrmSchoolMapping.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignedOperationSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignedOperationSet.hs"]),(TargetModule FrontRow.Entities.RlStandardSetDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSetDomain.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Stats.StudentDomainMonth,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Stats/StudentDomainMonth.hs"]),(TargetModule FrontRow.Ela.Progress.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Model.hs"]),(TargetModule FrontRow.Renaissance.Star,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Renaissance/Star.hs"]),(TargetModule FrontRow.Test,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Student.PresenceEventDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/PresenceEventDetails.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionSet.hs"]),(TargetModule FrontRow.Math.TargetedDepthOfKnowledgePractice,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/TargetedDepthOfKnowledgePractice.hs"]),(TargetModule FrontRow.Teacher.Role,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Role.hs"]),(TargetModule FrontRow.License.Check,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Check.hs"]),(TargetModule FrontRow.Dal.Schools,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Schools.hs"]),(TargetModule FrontRow.Entities.Ela.SystemDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemDomain.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.OperationSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/OperationSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.Localized,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Localized.hs"]),(TargetModule FrontRow.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Entities.RlAttributes,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlAttributes.hs"]),(TargetModule FrontRow.Test.Fixtures,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Import.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentStandard.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Question.hs"]),(TargetModule FrontRow.Entities.Math.QuestionSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionSkill.hs"]),(TargetModule FrontRow.Dal.SchoolAdmins,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/SchoolAdmins.hs"]),(TargetModule FrontRow.Test.Fixtures.MathFactPracticeOperations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/MathFactPracticeOperations.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Printables.PrintableType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Printables/PrintableType.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progression.SessionDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionDetails.hs"]),(TargetModule FrontRow.Entities.RosterSyncEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncEvent.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Language.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Content.hs"]),(TargetModule FrontRow.Entities.Ela.Standard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Standard.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignment.hs"]),(TargetModule FrontRow.Math.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolLead,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolLead.hs"]),(TargetModule FrontRow.RosterSyncedBy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RosterSyncedBy.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Level.hs"]),(TargetModule FrontRow.Entities.SchoolAdmin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdmin.hs"]),(TargetModule FrontRow.Entities.LicenseAllocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseAllocation.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading.hs"]),(TargetModule FrontRow.Math.Model.GameSessionSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/GameSessionSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Answer.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing.hs"]),(TargetModule FrontRow.Entities.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/PreTestSession.hs"]),(TargetModule FrontRow.Math.Progress.Rl.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Progress/Rl/Dal.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.AssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/AssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.DomainExclusion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DomainExclusion.hs"]),(TargetModule FrontRow.Model.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/PreTestSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing.hs"]),(TargetModule FrontRow.System.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Metadata.hs"]),(TargetModule FrontRow.Entities.Math.Benchmark,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Benchmark.hs"]),(TargetModule FrontRow.Teacher.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Source.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/PreTestSession.hs"]),(TargetModule FrontRow.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import.hs"]),(TargetModule FrontRow.Entities.Ela.System,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/System.hs"]),(TargetModule FrontRow.Entities,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities.hs"]),(TargetModule FrontRow.Model.Persistent.OccurredAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/OccurredAt.hs"]),(TargetModule FrontRow.Content.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content/Types.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentAnswer.hs"]),(TargetModule FrontRow.License.PremiumCutoff,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumCutoff.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Snapshot.hs"]),(TargetModule FrontRow.Entities.StarScoreSkillMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StarScoreSkillMapping.hs"]),(TargetModule FrontRow.Entities.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomain.hs"]),(TargetModule FrontRow.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Assignment.hs"]),(TargetModule FrontRow.ElaSkillsAccuracies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ElaSkillsAccuracies.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/Assignment.hs"]),(TargetModule FrontRow.Entities.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Entities.MathDomainPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/MathDomainPlacement.hs"]),(TargetModule FrontRow.Entities.Assignments.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Assignments/Dal.hs"]),(TargetModule FrontRow.Entities.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Language.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Question.hs"]),(TargetModule FrontRow.Entities.Units.Science,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolYearStudentSkillAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolYearStudentSkillAnswer.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AnswerRetry.hs"]),(TargetModule FrontRow.Entities.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Test.Graphula.MathSystems,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula/MathSystems.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Dal.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Model.Persistent.CreatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/CreatedAt.hs"]),(TargetModule FrontRow.Entities.PrintableGenerationEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/PrintableGenerationEvent.hs"]),(TargetModule FrontRow.Test.Expectations.Lifted,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations/Lifted.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Question.hs"]),(TargetModule FrontRow.Model.Rollups,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Rollups.hs"]),(TargetModule FrontRow.Entities.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.Math.Logic.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/RlDomain.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Word.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Session,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Session.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/Assignment.hs"]),(TargetModule FrontRow.Test.Truncate,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Truncate.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading.hs"]),(TargetModule FrontRow.StudentSkillProficiency,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/StudentSkillProficiency.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.RlStandardProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlStandardProxy.hs"]),(TargetModule FrontRow.Entities.RlStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSet.hs"]),(TargetModule FrontRow.Star.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Star/Metadata.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.TeacherLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherLoginEvent.hs"]),(TargetModule FrontRow.Entities.License,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/License.hs"]),(TargetModule FrontRow.Entities.Student,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Student.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandard.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/En.hs"]),(TargetModule FrontRow.RlDomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlDomainProxy.hs"]),(TargetModule FrontRow.Model.Persistent.UserId,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UserId.hs"]),(TargetModule FrontRow.Entities.CourseMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseMembership.hs"]),(TargetModule FrontRow.Admin.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Admin/Model.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentSession.hs"]),(TargetModule FrontRow.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.License.Allocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Allocation.hs"]),(TargetModule FrontRow.RlAssessmentTopicProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlAssessmentTopicProxy.hs"]),(TargetModule FrontRow.Entities.FreckleTextLevelOverride,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FreckleTextLevelOverride.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Question.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.StudentEnabledOperation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/StudentEnabledOperation.hs"]),(TargetModule FrontRow.Entities.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Question.hs"]),(TargetModule FrontRow.Entities.SupportLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SupportLog.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Word.hs"])] | |
2020-11-17 17:14:33.181931958 [ThreadId 53] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:33.182062292 [ThreadId 89] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:33.184019799 [ThreadId 165] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:33.184115066 [ThreadId 165] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:33.220728362 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"181/186"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.321776878 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"90/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.444107753 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"57/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.509990974 [ThreadId 470] - finish: C:GetParsedModule (took 0.33s) | |
2020-11-17 17:14:33.510159477 [ThreadId 470] - finish: CodeAction (took 0.33s) | |
2020-11-17 17:14:33.510103117 [ThreadId 467] - hlint:getIdeas:setExtensions:[Cpp,OverlappingInstances,UndecidableInstances,IncoherentInstances,UndecidableSuperClasses,MonomorphismRestriction,MonoPatBinds,MonoLocalBinds,RelaxedPolyRec,ExtendedDefaultRules,ForeignFunctionInterface,UnliftedFFITypes,InterruptibleFFI,CApiFFI,GHCForeignImportPrim,JavaScriptFFI,ParallelArrays,TemplateHaskell,TemplateHaskellQuotes,ImplicitParams,ImplicitPrelude,ScopedTypeVariables,AllowAmbiguousTypes,UnliftedNewtypes,BangPatterns,TypeFamilies,TypeFamilyDependencies,TypeInType,OverloadedStrings,OverloadedLists,NumDecimals,DisambiguateRecordFields,RecordWildCards,RecordPuns,ViewPatterns,GADTs,GADTSyntax,NPlusKPatterns,DoAndIfThenElse,BlockArguments,RebindableSyntax,ConstraintKinds,PolyKinds,DataKinds,InstanceSigs,ApplicativeDo,StandaloneDeriving,DeriveDataTypeable,AutoDeriveTypeable,DeriveFunctor,DeriveTraversable,DeriveFoldable,DeriveGeneric,DefaultSignatures,DeriveAnyClass,DeriveLift,DerivingStrategies,DerivingVia,TypeSynonymInstances,FlexibleContexts,FlexibleInstances,ConstrainedClassMethods,MultiParamTypeClasses,NullaryTypeClasses,FunctionalDependencies,UnicodeSyntax,ExistentialQuantification,MagicHash,EmptyDataDecls,KindSignatures,RoleAnnotations,ParallelListComp,MonadComprehensions,GeneralizedNewtypeDeriving,PostfixOperators,TupleSections,PatternGuards,LiberalTypeSynonyms,RankNTypes,ImpredicativeTypes,TypeOperators,ExplicitNamespaces,PackageImports,ExplicitForAll,AlternativeLayoutRuleTransitional,DatatypeContexts,NondecreasingIndentation,RelaxedLayout,TraditionalRecordSyntax,LambdaCase,MultiWayIf,BinaryLiterals,HexFloatLiterals,DuplicateRecordFields,OverloadedLabels,EmptyCase,PatternSynonyms,PartialTypeSignatures,NamedWildCards,TypeApplications,Strict,StrictData,MonadFailDesugaring,EmptyDataDeriving,NumericUnderscores,QuantifiedConstraints,ImportQualifiedPost,CUSKs,StandaloneKindSignatures,StarIsType] | |
2020-11-17 17:14:33.510637569 [ThreadId 7] - <--2--{"result":["[redacted]"],"jsonrpc":"2.0","id":1} | |
2020-11-17 17:14:33.545841305 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"36/294"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.648465713 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"38/296"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.810242713 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"33/298"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:33.910745115 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"24/306"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:34.011379491 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"20/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:34.260772226 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:34.970492831 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:35.173367232 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"23/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:35.273965533 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"25/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:35.382839037 [ThreadId 470] - finish: CodeAction:PackageExports (took 1.87s) | |
2020-11-17 17:14:35.475421069 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"26/314"},"token":"3"},"method":"$/progress"} | |
[Info - 5:14:36 PM] Connection to server got closed. Server will restart. | |
[Error - 5:14:36 PM] Request textDocument/codeAction failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
[Error - 5:14:36 PM] Request textDocument/codeLens failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
haskell-language-server version: 0.6.0.0 (GHC: 8.8.4) (PATH: /home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4) (GIT hash: 372a12e797069dc3ac4fa33dcaabe3b992999d7c) | |
Starting (haskell-language-server)LSP server... | |
with arguments: LspArguments {argLSP = True, argsCwd = Nothing, argFiles = [], argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} | |
with plugins: [PluginId "brittany",PluginId "eval",PluginId "floskell",PluginId "fourmolu",PluginId "ghcide",PluginId "hlint",PluginId "importLens",PluginId "moduleName",PluginId "ormolu",PluginId "pragmas",PluginId "retrie",PluginId "stylish-haskell",PluginId "tactic"] | |
in directory: /home/eborden/code/megarepo/backend | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
2020-11-17 17:14:36.355781408 [ThreadId 5] - | |
haskell-lsp:Starting up server ... | |
2020-11-17 17:14:36.356627576 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24428,"clientInfo":{"name":"vscode","version":"1.51.1"},"rootPath":"/home/eborden/code/megarepo/backend","rootUri":"file:///home/eborden/code/megarepo/backend","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true,"versionSupport":false,"tagSupport":{"valueSet":[1,2]}},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"selectionRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":true},"semanticTokens":{"dynamicRegistration":true,"tokenTypes":["comment","keyword","number","regexp","operator","namespace","type","struct","class","interface","enum","typeParameter","function","member","macro","variable","parameter","property","label"],"tokenModifiers":["declaration","documentation","static","abstract","deprecated","async","readonly"]}},"window":{"workDoneProgress":true}},"trace":"off","workspaceFolders":[{"uri":"file:///home/eborden/code/megarepo/frontend/classroom","name":"classroom"},{"uri":"file:///home/eborden/code/megarepo/backend","name":"backend"}]}} | |
2020-11-17 17:14:36.373158633 [ThreadId 5] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/home/eborden/code/megarepo/backend | |
Started LSP server in 0.02s | |
2020-11-17 17:14:36.386497382 [ThreadId 21] - Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri 8936337999132987258 "file:///home/eborden/code/megarepo/frontend/classroom",NormalizedUri (-7412340688789626642) "file:///home/eborden/code/megarepo/backend"], clientSettings = hashed Nothing} | |
2020-11-17 17:14:36.386772633 [ThreadId 7] - <--2--{"result":{"capabilities":{"typeDefinitionProvider":true,"foldingRangeProvider":false,"textDocumentSync":{"openClose":true,"change":2,"save":{}},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}},"implementationProvider":true,"documentRangeFormattingProvider":true,"documentHighlightProvider":true,"executeCommandProvider":{"commands":["24784:eval:evalCommand","24784:ghcide:typesignature.add","24784:hlint:applyOne","24784:hlint:applyAll","24784:importLens:ImportLensCommand","24784:moduleName:edit","24784:pragmas:addPragma","24784:retrie:retrieCommand","24784:tactic:tacticsAutoCommand","24784:tactic:tacticsIntrosCommand","24784:tactic:tacticsDestructCommand","24784:tactic:tacticsHomomorphismCommand","24784:tactic:tacticsDestructLambdaCaseCommand","24784:tactic:tacticsHomomorphismLambdaCaseCommand"]},"renameProvider":false,"colorProvider":false,"definitionProvider":true,"hoverProvider":true,"codeActionProvider":true,"completionProvider":{"triggerCharacters":["."],"resolveProvider":false},"codeLensProvider":{},"documentSymbolProvider":true,"documentFormattingProvider":true}},"jsonrpc":"2.0","id":0} | |
2020-11-17 17:14:36.387660648 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"initialized","params":{}} | |
2020-11-17 17:14:36.387888764 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"registrations":[{"registerOptions":{"watchers":[{"kind":5,"globPattern":"**/*.hs"},{"kind":5,"globPattern":"**/*.hs-boot"},{"kind":5,"globPattern":"**/*.lhs"},{"kind":5,"globPattern":"**/*.lhs-boot"}]},"method":"workspace/didChangeWatchedFiles","id":"globalFileWatches"}]},"method":"client/registerCapability","id":0} | |
2020-11-17 17:14:36.387932923 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"haskell":{"hlintOn":true,"maxNumberOfProblems":100,"diagnosticsOnChange":true,"liquidOn":false,"completionSnippetsOn":true,"formatOnImportOn":true,"formattingProvider":"ormolu","trace":{"server":"messages"},"logFile":"","languageServerVariant":"haskell-language-server","serverExecutablePath":"","updateBehavior":"keep-up-to-date","indentationRules":{"enabled":true}}}}} | |
2020-11-17 17:14:36.388180804 [ThreadId 21] - Configuration changed: Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))]) | |
2020-11-17 17:14:36.388212639 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs","languageId":"haskell","version":1,"text":"[redacted]"}}} | |
2020-11-17 17:14:36.388905804 [ThreadId 20] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:36.38904701 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:36.390352347 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"result":null} | |
2020-11-17 17:14:36.391551657 [ThreadId 21] - Set files of interest to: [(NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",Modified)] | |
2020-11-17 17:14:36.391948731 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":0,\"result\":null}" | |
2020-11-17 17:14:36.392138595 [ThreadId 42] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:36.392242768 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:36.393078627 [ThreadId 21] - Opened text document: file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs | |
2020-11-17 17:14:36.393962262 [ThreadId 85] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:36.394179848 [ThreadId 85] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:36.394733097 [ThreadId 90] - Consulting the cradle for "entities/library/FrontRow/Entities/District.hs" | |
Output from setting up the cradle Cradle {cradleRootDir = "/home/eborden/code/megarepo/backend", cradleOptsProg = CradleAction: Stack} | |
2020-11-17 17:14:36.39564551 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":0},"method":"window/workDoneProgress/create","id":1} | |
2020-11-17 17:14:36.395808385 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","cancellable":false,"title":"Setting up backend (for entities/library/FrontRow/Entities/District.hs)"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:36.400610505 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"result":null} | |
2020-11-17 17:14:36.400788256 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":null}" | |
2020-11-17 17:14:36.400885279 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:36.401019741 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":[]}}} | |
2020-11-17 17:14:36.494424033 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":"3"},"method":"window/workDoneProgress/create","id":2} | |
2020-11-17 17:14:36.494581137 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","title":"Processing"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:36.495194346 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"result":null} | |
2020-11-17 17:14:36.495375416 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":null}" | |
2020-11-17 17:14:36.594582866 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"0/2"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:36.652011527 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":3,"method":"textDocument/codeLens","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:36.652322901 [ThreadId 111] - Plugin.makeCodeLens (ideLogger) | |
2020-11-17 17:14:36.6947994 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"1/2"},"token":"3"},"method":"$/progress"} | |
> Configuring GHCi with the following packages: entities | |
> /home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d | |
2020-11-17 17:14:40.87999824 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"end"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:40.879912725 [ThreadId 90] - Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hidir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hide-all-packages","-XBangPatterns","-XDataKinds","-XDeriveAnyClass","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveLift","-XDeriveTraversable","-XDerivingStrategies","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XNoImplicitPrelude","-XNoMonomorphismRestriction","-XOverloadedStrings","-XRankNTypes","-XRecordWildCards","-XScopedTypeVariables","-XStandaloneDeriving","-XTypeApplications","-XTypeFamilies","-XUndecidableInstances","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-i/home/eborden/code/megarepo/backend/entities/library","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/autogen","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/global-autogen","-stubdir=/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-package-id=Diff-0.4.0-2mjKm06J7q93AfCNNQ75Rh","-package-id=HUnit-1.6.0.0-Jclpnuqehp8GGyrAnfCVLK","-package-id=MonadRandom-0.5.2-5pfjtYEc6wGDixg7BR0w3y","-package-id=QuickCheck-2.13.2-DaUcgEOc05f2iBoF7dUZuu","-package-id=aeson-1.4.7.1-81py7IFulyN4hRfjbdSkNR","-package-id=aeson-qq-0.8.3-8o2TaIia6RY8omVeyhaMEQ","-package-id=aws-xray-client-persistent-0.0.0-BY6voXVqNJsH7UXx2uWmtz","-package-id=aws-xray-client-wai-0.0.0-BBlwoarEOlUpapuSDafqU","-package-id=base-4.13.0.0","-package-id=bcp47-0.1.0.0-71KV5XTzamnLxjft2OR7FI","-package-id=blaze-html-0.9.1.2-Ca5ZQodLJVEIM1PWBtCZP7","-package-id=bytestring-0.10.10.1","-package-id=case-insensitive-1.2.1.0-G9PczGupAuw6LFLG2ltB3E","-package-id=cassava-0.5.2.0-EImueLfvz3TE91ReMBsKWn","-package-id=classy-prelude-1.5.0-BuSdNgmGlB8EQfIClO8l1k","-package-id=closed-0.2.0.1-HH8ZlI3lLlGGVKZASV9VDU","-package-id=compact-0.1.0.1-LfrzPuSiCGKBAHWZPZXXQG","-package-id=conduit-1.3.3-Lpfm87TKlGOKJYSoPcA1cP","-package-id=constraints-0.12-LfYpb0wuejnIj9LEYH59s9","-package-id=containers-0.6.2.1","-package-id=core-0.0.0-CPI2udmPBDR3WbPkTfy2wz","-package-id=deepseq-1.4.4.0","-package-id=errors-2.3.0-5ThHrX7XV6Y8V3HxEYUrJf","-package-id=esqueleto-3.3.4.0-EltAJldbkRqIVnS5DB8lhO","-package-id=extra-1.7.8-AENiy9psJ2tBDPAbOKjzHL","-package-id=fast-logger-3.0.2-fqToDO0PDD6RGZVUxrzDZ","-package-id=foldl-1.4.6-3YDaw27eW3WARqe1pdb4oc","-package-id=frontrow-app-0.0.1.0-9SLQAQksmJXHtTYWkw1ErR","-package-id=generic-arbitrary-0.1.0-8EqqLJkuFCg1P9f31P679Z","-package-id=graphula-core-2.0.0.0-BroTOPDJ9fVKFSJi9XGasw","-package-id=hashable-1.3.0.0-JWT2qDutWgo91wFdMlkvGp","-package-id=hspec-2.7.4-E5grpVK0ITwJfKdBzkHx1C","-package-id=hspec-expectations-0.8.2-Gyxpw5RZvqV2WiQLfU4YHY","-package-id=hspec-expectations-json-1.0.0.0-35CPDjZxb5mAiKrw6V88X9","-package-id=html-conduit-1.3.2.1-IwserNDKr17CvVukLvdqHw","-package-id=http-api-data-0.4.1.1-DK6H8QMwWGF2IPhikE1T","-package-id=http-types-0.12.3-7sHAayybOZ277OqgdJvdHt","-package-id=lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8","-package-id=lens-aeson-1.1-zHFfVngPHdBYBW3vE0VOG","-package-id=list-zipper-0.0.0-8JwLaGKgVy336DebTrStSW","-package-id=monad-logger-0.3.35-8qS31R8cEPGLCd62UiyDn5","-package-id=mono-traversable-1.0.15.1-DValVwaRI536GSuJMMBVFd","-package-id=monoidal-containers-0.6.0.1-3I5aY9ysNJaEFZ9kdmfSJ1","-package-id=mtl-2.2.2","-package-id=path-pieces-0.2.1-4Mdp2LpI8oW58Sv5wRi1EE","-package-id=persistent-2.10.5.2-Eihr9qX4J9IEgSMDvTj2Al","-package-id=persistent-postgresql-2.10.1.2-CXd5VJtYl5X9HTCdEcatl8","-package-id=persistent-qq-2.9.2-EzwG8mdUfc3F3u7TZCzD0k","-package-id=persistent-template-2.8.2.3-LNF16o4vtDO51O3FwpfmV7","-package-id=postgresql-simple-0.6.2-ERwvzoYIbyi9UpFyKwSnMz","-package-id=pretty-1.1.3.6","-package-id=random-1.1-CUqV1zxrwrE4K5XCdTZSYy","-package-id=resource-pool-0.2.3.2-BV14TARB4pnACS2Hfpnh4s","-package-id=resourcet-1.2.4.2-Fqb6af58PO92XZgTK5owO9","-package-id=safe-0.3.19-LxDJURZu1921pHCEJqjvRE","-package-id=semigroupoids-5.3.4-IiZyCkWH0cZ1HaP4Ksq3g9","-package-id=semigroups-0.19.1-KswQSjRjA2JDrzoYmnhZUy","-package-id=shakespeare-2.0.25-8nX0FS5Wc4N3a93hjsa1bz","-package-id=tagged-0.8.6-LfhHZ57rMjK9JkdnSRh9cF","-package-id=template-haskell-2.15.0.0","-package-id=text-1.2.4.0","-package-id=time-1.9.3","-package-id=transformers-0.5.6.2","-package-id=tuple-0.3.0.2-Ilnc7BzDzeEJ8zBuKXCP9i","-package-id=unliftio-0.2.13-CZvG1Mn5jXz4VdEZmEZWzX","-package-id=unliftio-core-0.1.2.0-BfjjiCuGdFfJICKMeUQye4","-package-id=unordered-containers-0.2.10.0-L0UCiFV6BpAyFeQZxTEW6","-package-id=uuid-1.3.13-7mh2uH4tbRnEH3KvrUZMoX","-package-id=vector-0.12.1.2-AWRYcz9jfa25Avs2q9Jg9V","-package-id=wai-3.2.2.1-LSAXmfwIjniepUvrLl17a","-package-id=wai-extra-3.0.32-DT0tJh5KOF0CJCPM0179y","-package-id=wai-logger-2.3.6-JZz6aU08Jm6FVq3wwBLUj0","-package-id=xml-conduit-1.9.0.0-Ity4c4OOFao6Ht3lZQMUEc","-package-id=yesod-1.6.1.0-5Uw1thzPCUU3TFEWfpS9w1","-package-id=yesod-core-1.6.18.5-ARfC8spyNeCFK02bdhBUVy","-package-id=yesod-persistent-1.6.0.4-4Hq1UXsUqf932XPjAJcsf6","-package-id=yesod-test-1.6.10-A60wPRCcgud35YWtDA1jns","-fwrite-ide-info","-fhide-source-paths","-Weverything","-Wno-missing-exported-signatures","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-missing-import-lists","-Wno-missing-export-lists","-Wno-incomplete-uni-patterns","-Wno-partial-fields","-Wno-implicit-prelude","-Wno-deriving-typeable","-Wno-missing-monadfail-instances","-fignore-optim-changes","-optP-include","-optP/home/eborden/code/megarepo/backend/.stack-work/ghci/f0bbbb04/cabal_macros.h","-ghci-script=/tmp/haskell-stack-ghci/1f8272ef/ghci-script","-package-db","/home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d"], componentRoot = "/home/eborden/code/megarepo/backend", componentDependencies = ["package.yaml","stack.yaml"]},"/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4") | |
2020-11-17 17:14:41.03813721 [ThreadId 90] - Using interface files cache dir: /home/eborden/.cache/ghcide/main-d8f337eeca64881555b6ba695fc9e21dd99e55cd | |
2020-11-17 17:14:41.038795403 [ThreadId 90] - Making new HscEnv[main] | |
2020-11-17 17:14:41.069957629 [ThreadId 90] - New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/home/eborden/code/megarepo/backend/hie.yaml",Just 2020-10-06 18:25:18.786789034 UTC),("package.yaml",Nothing),("stack.yaml",Just 2020-10-26 20:20:21.565145316 UTC)]) | |
2020-11-17 17:14:41.840349907 [ThreadId 90] - Known files updated: fromList [(TargetModule FrontRow.Entities.FrRlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FrRlSkill.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Skill.hs"]),(TargetModule FrontRow.Freshen,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Freshen.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Assignment.hs"]),(TargetModule FrontRow.Math.Model.LocalizedRlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedRlDomain.hs"]),(TargetModule FrontRow.Dal.CourseMemberships,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/CourseMemberships.hs"]),(TargetModule FrontRow.Math.Model.LocalizedAssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedAssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/Es.hs"]),(TargetModule FrontRow.Student.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Source.hs"]),(TargetModule FrontRow.Entities.StudentShare,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentShare.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Answer.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.MathVideo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/MathVideo.hs"]),(TargetModule FrontRow.Entities.RlSubSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSubSkill.hs"]),(TargetModule FrontRow.Student.OnboardingRequired,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/OnboardingRequired.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Answer.hs"]),(TargetModule FrontRow.Ela.System.DomainSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Glossary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Glossary.hs"]),(TargetModule FrontRow.ClassLink,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClassLink.hs"]),(TargetModule FrontRow.Entities.RlSkillStandardDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkillStandardDomain.hs"]),(TargetModule FrontRow.Student.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Model.hs"]),(TargetModule FrontRow.Entities.Course,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Course.hs"]),(TargetModule FrontRow.Entities.Goal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Goal.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Entities.ClassLinkOneRosterToken,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClassLinkOneRosterToken.hs"]),(TargetModule FrontRow.Entities.Ela.Article,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progress.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Dal.hs"]),(TargetModule FrontRow.Import.Combinators,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import/Combinators.hs"]),(TargetModule FrontRow.Entities.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Dal.hs"]),(TargetModule FrontRow.Esqueleto,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Esqueleto.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Content.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStandard.hs"]),(TargetModule FrontRow.Ela.System.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/Dal.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Test.Factories,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Factories.hs"]),(TargetModule FrontRow.System.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Ela/Dal.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal.hs"]),(TargetModule FrontRow.Ela.Progression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression.hs"]),(TargetModule FrontRow.Model.Persistent.Ela,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Ela.hs"]),(TargetModule FrontRow.Entities.Math.Standard.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/Assignment.hs"]),(TargetModule FrontRow.Dal.Teachers,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Teachers.hs"]),(TargetModule FrontRow.FreeResource,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/FreeResource.hs"]),(TargetModule FrontRow.Test.Arbitrary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Arbitrary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab.hs"]),(TargetModule FrontRow.Entities.Math.AdministrativeAreaStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AdministrativeAreaStandardSet.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Level.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Types.hs"]),(TargetModule FrontRow.Dal.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.SchoolAdminInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminInvalidLogin.hs"]),(TargetModule FrontRow.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Level.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Answer.hs"]),(TargetModule FrontRow.Entities.Teacher,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Teacher.hs"]),(TargetModule FrontRow.Math.Logic.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Question.hs"]),(TargetModule FrontRow.Math.RollUps,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/RollUps.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Paragraph.hs"]),(TargetModule FrontRow.JsonLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/JsonLog.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Assignment.hs"]),(TargetModule FrontRow.Dal.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Paragraph.hs"]),(TargetModule FrontRow.System.Math.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Math/Dal.hs"]),(TargetModule FrontRow.Persistent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Persistent.hs"]),(TargetModule FrontRow.Entities.TeacherInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherInvalidLogin.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignmentSession.hs"]),(TargetModule FrontRow.Test.Fixtures.RlProxies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/RlProxies.hs"]),(TargetModule FrontRow.Entities.Ela.ReadingPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/ReadingPlacement.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent.hs"]),(TargetModule FrontRow.Entities.ItemOwnership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ItemOwnership.hs"]),(TargetModule FrontRow.Entities.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Ela.Progression.CurrentLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/CurrentLevel.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Es.hs"]),(TargetModule FrontRow.XRay,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/XRay.hs"]),(TargetModule FrontRow.Entities.TeacherImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherImpression.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies.hs"]),(TargetModule FrontRow.Entities.District,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentType.hs"]),(TargetModule FrontRow.Test.Expectations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units.hs"]),(TargetModule FrontRow.Entities.Ela.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Skill.hs"]),(TargetModule FrontRow.Entities.Ela.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Snapshot.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question.hs"]),(TargetModule FrontRow.Entities.StudentPresenceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentPresenceEvent.hs"]),(TargetModule FrontRow.Entities.Math.KnowledgeSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/KnowledgeSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.FullName,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/FullName.hs"]),(TargetModule FrontRow.Entities.SchoolAdminImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminImpression.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.Entities.StudentCourseEnabledDashboardMode,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentCourseEnabledDashboardMode.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsLevel.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Item,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Item.hs"]),(TargetModule FrontRow.Math.Logic.Equation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Equation.hs"]),(TargetModule FrontRow.Clever,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Clever.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Reward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Reward.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Operation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Operation.hs"]),(TargetFile NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Entities.StudentGoal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentGoal.hs"]),(TargetModule FrontRow.Dal.Students,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Students.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStrand,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStrand.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentRetry.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.StudentReward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/StudentReward.hs"]),(TargetModule FrontRow.Test.Css,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Css.hs"]),(TargetModule FrontRow.Entities.Account.EmailVerification,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/EmailVerification.hs"]),(TargetModule FrontRow.Entities.RosterSyncIdpEntity,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncIdpEntity.hs"]),(TargetModule FrontRow.Entities.QuotePostInfo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuotePostInfo.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Title,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Title.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Account.PasswordReset,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/PasswordReset.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.RlDomainContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomainContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Question.hs"]),(TargetModule FrontRow.Model.Persistent.UpdatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UpdatedAt.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Question.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentQuestion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentQuestion.hs"]),(TargetModule FrontRow.Entities.LanguageContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LanguageContent.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.SchoolAdminSchoolMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminSchoolMembership.hs"]),(TargetModule FrontRow.Dal.Courses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Courses.hs"]),(TargetModule FrontRow.Entities.StoreCategory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StoreCategory.hs"]),(TargetModule FrontRow.Entities.RosterSyncError,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncError.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Entities.StudentLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentLoginEvent.hs"]),(TargetModule FrontRow.Entities.QuoteRequest,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuoteRequest.hs"]),(TargetModule FrontRow.Ela.Progression.SessionHistory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionHistory.hs"]),(TargetModule FrontRow.Entities.DemoDistrict,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/DemoDistrict.hs"]),(TargetModule FrontRow.Ela.Pathway,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Pathway.hs"]),(TargetModule FrontRow.Ela.System.DomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainProxy.hs"]),(TargetModule FrontRow.Entities.IdpOverlayStudent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/IdpOverlayStudent.hs"]),(TargetModule FrontRow.License.PremiumLicenses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumLicenses.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/En.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.AssessmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AssessmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Level.hs"]),(TargetModule FrontRow.Test.Graphula,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula.hs"]),(TargetModule FrontRow.Dal.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlStandard.hs"]),(TargetModule FrontRow.Entities.Dal.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Dal/Math/Question.hs"]),(TargetModule FrontRow.Entities.School,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/School.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.CrmSchoolMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CrmSchoolMapping.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignedOperationSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignedOperationSet.hs"]),(TargetModule FrontRow.Entities.RlStandardSetDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSetDomain.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Stats.StudentDomainMonth,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Stats/StudentDomainMonth.hs"]),(TargetModule FrontRow.Ela.Progress.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Model.hs"]),(TargetModule FrontRow.Renaissance.Star,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Renaissance/Star.hs"]),(TargetModule FrontRow.Test,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Student.PresenceEventDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/PresenceEventDetails.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionSet.hs"]),(TargetModule FrontRow.Math.TargetedDepthOfKnowledgePractice,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/TargetedDepthOfKnowledgePractice.hs"]),(TargetModule FrontRow.Teacher.Role,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Role.hs"]),(TargetModule FrontRow.License.Check,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Check.hs"]),(TargetModule FrontRow.Dal.Schools,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Schools.hs"]),(TargetModule FrontRow.Entities.Ela.SystemDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemDomain.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.OperationSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/OperationSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.Localized,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Localized.hs"]),(TargetModule FrontRow.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Entities.RlAttributes,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlAttributes.hs"]),(TargetModule FrontRow.Test.Fixtures,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Import.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentStandard.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Question.hs"]),(TargetModule FrontRow.Entities.Math.QuestionSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionSkill.hs"]),(TargetModule FrontRow.Dal.SchoolAdmins,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/SchoolAdmins.hs"]),(TargetModule FrontRow.Test.Fixtures.MathFactPracticeOperations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/MathFactPracticeOperations.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Printables.PrintableType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Printables/PrintableType.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progression.SessionDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionDetails.hs"]),(TargetModule FrontRow.Entities.RosterSyncEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncEvent.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Language.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Content.hs"]),(TargetModule FrontRow.Entities.Ela.Standard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Standard.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignment.hs"]),(TargetModule FrontRow.Math.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolLead,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolLead.hs"]),(TargetModule FrontRow.RosterSyncedBy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RosterSyncedBy.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Level.hs"]),(TargetModule FrontRow.Entities.SchoolAdmin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdmin.hs"]),(TargetModule FrontRow.Entities.LicenseAllocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseAllocation.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading.hs"]),(TargetModule FrontRow.Math.Model.GameSessionSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/GameSessionSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Answer.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing.hs"]),(TargetModule FrontRow.Entities.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/PreTestSession.hs"]),(TargetModule FrontRow.Math.Progress.Rl.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Progress/Rl/Dal.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.AssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/AssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.DomainExclusion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DomainExclusion.hs"]),(TargetModule FrontRow.Model.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/PreTestSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing.hs"]),(TargetModule FrontRow.System.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Metadata.hs"]),(TargetModule FrontRow.Entities.Math.Benchmark,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Benchmark.hs"]),(TargetModule FrontRow.Teacher.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Source.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/PreTestSession.hs"]),(TargetModule FrontRow.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import.hs"]),(TargetModule FrontRow.Entities.Ela.System,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/System.hs"]),(TargetModule FrontRow.Entities,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities.hs"]),(TargetModule FrontRow.Model.Persistent.OccurredAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/OccurredAt.hs"]),(TargetModule FrontRow.Content.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content/Types.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentAnswer.hs"]),(TargetModule FrontRow.License.PremiumCutoff,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumCutoff.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Snapshot.hs"]),(TargetModule FrontRow.Entities.StarScoreSkillMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StarScoreSkillMapping.hs"]),(TargetModule FrontRow.Entities.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomain.hs"]),(TargetModule FrontRow.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Assignment.hs"]),(TargetModule FrontRow.ElaSkillsAccuracies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ElaSkillsAccuracies.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/Assignment.hs"]),(TargetModule FrontRow.Entities.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Entities.MathDomainPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/MathDomainPlacement.hs"]),(TargetModule FrontRow.Entities.Assignments.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Assignments/Dal.hs"]),(TargetModule FrontRow.Entities.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Language.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Question.hs"]),(TargetModule FrontRow.Entities.Units.Science,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolYearStudentSkillAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolYearStudentSkillAnswer.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AnswerRetry.hs"]),(TargetModule FrontRow.Entities.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Test.Graphula.MathSystems,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula/MathSystems.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Dal.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Model.Persistent.CreatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/CreatedAt.hs"]),(TargetModule FrontRow.Entities.PrintableGenerationEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/PrintableGenerationEvent.hs"]),(TargetModule FrontRow.Test.Expectations.Lifted,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations/Lifted.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Question.hs"]),(TargetModule FrontRow.Model.Rollups,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Rollups.hs"]),(TargetModule FrontRow.Entities.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.Math.Logic.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/RlDomain.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Word.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Session,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Session.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/Assignment.hs"]),(TargetModule FrontRow.Test.Truncate,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Truncate.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading.hs"]),(TargetModule FrontRow.StudentSkillProficiency,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/StudentSkillProficiency.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.RlStandardProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlStandardProxy.hs"]),(TargetModule FrontRow.Entities.RlStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSet.hs"]),(TargetModule FrontRow.Star.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Star/Metadata.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.TeacherLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherLoginEvent.hs"]),(TargetModule FrontRow.Entities.License,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/License.hs"]),(TargetModule FrontRow.Entities.Student,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Student.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandard.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/En.hs"]),(TargetModule FrontRow.RlDomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlDomainProxy.hs"]),(TargetModule FrontRow.Model.Persistent.UserId,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UserId.hs"]),(TargetModule FrontRow.Entities.CourseMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseMembership.hs"]),(TargetModule FrontRow.Admin.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Admin/Model.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentSession.hs"]),(TargetModule FrontRow.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.License.Allocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Allocation.hs"]),(TargetModule FrontRow.RlAssessmentTopicProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlAssessmentTopicProxy.hs"]),(TargetModule FrontRow.Entities.FreckleTextLevelOverride,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FreckleTextLevelOverride.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Question.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.StudentEnabledOperation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/StudentEnabledOperation.hs"]),(TargetModule FrontRow.Entities.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Question.hs"]),(TargetModule FrontRow.Entities.SupportLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SupportLog.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Word.hs"])] | |
2020-11-17 17:14:41.845507469 [ThreadId 54] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:41.845619158 [ThreadId 90] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:41.846949415 [ThreadId 166] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:41.847054299 [ThreadId 166] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:41.953725885 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"149/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.062604027 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"69/293"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.177871045 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"70/294"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.190141005 [ThreadId 470] - finish: CodeAction (took 0.34s) | |
2020-11-17 17:14:42.190135639 [ThreadId 471] - finish: C:GetParsedModule (took 0.34s) | |
2020-11-17 17:14:42.190654691 [ThreadId 7] - <--2--{"result":["[redacted]"],"jsonrpc":"2.0","id":1} | |
2020-11-17 17:14:42.191000732 [ThreadId 471] - hlint:getIdeas:setExtensions:[Cpp,OverlappingInstances,UndecidableInstances,IncoherentInstances,UndecidableSuperClasses,MonomorphismRestriction,MonoPatBinds,MonoLocalBinds,RelaxedPolyRec,ExtendedDefaultRules,ForeignFunctionInterface,UnliftedFFITypes,InterruptibleFFI,CApiFFI,GHCForeignImportPrim,JavaScriptFFI,ParallelArrays,TemplateHaskell,TemplateHaskellQuotes,ImplicitParams,ImplicitPrelude,ScopedTypeVariables,AllowAmbiguousTypes,UnliftedNewtypes,BangPatterns,TypeFamilies,TypeFamilyDependencies,TypeInType,OverloadedStrings,OverloadedLists,NumDecimals,DisambiguateRecordFields,RecordWildCards,RecordPuns,ViewPatterns,GADTs,GADTSyntax,NPlusKPatterns,DoAndIfThenElse,BlockArguments,RebindableSyntax,ConstraintKinds,PolyKinds,DataKinds,InstanceSigs,ApplicativeDo,StandaloneDeriving,DeriveDataTypeable,AutoDeriveTypeable,DeriveFunctor,DeriveTraversable,DeriveFoldable,DeriveGeneric,DefaultSignatures,DeriveAnyClass,DeriveLift,DerivingStrategies,DerivingVia,TypeSynonymInstances,FlexibleContexts,FlexibleInstances,ConstrainedClassMethods,MultiParamTypeClasses,NullaryTypeClasses,FunctionalDependencies,UnicodeSyntax,ExistentialQuantification,MagicHash,EmptyDataDecls,KindSignatures,RoleAnnotations,ParallelListComp,MonadComprehensions,GeneralizedNewtypeDeriving,PostfixOperators,TupleSections,PatternGuards,LiberalTypeSynonyms,RankNTypes,ImpredicativeTypes,TypeOperators,ExplicitNamespaces,PackageImports,ExplicitForAll,AlternativeLayoutRuleTransitional,DatatypeContexts,NondecreasingIndentation,RelaxedLayout,TraditionalRecordSyntax,LambdaCase,MultiWayIf,BinaryLiterals,HexFloatLiterals,DuplicateRecordFields,OverloadedLabels,EmptyCase,PatternSynonyms,PartialTypeSignatures,NamedWildCards,TypeApplications,Strict,StrictData,MonadFailDesugaring,EmptyDataDeriving,NumericUnderscores,QuantifiedConstraints,ImportQualifiedPost,CUSKs,StandaloneKindSignatures,StarIsType] | |
2020-11-17 17:14:42.279013038 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"68/297"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.379859211 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"46/297"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.481166304 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"39/300"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.678971289 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"32/300"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.779986158 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"28/304"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.887003399 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"30/306"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:42.987954775 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"24/308"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:43.322840945 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"20/308"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:43.425494852 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/311"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:43.525221246 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:43.72552629 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:44.25268928 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"25/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:44.289194032 [ThreadId 160] - finish: CodeAction:PackageExports (took 2.10s) | |
2020-11-17 17:14:44.291474664 [ThreadId 473] - finish: importLens (took 0.00s) | |
2020-11-17 17:14:44.355849672 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"26/314"},"token":"3"},"method":"$/progress"} | |
[Info - 5:14:45 PM] Connection to server got closed. Server will restart. | |
[Error - 5:14:45 PM] Request textDocument/codeAction failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
[Error - 5:14:45 PM] Request textDocument/codeLens failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
haskell-language-server version: 0.6.0.0 (GHC: 8.8.4) (PATH: /home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4) (GIT hash: 372a12e797069dc3ac4fa33dcaabe3b992999d7c) | |
Starting (haskell-language-server)LSP server... | |
with arguments: LspArguments {argLSP = True, argsCwd = Nothing, argFiles = [], argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} | |
with plugins: [PluginId "brittany",PluginId "eval",PluginId "floskell",PluginId "fourmolu",PluginId "ghcide",PluginId "hlint",PluginId "importLens",PluginId "moduleName",PluginId "ormolu",PluginId "pragmas",PluginId "retrie",PluginId "stylish-haskell",PluginId "tactic"] | |
in directory: /home/eborden/code/megarepo/backend | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
2020-11-17 17:14:45.296110691 [ThreadId 5] - | |
haskell-lsp:Starting up server ... | |
2020-11-17 17:14:45.296741817 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24428,"clientInfo":{"name":"vscode","version":"1.51.1"},"rootPath":"/home/eborden/code/megarepo/backend","rootUri":"file:///home/eborden/code/megarepo/backend","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true,"versionSupport":false,"tagSupport":{"valueSet":[1,2]}},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"selectionRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":true},"semanticTokens":{"dynamicRegistration":true,"tokenTypes":["comment","keyword","number","regexp","operator","namespace","type","struct","class","interface","enum","typeParameter","function","member","macro","variable","parameter","property","label"],"tokenModifiers":["declaration","documentation","static","abstract","deprecated","async","readonly"]}},"window":{"workDoneProgress":true}},"trace":"off","workspaceFolders":[{"uri":"file:///home/eborden/code/megarepo/frontend/classroom","name":"classroom"},{"uri":"file:///home/eborden/code/megarepo/backend","name":"backend"}]}} | |
2020-11-17 17:14:45.307934224 [ThreadId 5] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/home/eborden/code/megarepo/backend | |
Started LSP server in 0.01s | |
2020-11-17 17:14:45.320714231 [ThreadId 21] - Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri 8936337999132987258 "file:///home/eborden/code/megarepo/frontend/classroom",NormalizedUri (-7412340688789626642) "file:///home/eborden/code/megarepo/backend"], clientSettings = hashed Nothing} | |
2020-11-17 17:14:45.321233564 [ThreadId 7] - <--2--{"result":{"capabilities":{"typeDefinitionProvider":true,"foldingRangeProvider":false,"textDocumentSync":{"openClose":true,"change":2,"save":{}},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}},"implementationProvider":true,"documentRangeFormattingProvider":true,"documentHighlightProvider":true,"executeCommandProvider":{"commands":["24889:eval:evalCommand","24889:ghcide:typesignature.add","24889:hlint:applyOne","24889:hlint:applyAll","24889:importLens:ImportLensCommand","24889:moduleName:edit","24889:pragmas:addPragma","24889:retrie:retrieCommand","24889:tactic:tacticsAutoCommand","24889:tactic:tacticsIntrosCommand","24889:tactic:tacticsDestructCommand","24889:tactic:tacticsHomomorphismCommand","24889:tactic:tacticsDestructLambdaCaseCommand","24889:tactic:tacticsHomomorphismLambdaCaseCommand"]},"renameProvider":false,"colorProvider":false,"definitionProvider":true,"hoverProvider":true,"codeActionProvider":true,"completionProvider":{"triggerCharacters":["."],"resolveProvider":false},"codeLensProvider":{},"documentSymbolProvider":true,"documentFormattingProvider":true}},"jsonrpc":"2.0","id":0} | |
2020-11-17 17:14:45.322094213 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"initialized","params":{}} | |
2020-11-17 17:14:45.322358223 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"haskell":{"hlintOn":true,"maxNumberOfProblems":100,"diagnosticsOnChange":true,"liquidOn":false,"completionSnippetsOn":true,"formatOnImportOn":true,"formattingProvider":"ormolu","trace":{"server":"messages"},"logFile":"","languageServerVariant":"haskell-language-server","serverExecutablePath":"","updateBehavior":"keep-up-to-date","indentationRules":{"enabled":true}}}}} | |
2020-11-17 17:14:45.322401956 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"registrations":[{"registerOptions":{"watchers":[{"kind":5,"globPattern":"**/*.hs"},{"kind":5,"globPattern":"**/*.hs-boot"},{"kind":5,"globPattern":"**/*.lhs"},{"kind":5,"globPattern":"**/*.lhs-boot"}]},"method":"workspace/didChangeWatchedFiles","id":"globalFileWatches"}]},"method":"client/registerCapability","id":0} | |
2020-11-17 17:14:45.322612379 [ThreadId 21] - Configuration changed: Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))]) | |
2020-11-17 17:14:45.322622293 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs","languageId":"haskell","version":1,"text":"[redacted]"}}} | |
2020-11-17 17:14:45.323733693 [ThreadId 20] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:45.323848944 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:45.325082054 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"result":null} | |
2020-11-17 17:14:45.325758319 [ThreadId 21] - Set files of interest to: [(NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",Modified)] | |
2020-11-17 17:14:45.326169349 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":0,\"result\":null}" | |
2020-11-17 17:14:45.326312861 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:45.32669694 [ThreadId 42] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:45.327180813 [ThreadId 21] - Opened text document: file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs | |
2020-11-17 17:14:45.328087342 [ThreadId 87] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:45.328250293 [ThreadId 87] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:45.329561016 [ThreadId 92] - Consulting the cradle for "entities/library/FrontRow/Entities/District.hs" | |
Output from setting up the cradle Cradle {cradleRootDir = "/home/eborden/code/megarepo/backend", cradleOptsProg = CradleAction: Stack} | |
2020-11-17 17:14:45.330971475 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":0},"method":"window/workDoneProgress/create","id":1} | |
2020-11-17 17:14:45.331090049 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","cancellable":false,"title":"Setting up backend (for entities/library/FrontRow/Entities/District.hs)"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:45.331542868 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"result":null} | |
2020-11-17 17:14:45.331652747 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":null}" | |
2020-11-17 17:14:45.335636062 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:45.335876078 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":[]}}} | |
2020-11-17 17:14:45.428260595 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":"3"},"method":"window/workDoneProgress/create","id":2} | |
2020-11-17 17:14:45.428429793 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","title":"Processing"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:45.428603773 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"result":null} | |
2020-11-17 17:14:45.428711968 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":null}" | |
2020-11-17 17:14:45.528645843 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"0/2"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:45.585630583 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":3,"method":"textDocument/codeLens","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:45.585890697 [ThreadId 113] - Plugin.makeCodeLens (ideLogger) | |
2020-11-17 17:14:45.628833626 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"1/2"},"token":"3"},"method":"$/progress"} | |
> Configuring GHCi with the following packages: entities | |
> /home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d | |
2020-11-17 17:14:50.094236778 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"end"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:50.09415966 [ThreadId 92] - Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hidir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hide-all-packages","-XBangPatterns","-XDataKinds","-XDeriveAnyClass","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveLift","-XDeriveTraversable","-XDerivingStrategies","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XNoImplicitPrelude","-XNoMonomorphismRestriction","-XOverloadedStrings","-XRankNTypes","-XRecordWildCards","-XScopedTypeVariables","-XStandaloneDeriving","-XTypeApplications","-XTypeFamilies","-XUndecidableInstances","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-i/home/eborden/code/megarepo/backend/entities/library","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/autogen","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/global-autogen","-stubdir=/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-package-id=Diff-0.4.0-2mjKm06J7q93AfCNNQ75Rh","-package-id=HUnit-1.6.0.0-Jclpnuqehp8GGyrAnfCVLK","-package-id=MonadRandom-0.5.2-5pfjtYEc6wGDixg7BR0w3y","-package-id=QuickCheck-2.13.2-DaUcgEOc05f2iBoF7dUZuu","-package-id=aeson-1.4.7.1-81py7IFulyN4hRfjbdSkNR","-package-id=aeson-qq-0.8.3-8o2TaIia6RY8omVeyhaMEQ","-package-id=aws-xray-client-persistent-0.0.0-BY6voXVqNJsH7UXx2uWmtz","-package-id=aws-xray-client-wai-0.0.0-BBlwoarEOlUpapuSDafqU","-package-id=base-4.13.0.0","-package-id=bcp47-0.1.0.0-71KV5XTzamnLxjft2OR7FI","-package-id=blaze-html-0.9.1.2-Ca5ZQodLJVEIM1PWBtCZP7","-package-id=bytestring-0.10.10.1","-package-id=case-insensitive-1.2.1.0-G9PczGupAuw6LFLG2ltB3E","-package-id=cassava-0.5.2.0-EImueLfvz3TE91ReMBsKWn","-package-id=classy-prelude-1.5.0-BuSdNgmGlB8EQfIClO8l1k","-package-id=closed-0.2.0.1-HH8ZlI3lLlGGVKZASV9VDU","-package-id=compact-0.1.0.1-LfrzPuSiCGKBAHWZPZXXQG","-package-id=conduit-1.3.3-Lpfm87TKlGOKJYSoPcA1cP","-package-id=constraints-0.12-LfYpb0wuejnIj9LEYH59s9","-package-id=containers-0.6.2.1","-package-id=core-0.0.0-CPI2udmPBDR3WbPkTfy2wz","-package-id=deepseq-1.4.4.0","-package-id=errors-2.3.0-5ThHrX7XV6Y8V3HxEYUrJf","-package-id=esqueleto-3.3.4.0-EltAJldbkRqIVnS5DB8lhO","-package-id=extra-1.7.8-AENiy9psJ2tBDPAbOKjzHL","-package-id=fast-logger-3.0.2-fqToDO0PDD6RGZVUxrzDZ","-package-id=foldl-1.4.6-3YDaw27eW3WARqe1pdb4oc","-package-id=frontrow-app-0.0.1.0-9SLQAQksmJXHtTYWkw1ErR","-package-id=generic-arbitrary-0.1.0-8EqqLJkuFCg1P9f31P679Z","-package-id=graphula-core-2.0.0.0-BroTOPDJ9fVKFSJi9XGasw","-package-id=hashable-1.3.0.0-JWT2qDutWgo91wFdMlkvGp","-package-id=hspec-2.7.4-E5grpVK0ITwJfKdBzkHx1C","-package-id=hspec-expectations-0.8.2-Gyxpw5RZvqV2WiQLfU4YHY","-package-id=hspec-expectations-json-1.0.0.0-35CPDjZxb5mAiKrw6V88X9","-package-id=html-conduit-1.3.2.1-IwserNDKr17CvVukLvdqHw","-package-id=http-api-data-0.4.1.1-DK6H8QMwWGF2IPhikE1T","-package-id=http-types-0.12.3-7sHAayybOZ277OqgdJvdHt","-package-id=lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8","-package-id=lens-aeson-1.1-zHFfVngPHdBYBW3vE0VOG","-package-id=list-zipper-0.0.0-8JwLaGKgVy336DebTrStSW","-package-id=monad-logger-0.3.35-8qS31R8cEPGLCd62UiyDn5","-package-id=mono-traversable-1.0.15.1-DValVwaRI536GSuJMMBVFd","-package-id=monoidal-containers-0.6.0.1-3I5aY9ysNJaEFZ9kdmfSJ1","-package-id=mtl-2.2.2","-package-id=path-pieces-0.2.1-4Mdp2LpI8oW58Sv5wRi1EE","-package-id=persistent-2.10.5.2-Eihr9qX4J9IEgSMDvTj2Al","-package-id=persistent-postgresql-2.10.1.2-CXd5VJtYl5X9HTCdEcatl8","-package-id=persistent-qq-2.9.2-EzwG8mdUfc3F3u7TZCzD0k","-package-id=persistent-template-2.8.2.3-LNF16o4vtDO51O3FwpfmV7","-package-id=postgresql-simple-0.6.2-ERwvzoYIbyi9UpFyKwSnMz","-package-id=pretty-1.1.3.6","-package-id=random-1.1-CUqV1zxrwrE4K5XCdTZSYy","-package-id=resource-pool-0.2.3.2-BV14TARB4pnACS2Hfpnh4s","-package-id=resourcet-1.2.4.2-Fqb6af58PO92XZgTK5owO9","-package-id=safe-0.3.19-LxDJURZu1921pHCEJqjvRE","-package-id=semigroupoids-5.3.4-IiZyCkWH0cZ1HaP4Ksq3g9","-package-id=semigroups-0.19.1-KswQSjRjA2JDrzoYmnhZUy","-package-id=shakespeare-2.0.25-8nX0FS5Wc4N3a93hjsa1bz","-package-id=tagged-0.8.6-LfhHZ57rMjK9JkdnSRh9cF","-package-id=template-haskell-2.15.0.0","-package-id=text-1.2.4.0","-package-id=time-1.9.3","-package-id=transformers-0.5.6.2","-package-id=tuple-0.3.0.2-Ilnc7BzDzeEJ8zBuKXCP9i","-package-id=unliftio-0.2.13-CZvG1Mn5jXz4VdEZmEZWzX","-package-id=unliftio-core-0.1.2.0-BfjjiCuGdFfJICKMeUQye4","-package-id=unordered-containers-0.2.10.0-L0UCiFV6BpAyFeQZxTEW6","-package-id=uuid-1.3.13-7mh2uH4tbRnEH3KvrUZMoX","-package-id=vector-0.12.1.2-AWRYcz9jfa25Avs2q9Jg9V","-package-id=wai-3.2.2.1-LSAXmfwIjniepUvrLl17a","-package-id=wai-extra-3.0.32-DT0tJh5KOF0CJCPM0179y","-package-id=wai-logger-2.3.6-JZz6aU08Jm6FVq3wwBLUj0","-package-id=xml-conduit-1.9.0.0-Ity4c4OOFao6Ht3lZQMUEc","-package-id=yesod-1.6.1.0-5Uw1thzPCUU3TFEWfpS9w1","-package-id=yesod-core-1.6.18.5-ARfC8spyNeCFK02bdhBUVy","-package-id=yesod-persistent-1.6.0.4-4Hq1UXsUqf932XPjAJcsf6","-package-id=yesod-test-1.6.10-A60wPRCcgud35YWtDA1jns","-fwrite-ide-info","-fhide-source-paths","-Weverything","-Wno-missing-exported-signatures","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-missing-import-lists","-Wno-missing-export-lists","-Wno-incomplete-uni-patterns","-Wno-partial-fields","-Wno-implicit-prelude","-Wno-deriving-typeable","-Wno-missing-monadfail-instances","-fignore-optim-changes","-optP-include","-optP/home/eborden/code/megarepo/backend/.stack-work/ghci/f0bbbb04/cabal_macros.h","-ghci-script=/tmp/haskell-stack-ghci/1f8272ef/ghci-script","-package-db","/home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d"], componentRoot = "/home/eborden/code/megarepo/backend", componentDependencies = ["package.yaml","stack.yaml"]},"/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4") | |
2020-11-17 17:14:50.261131201 [ThreadId 92] - Using interface files cache dir: /home/eborden/.cache/ghcide/main-d8f337eeca64881555b6ba695fc9e21dd99e55cd | |
2020-11-17 17:14:50.261629362 [ThreadId 92] - Making new HscEnv[main] | |
2020-11-17 17:14:50.291595375 [ThreadId 92] - New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/home/eborden/code/megarepo/backend/hie.yaml",Just 2020-10-06 18:25:18.786789034 UTC),("package.yaml",Nothing),("stack.yaml",Just 2020-10-26 20:20:21.565145316 UTC)]) | |
2020-11-17 17:14:50.967759271 [ThreadId 92] - Known files updated: fromList [(TargetModule FrontRow.Entities.FrRlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FrRlSkill.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Skill.hs"]),(TargetModule FrontRow.Freshen,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Freshen.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Assignment.hs"]),(TargetModule FrontRow.Math.Model.LocalizedRlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedRlDomain.hs"]),(TargetModule FrontRow.Dal.CourseMemberships,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/CourseMemberships.hs"]),(TargetModule FrontRow.Math.Model.LocalizedAssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedAssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/Es.hs"]),(TargetModule FrontRow.Student.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Source.hs"]),(TargetModule FrontRow.Entities.StudentShare,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentShare.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Answer.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.MathVideo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/MathVideo.hs"]),(TargetModule FrontRow.Entities.RlSubSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSubSkill.hs"]),(TargetModule FrontRow.Student.OnboardingRequired,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/OnboardingRequired.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Answer.hs"]),(TargetModule FrontRow.Ela.System.DomainSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Glossary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Glossary.hs"]),(TargetModule FrontRow.ClassLink,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClassLink.hs"]),(TargetModule FrontRow.Entities.RlSkillStandardDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkillStandardDomain.hs"]),(TargetModule FrontRow.Student.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Model.hs"]),(TargetModule FrontRow.Entities.Course,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Course.hs"]),(TargetModule FrontRow.Entities.Goal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Goal.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Entities.ClassLinkOneRosterToken,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClassLinkOneRosterToken.hs"]),(TargetModule FrontRow.Entities.Ela.Article,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progress.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Dal.hs"]),(TargetModule FrontRow.Import.Combinators,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import/Combinators.hs"]),(TargetModule FrontRow.Entities.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Dal.hs"]),(TargetModule FrontRow.Esqueleto,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Esqueleto.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Content.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStandard.hs"]),(TargetModule FrontRow.Ela.System.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/Dal.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Test.Factories,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Factories.hs"]),(TargetModule FrontRow.System.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Ela/Dal.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal.hs"]),(TargetModule FrontRow.Ela.Progression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression.hs"]),(TargetModule FrontRow.Model.Persistent.Ela,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Ela.hs"]),(TargetModule FrontRow.Entities.Math.Standard.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/Assignment.hs"]),(TargetModule FrontRow.Dal.Teachers,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Teachers.hs"]),(TargetModule FrontRow.FreeResource,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/FreeResource.hs"]),(TargetModule FrontRow.Test.Arbitrary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Arbitrary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab.hs"]),(TargetModule FrontRow.Entities.Math.AdministrativeAreaStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AdministrativeAreaStandardSet.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Level.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Types.hs"]),(TargetModule FrontRow.Dal.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.SchoolAdminInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminInvalidLogin.hs"]),(TargetModule FrontRow.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Level.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Answer.hs"]),(TargetModule FrontRow.Entities.Teacher,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Teacher.hs"]),(TargetModule FrontRow.Math.Logic.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Question.hs"]),(TargetModule FrontRow.Math.RollUps,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/RollUps.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Paragraph.hs"]),(TargetModule FrontRow.JsonLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/JsonLog.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Assignment.hs"]),(TargetModule FrontRow.Dal.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Paragraph.hs"]),(TargetModule FrontRow.System.Math.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Math/Dal.hs"]),(TargetModule FrontRow.Persistent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Persistent.hs"]),(TargetModule FrontRow.Entities.TeacherInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherInvalidLogin.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignmentSession.hs"]),(TargetModule FrontRow.Test.Fixtures.RlProxies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/RlProxies.hs"]),(TargetModule FrontRow.Entities.Ela.ReadingPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/ReadingPlacement.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent.hs"]),(TargetModule FrontRow.Entities.ItemOwnership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ItemOwnership.hs"]),(TargetModule FrontRow.Entities.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Ela.Progression.CurrentLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/CurrentLevel.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Es.hs"]),(TargetModule FrontRow.XRay,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/XRay.hs"]),(TargetModule FrontRow.Entities.TeacherImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherImpression.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies.hs"]),(TargetModule FrontRow.Entities.District,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentType.hs"]),(TargetModule FrontRow.Test.Expectations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units.hs"]),(TargetModule FrontRow.Entities.Ela.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Skill.hs"]),(TargetModule FrontRow.Entities.Ela.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Snapshot.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question.hs"]),(TargetModule FrontRow.Entities.StudentPresenceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentPresenceEvent.hs"]),(TargetModule FrontRow.Entities.Math.KnowledgeSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/KnowledgeSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.FullName,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/FullName.hs"]),(TargetModule FrontRow.Entities.SchoolAdminImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminImpression.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.Entities.StudentCourseEnabledDashboardMode,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentCourseEnabledDashboardMode.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsLevel.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Item,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Item.hs"]),(TargetModule FrontRow.Math.Logic.Equation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Equation.hs"]),(TargetModule FrontRow.Clever,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Clever.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Reward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Reward.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Operation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Operation.hs"]),(TargetFile NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Entities.StudentGoal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentGoal.hs"]),(TargetModule FrontRow.Dal.Students,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Students.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStrand,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStrand.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentRetry.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.StudentReward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/StudentReward.hs"]),(TargetModule FrontRow.Test.Css,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Css.hs"]),(TargetModule FrontRow.Entities.Account.EmailVerification,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/EmailVerification.hs"]),(TargetModule FrontRow.Entities.RosterSyncIdpEntity,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncIdpEntity.hs"]),(TargetModule FrontRow.Entities.QuotePostInfo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuotePostInfo.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Title,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Title.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Account.PasswordReset,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/PasswordReset.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.RlDomainContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomainContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Question.hs"]),(TargetModule FrontRow.Model.Persistent.UpdatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UpdatedAt.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Question.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentQuestion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentQuestion.hs"]),(TargetModule FrontRow.Entities.LanguageContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LanguageContent.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.SchoolAdminSchoolMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminSchoolMembership.hs"]),(TargetModule FrontRow.Dal.Courses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Courses.hs"]),(TargetModule FrontRow.Entities.StoreCategory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StoreCategory.hs"]),(TargetModule FrontRow.Entities.RosterSyncError,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncError.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Entities.StudentLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentLoginEvent.hs"]),(TargetModule FrontRow.Entities.QuoteRequest,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuoteRequest.hs"]),(TargetModule FrontRow.Ela.Progression.SessionHistory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionHistory.hs"]),(TargetModule FrontRow.Entities.DemoDistrict,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/DemoDistrict.hs"]),(TargetModule FrontRow.Ela.Pathway,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Pathway.hs"]),(TargetModule FrontRow.Ela.System.DomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainProxy.hs"]),(TargetModule FrontRow.Entities.IdpOverlayStudent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/IdpOverlayStudent.hs"]),(TargetModule FrontRow.License.PremiumLicenses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumLicenses.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/En.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.AssessmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AssessmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Level.hs"]),(TargetModule FrontRow.Test.Graphula,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula.hs"]),(TargetModule FrontRow.Dal.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlStandard.hs"]),(TargetModule FrontRow.Entities.Dal.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Dal/Math/Question.hs"]),(TargetModule FrontRow.Entities.School,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/School.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.CrmSchoolMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CrmSchoolMapping.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignedOperationSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignedOperationSet.hs"]),(TargetModule FrontRow.Entities.RlStandardSetDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSetDomain.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Stats.StudentDomainMonth,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Stats/StudentDomainMonth.hs"]),(TargetModule FrontRow.Ela.Progress.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Model.hs"]),(TargetModule FrontRow.Renaissance.Star,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Renaissance/Star.hs"]),(TargetModule FrontRow.Test,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Student.PresenceEventDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/PresenceEventDetails.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionSet.hs"]),(TargetModule FrontRow.Math.TargetedDepthOfKnowledgePractice,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/TargetedDepthOfKnowledgePractice.hs"]),(TargetModule FrontRow.Teacher.Role,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Role.hs"]),(TargetModule FrontRow.License.Check,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Check.hs"]),(TargetModule FrontRow.Dal.Schools,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Schools.hs"]),(TargetModule FrontRow.Entities.Ela.SystemDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemDomain.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.OperationSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/OperationSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.Localized,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Localized.hs"]),(TargetModule FrontRow.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Entities.RlAttributes,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlAttributes.hs"]),(TargetModule FrontRow.Test.Fixtures,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Import.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentStandard.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Question.hs"]),(TargetModule FrontRow.Entities.Math.QuestionSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionSkill.hs"]),(TargetModule FrontRow.Dal.SchoolAdmins,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/SchoolAdmins.hs"]),(TargetModule FrontRow.Test.Fixtures.MathFactPracticeOperations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/MathFactPracticeOperations.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Printables.PrintableType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Printables/PrintableType.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progression.SessionDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionDetails.hs"]),(TargetModule FrontRow.Entities.RosterSyncEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncEvent.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Language.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Content.hs"]),(TargetModule FrontRow.Entities.Ela.Standard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Standard.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignment.hs"]),(TargetModule FrontRow.Math.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolLead,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolLead.hs"]),(TargetModule FrontRow.RosterSyncedBy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RosterSyncedBy.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Level.hs"]),(TargetModule FrontRow.Entities.SchoolAdmin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdmin.hs"]),(TargetModule FrontRow.Entities.LicenseAllocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseAllocation.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading.hs"]),(TargetModule FrontRow.Math.Model.GameSessionSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/GameSessionSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Answer.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing.hs"]),(TargetModule FrontRow.Entities.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/PreTestSession.hs"]),(TargetModule FrontRow.Math.Progress.Rl.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Progress/Rl/Dal.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.AssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/AssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.DomainExclusion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DomainExclusion.hs"]),(TargetModule FrontRow.Model.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/PreTestSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing.hs"]),(TargetModule FrontRow.System.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Metadata.hs"]),(TargetModule FrontRow.Entities.Math.Benchmark,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Benchmark.hs"]),(TargetModule FrontRow.Teacher.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Source.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/PreTestSession.hs"]),(TargetModule FrontRow.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import.hs"]),(TargetModule FrontRow.Entities.Ela.System,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/System.hs"]),(TargetModule FrontRow.Entities,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities.hs"]),(TargetModule FrontRow.Model.Persistent.OccurredAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/OccurredAt.hs"]),(TargetModule FrontRow.Content.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content/Types.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentAnswer.hs"]),(TargetModule FrontRow.License.PremiumCutoff,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumCutoff.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Snapshot.hs"]),(TargetModule FrontRow.Entities.StarScoreSkillMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StarScoreSkillMapping.hs"]),(TargetModule FrontRow.Entities.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomain.hs"]),(TargetModule FrontRow.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Assignment.hs"]),(TargetModule FrontRow.ElaSkillsAccuracies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ElaSkillsAccuracies.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/Assignment.hs"]),(TargetModule FrontRow.Entities.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Entities.MathDomainPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/MathDomainPlacement.hs"]),(TargetModule FrontRow.Entities.Assignments.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Assignments/Dal.hs"]),(TargetModule FrontRow.Entities.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Language.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Question.hs"]),(TargetModule FrontRow.Entities.Units.Science,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolYearStudentSkillAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolYearStudentSkillAnswer.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AnswerRetry.hs"]),(TargetModule FrontRow.Entities.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Test.Graphula.MathSystems,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula/MathSystems.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Dal.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Model.Persistent.CreatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/CreatedAt.hs"]),(TargetModule FrontRow.Entities.PrintableGenerationEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/PrintableGenerationEvent.hs"]),(TargetModule FrontRow.Test.Expectations.Lifted,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations/Lifted.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Question.hs"]),(TargetModule FrontRow.Model.Rollups,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Rollups.hs"]),(TargetModule FrontRow.Entities.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.Math.Logic.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/RlDomain.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Word.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Session,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Session.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/Assignment.hs"]),(TargetModule FrontRow.Test.Truncate,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Truncate.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading.hs"]),(TargetModule FrontRow.StudentSkillProficiency,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/StudentSkillProficiency.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.RlStandardProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlStandardProxy.hs"]),(TargetModule FrontRow.Entities.RlStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSet.hs"]),(TargetModule FrontRow.Star.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Star/Metadata.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.TeacherLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherLoginEvent.hs"]),(TargetModule FrontRow.Entities.License,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/License.hs"]),(TargetModule FrontRow.Entities.Student,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Student.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandard.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/En.hs"]),(TargetModule FrontRow.RlDomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlDomainProxy.hs"]),(TargetModule FrontRow.Model.Persistent.UserId,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UserId.hs"]),(TargetModule FrontRow.Entities.CourseMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseMembership.hs"]),(TargetModule FrontRow.Admin.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Admin/Model.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentSession.hs"]),(TargetModule FrontRow.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.License.Allocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Allocation.hs"]),(TargetModule FrontRow.RlAssessmentTopicProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlAssessmentTopicProxy.hs"]),(TargetModule FrontRow.Entities.FreckleTextLevelOverride,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FreckleTextLevelOverride.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Question.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.StudentEnabledOperation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/StudentEnabledOperation.hs"]),(TargetModule FrontRow.Entities.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Question.hs"]),(TargetModule FrontRow.Entities.SupportLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SupportLog.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Word.hs"])] | |
2020-11-17 17:14:50.972228628 [ThreadId 56] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:50.972327777 [ThreadId 92] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:50.973668822 [ThreadId 167] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:50.973839642 [ThreadId 167] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:51.009467184 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"170/175"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.11004257 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"78/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.226687266 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"49/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.328440988 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"19/294"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.337004366 [ThreadId 164] - finish: C:GetParsedModule (took 0.36s) | |
2020-11-17 17:14:51.336673993 [ThreadId 473] - hlint:getIdeas:setExtensions:[Cpp,OverlappingInstances,UndecidableInstances,IncoherentInstances,UndecidableSuperClasses,MonomorphismRestriction,MonoPatBinds,MonoLocalBinds,RelaxedPolyRec,ExtendedDefaultRules,ForeignFunctionInterface,UnliftedFFITypes,InterruptibleFFI,CApiFFI,GHCForeignImportPrim,JavaScriptFFI,ParallelArrays,TemplateHaskell,TemplateHaskellQuotes,ImplicitParams,ImplicitPrelude,ScopedTypeVariables,AllowAmbiguousTypes,UnliftedNewtypes,BangPatterns,TypeFamilies,TypeFamilyDependencies,TypeInType,OverloadedStrings,OverloadedLists,NumDecimals,DisambiguateRecordFields,RecordWildCards,RecordPuns,ViewPatterns,GADTs,GADTSyntax,NPlusKPatterns,DoAndIfThenElse,BlockArguments,RebindableSyntax,ConstraintKinds,PolyKinds,DataKinds,InstanceSigs,ApplicativeDo,StandaloneDeriving,DeriveDataTypeable,AutoDeriveTypeable,DeriveFunctor,DeriveTraversable,DeriveFoldable,DeriveGeneric,DefaultSignatures,DeriveAnyClass,DeriveLift,DerivingStrategies,DerivingVia,TypeSynonymInstances,FlexibleContexts,FlexibleInstances,ConstrainedClassMethods,MultiParamTypeClasses,NullaryTypeClasses,FunctionalDependencies,UnicodeSyntax,ExistentialQuantification,MagicHash,EmptyDataDecls,KindSignatures,RoleAnnotations,ParallelListComp,MonadComprehensions,GeneralizedNewtypeDeriving,PostfixOperators,TupleSections,PatternGuards,LiberalTypeSynonyms,RankNTypes,ImpredicativeTypes,TypeOperators,ExplicitNamespaces,PackageImports,ExplicitForAll,AlternativeLayoutRuleTransitional,DatatypeContexts,NondecreasingIndentation,RelaxedLayout,TraditionalRecordSyntax,LambdaCase,MultiWayIf,BinaryLiterals,HexFloatLiterals,DuplicateRecordFields,OverloadedLabels,EmptyCase,PatternSynonyms,PartialTypeSignatures,NamedWildCards,TypeApplications,Strict,StrictData,MonadFailDesugaring,EmptyDataDeriving,NumericUnderscores,QuantifiedConstraints,ImportQualifiedPost,CUSKs,StandaloneKindSignatures,StarIsType] | |
2020-11-17 17:14:51.337101612 [ThreadId 472] - finish: CodeAction (took 0.36s) | |
2020-11-17 17:14:51.337992696 [ThreadId 7] - <--2--{"result":["[redacted]"],"jsonrpc":"2.0","id":1} | |
2020-11-17 17:14:51.428595583 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/297"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.576480456 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"27/303"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.678219707 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"28/311"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:51.778358086 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:52.193895647 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:52.294521789 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"20/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:52.395566454 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:52.941928619 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:53.04280937 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"25/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:53.293824727 [ThreadId 469] - finish: CodeAction:PackageExports (took 1.96s) | |
2020-11-17 17:14:53.294391239 [ThreadId 172] - finish: importLens (took 0.00s) | |
2020-11-17 17:14:53.343867461 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"26/314"},"token":"3"},"method":"$/progress"} | |
[Info - 5:14:54 PM] Connection to server got closed. Server will restart. | |
[Error - 5:14:54 PM] Request textDocument/codeAction failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
[Error - 5:14:54 PM] Request textDocument/codeLens failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
haskell-language-server version: 0.6.0.0 (GHC: 8.8.4) (PATH: /home/eborden/.config/Code/User/globalStorage/haskell.haskell/haskell-language-server-0.6.0-linux-8.8.4) (GIT hash: 372a12e797069dc3ac4fa33dcaabe3b992999d7c) | |
Starting (haskell-language-server)LSP server... | |
with arguments: LspArguments {argLSP = True, argsCwd = Nothing, argFiles = [], argsShakeProfiling = Nothing, argsTesting = False, argsExamplePlugin = False, argsDebugOn = True, argsLogFile = Nothing, argsThreads = 0, argsProjectGhcVersion = False} | |
with plugins: [PluginId "brittany",PluginId "eval",PluginId "floskell",PluginId "fourmolu",PluginId "ghcide",PluginId "hlint",PluginId "importLens",PluginId "moduleName",PluginId "ormolu",PluginId "pragmas",PluginId "retrie",PluginId "stylish-haskell",PluginId "tactic"] | |
in directory: /home/eborden/code/megarepo/backend | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
2020-11-17 17:14:54.234182268 [ThreadId 5] - | |
haskell-lsp:Starting up server ... | |
2020-11-17 17:14:54.235264022 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":24428,"clientInfo":{"name":"vscode","version":"1.51.1"},"rootPath":"/home/eborden/code/megarepo/backend","rootUri":"file:///home/eborden/code/megarepo/backend","capabilities":{"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"],"failureHandling":"textOnlyTransactional"},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"relatedInformation":true,"versionSupport":false,"tagSupport":{"valueSet":[1,2]}},"synchronization":{"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":true,"contextSupport":true,"completionItem":{"snippetSupport":true,"commitCharactersSupport":true,"documentationFormat":["markdown","plaintext"],"deprecatedSupport":true,"preselectSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"dynamicRegistration":true,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"references":{"dynamicRegistration":true},"documentHighlight":{"dynamicRegistration":true},"documentSymbol":{"dynamicRegistration":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"codeLens":{"dynamicRegistration":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"onTypeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"colorProvider":{"dynamicRegistration":true},"foldingRange":{"dynamicRegistration":true,"rangeLimit":5000,"lineFoldingOnly":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"selectionRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":true},"semanticTokens":{"dynamicRegistration":true,"tokenTypes":["comment","keyword","number","regexp","operator","namespace","type","struct","class","interface","enum","typeParameter","function","member","macro","variable","parameter","property","label"],"tokenModifiers":["declaration","documentation","static","abstract","deprecated","async","readonly"]}},"window":{"workDoneProgress":true}},"trace":"off","workspaceFolders":[{"uri":"file:///home/eborden/code/megarepo/frontend/classroom","name":"classroom"},{"uri":"file:///home/eborden/code/megarepo/backend","name":"backend"}]}} | |
2020-11-17 17:14:54.249833555 [ThreadId 5] - haskell-lsp:initializeRequestHandler: setting current dir to project root:/home/eborden/code/megarepo/backend | |
Started LSP server in 0.02s | |
2020-11-17 17:14:54.263508759 [ThreadId 21] - Registering ide configuration: IdeConfiguration {workspaceFolders = fromList [NormalizedUri 8936337999132987258 "file:///home/eborden/code/megarepo/frontend/classroom",NormalizedUri (-7412340688789626642) "file:///home/eborden/code/megarepo/backend"], clientSettings = hashed Nothing} | |
2020-11-17 17:14:54.263869062 [ThreadId 7] - <--2--{"result":{"capabilities":{"typeDefinitionProvider":true,"foldingRangeProvider":false,"textDocumentSync":{"openClose":true,"change":2,"save":{}},"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true}},"implementationProvider":true,"documentRangeFormattingProvider":true,"documentHighlightProvider":true,"executeCommandProvider":{"commands":["24992:eval:evalCommand","24992:ghcide:typesignature.add","24992:hlint:applyOne","24992:hlint:applyAll","24992:importLens:ImportLensCommand","24992:moduleName:edit","24992:pragmas:addPragma","24992:retrie:retrieCommand","24992:tactic:tacticsAutoCommand","24992:tactic:tacticsIntrosCommand","24992:tactic:tacticsDestructCommand","24992:tactic:tacticsHomomorphismCommand","24992:tactic:tacticsDestructLambdaCaseCommand","24992:tactic:tacticsHomomorphismLambdaCaseCommand"]},"renameProvider":false,"colorProvider":false,"definitionProvider":true,"hoverProvider":true,"codeActionProvider":true,"completionProvider":{"triggerCharacters":["."],"resolveProvider":false},"codeLensProvider":{},"documentSymbolProvider":true,"documentFormattingProvider":true}},"jsonrpc":"2.0","id":0} | |
2020-11-17 17:14:54.264456109 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"initialized","params":{}} | |
2020-11-17 17:14:54.264555103 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"haskell":{"hlintOn":true,"maxNumberOfProblems":100,"diagnosticsOnChange":true,"liquidOn":false,"completionSnippetsOn":true,"formatOnImportOn":true,"formattingProvider":"ormolu","trace":{"server":"messages"},"logFile":"","languageServerVariant":"haskell-language-server","serverExecutablePath":"","updateBehavior":"keep-up-to-date","indentationRules":{"enabled":true}}}}} | |
2020-11-17 17:14:54.264729864 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"registrations":[{"registerOptions":{"watchers":[{"kind":5,"globPattern":"**/*.hs"},{"kind":5,"globPattern":"**/*.hs-boot"},{"kind":5,"globPattern":"**/*.lhs"},{"kind":5,"globPattern":"**/*.lhs-boot"}]},"method":"workspace/didChangeWatchedFiles","id":"globalFileWatches"}]},"method":"client/registerCapability","id":0} | |
2020-11-17 17:14:54.264815377 [ThreadId 21] - Configuration changed: Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))]) | |
2020-11-17 17:14:54.264881822 [ThreadId 5] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs","languageId":"haskell","version":1,"text":"[redacted]"}}} | |
2020-11-17 17:14:54.265628983 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:54.265709325 [ThreadId 20] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:54.267002261 [ThreadId 21] - Set files of interest to: [(NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",Modified)] | |
2020-11-17 17:14:54.267225661 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":0,"result":null} | |
2020-11-17 17:14:54.267938365 [ThreadId 21] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:54.268098599 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":0,\"result\":null}" | |
2020-11-17 17:14:54.268162935 [ThreadId 42] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:54.268686175 [ThreadId 21] - Opened text document: file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs | |
2020-11-17 17:14:54.269603178 [ThreadId 83] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:54.269776127 [ThreadId 83] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:54.270297846 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:54.270548273 [ThreadId 90] - Consulting the cradle for "entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:54.271136609 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"},"range":{"start":{"line":0,"character":0},"end":{"line":0,"character":0}},"context":{"diagnostics":[]}}} | |
Output from setting up the cradle Cradle {cradleRootDir = "/home/eborden/code/megarepo/backend", cradleOptsProg = CradleAction: Stack} | |
2020-11-17 17:14:54.271775647 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":0},"method":"window/workDoneProgress/create","id":1} | |
2020-11-17 17:14:54.271892095 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","cancellable":false,"title":"Setting up backend (for entities/library/FrontRow/Entities/District.hs)"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:54.272224836 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":1,"result":null} | |
2020-11-17 17:14:54.272346865 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":null}" | |
2020-11-17 17:14:54.369907835 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"token":"3"},"method":"window/workDoneProgress/create","id":2} | |
2020-11-17 17:14:54.370083998 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"begin","title":"Processing"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:54.37041178 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":2,"result":null} | |
2020-11-17 17:14:54.370489192 [ThreadId 5] - haskell-lsp:Got reply message:"{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":null}" | |
2020-11-17 17:14:54.471042112 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"0/2"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:14:54.521919119 [ThreadId 5] - ---> {"jsonrpc":"2.0","id":3,"method":"textDocument/codeLens","params":{"textDocument":{"uri":"file:///home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"}}} | |
2020-11-17 17:14:54.522153631 [ThreadId 111] - Plugin.makeCodeLens (ideLogger) | |
2020-11-17 17:14:54.671422161 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"1/2"},"token":"3"},"method":"$/progress"} | |
> Configuring GHCi with the following packages: entities | |
> /home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb:/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d | |
2020-11-17 17:14:58.91137285 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"end"},"token":0},"method":"$/progress"} | |
2020-11-17 17:14:58.91128249 [ThreadId 90] - Session loading result: Right (ComponentOptions {componentOptions = ["-i","-odir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hidir=/home/eborden/code/megarepo/backend/.stack-work/odir","-hide-all-packages","-XBangPatterns","-XDataKinds","-XDeriveAnyClass","-XDeriveFoldable","-XDeriveFunctor","-XDeriveGeneric","-XDeriveLift","-XDeriveTraversable","-XDerivingStrategies","-XFlexibleContexts","-XFlexibleInstances","-XGADTs","-XGeneralizedNewtypeDeriving","-XLambdaCase","-XMultiParamTypeClasses","-XNoImplicitPrelude","-XNoMonomorphismRestriction","-XOverloadedStrings","-XRankNTypes","-XRecordWildCards","-XScopedTypeVariables","-XStandaloneDeriving","-XTypeApplications","-XTypeFamilies","-XUndecidableInstances","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-i/home/eborden/code/megarepo/backend/entities/library","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/autogen","-i/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build/global-autogen","-stubdir=/home/eborden/code/megarepo/backend/entities/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build","-package-id=Diff-0.4.0-2mjKm06J7q93AfCNNQ75Rh","-package-id=HUnit-1.6.0.0-Jclpnuqehp8GGyrAnfCVLK","-package-id=MonadRandom-0.5.2-5pfjtYEc6wGDixg7BR0w3y","-package-id=QuickCheck-2.13.2-DaUcgEOc05f2iBoF7dUZuu","-package-id=aeson-1.4.7.1-81py7IFulyN4hRfjbdSkNR","-package-id=aeson-qq-0.8.3-8o2TaIia6RY8omVeyhaMEQ","-package-id=aws-xray-client-persistent-0.0.0-BY6voXVqNJsH7UXx2uWmtz","-package-id=aws-xray-client-wai-0.0.0-BBlwoarEOlUpapuSDafqU","-package-id=base-4.13.0.0","-package-id=bcp47-0.1.0.0-71KV5XTzamnLxjft2OR7FI","-package-id=blaze-html-0.9.1.2-Ca5ZQodLJVEIM1PWBtCZP7","-package-id=bytestring-0.10.10.1","-package-id=case-insensitive-1.2.1.0-G9PczGupAuw6LFLG2ltB3E","-package-id=cassava-0.5.2.0-EImueLfvz3TE91ReMBsKWn","-package-id=classy-prelude-1.5.0-BuSdNgmGlB8EQfIClO8l1k","-package-id=closed-0.2.0.1-HH8ZlI3lLlGGVKZASV9VDU","-package-id=compact-0.1.0.1-LfrzPuSiCGKBAHWZPZXXQG","-package-id=conduit-1.3.3-Lpfm87TKlGOKJYSoPcA1cP","-package-id=constraints-0.12-LfYpb0wuejnIj9LEYH59s9","-package-id=containers-0.6.2.1","-package-id=core-0.0.0-CPI2udmPBDR3WbPkTfy2wz","-package-id=deepseq-1.4.4.0","-package-id=errors-2.3.0-5ThHrX7XV6Y8V3HxEYUrJf","-package-id=esqueleto-3.3.4.0-EltAJldbkRqIVnS5DB8lhO","-package-id=extra-1.7.8-AENiy9psJ2tBDPAbOKjzHL","-package-id=fast-logger-3.0.2-fqToDO0PDD6RGZVUxrzDZ","-package-id=foldl-1.4.6-3YDaw27eW3WARqe1pdb4oc","-package-id=frontrow-app-0.0.1.0-9SLQAQksmJXHtTYWkw1ErR","-package-id=generic-arbitrary-0.1.0-8EqqLJkuFCg1P9f31P679Z","-package-id=graphula-core-2.0.0.0-BroTOPDJ9fVKFSJi9XGasw","-package-id=hashable-1.3.0.0-JWT2qDutWgo91wFdMlkvGp","-package-id=hspec-2.7.4-E5grpVK0ITwJfKdBzkHx1C","-package-id=hspec-expectations-0.8.2-Gyxpw5RZvqV2WiQLfU4YHY","-package-id=hspec-expectations-json-1.0.0.0-35CPDjZxb5mAiKrw6V88X9","-package-id=html-conduit-1.3.2.1-IwserNDKr17CvVukLvdqHw","-package-id=http-api-data-0.4.1.1-DK6H8QMwWGF2IPhikE1T","-package-id=http-types-0.12.3-7sHAayybOZ277OqgdJvdHt","-package-id=lens-4.18.1-3OARtXsBjjo1TqgI8pcyp8","-package-id=lens-aeson-1.1-zHFfVngPHdBYBW3vE0VOG","-package-id=list-zipper-0.0.0-8JwLaGKgVy336DebTrStSW","-package-id=monad-logger-0.3.35-8qS31R8cEPGLCd62UiyDn5","-package-id=mono-traversable-1.0.15.1-DValVwaRI536GSuJMMBVFd","-package-id=monoidal-containers-0.6.0.1-3I5aY9ysNJaEFZ9kdmfSJ1","-package-id=mtl-2.2.2","-package-id=path-pieces-0.2.1-4Mdp2LpI8oW58Sv5wRi1EE","-package-id=persistent-2.10.5.2-Eihr9qX4J9IEgSMDvTj2Al","-package-id=persistent-postgresql-2.10.1.2-CXd5VJtYl5X9HTCdEcatl8","-package-id=persistent-qq-2.9.2-EzwG8mdUfc3F3u7TZCzD0k","-package-id=persistent-template-2.8.2.3-LNF16o4vtDO51O3FwpfmV7","-package-id=postgresql-simple-0.6.2-ERwvzoYIbyi9UpFyKwSnMz","-package-id=pretty-1.1.3.6","-package-id=random-1.1-CUqV1zxrwrE4K5XCdTZSYy","-package-id=resource-pool-0.2.3.2-BV14TARB4pnACS2Hfpnh4s","-package-id=resourcet-1.2.4.2-Fqb6af58PO92XZgTK5owO9","-package-id=safe-0.3.19-LxDJURZu1921pHCEJqjvRE","-package-id=semigroupoids-5.3.4-IiZyCkWH0cZ1HaP4Ksq3g9","-package-id=semigroups-0.19.1-KswQSjRjA2JDrzoYmnhZUy","-package-id=shakespeare-2.0.25-8nX0FS5Wc4N3a93hjsa1bz","-package-id=tagged-0.8.6-LfhHZ57rMjK9JkdnSRh9cF","-package-id=template-haskell-2.15.0.0","-package-id=text-1.2.4.0","-package-id=time-1.9.3","-package-id=transformers-0.5.6.2","-package-id=tuple-0.3.0.2-Ilnc7BzDzeEJ8zBuKXCP9i","-package-id=unliftio-0.2.13-CZvG1Mn5jXz4VdEZmEZWzX","-package-id=unliftio-core-0.1.2.0-BfjjiCuGdFfJICKMeUQye4","-package-id=unordered-containers-0.2.10.0-L0UCiFV6BpAyFeQZxTEW6","-package-id=uuid-1.3.13-7mh2uH4tbRnEH3KvrUZMoX","-package-id=vector-0.12.1.2-AWRYcz9jfa25Avs2q9Jg9V","-package-id=wai-3.2.2.1-LSAXmfwIjniepUvrLl17a","-package-id=wai-extra-3.0.32-DT0tJh5KOF0CJCPM0179y","-package-id=wai-logger-2.3.6-JZz6aU08Jm6FVq3wwBLUj0","-package-id=xml-conduit-1.9.0.0-Ity4c4OOFao6Ht3lZQMUEc","-package-id=yesod-1.6.1.0-5Uw1thzPCUU3TFEWfpS9w1","-package-id=yesod-core-1.6.18.5-ARfC8spyNeCFK02bdhBUVy","-package-id=yesod-persistent-1.6.0.4-4Hq1UXsUqf932XPjAJcsf6","-package-id=yesod-test-1.6.10-A60wPRCcgud35YWtDA1jns","-fwrite-ide-info","-fhide-source-paths","-Weverything","-Wno-missing-exported-signatures","-Wno-missed-specialisations","-Wno-all-missed-specialisations","-Wno-unsafe","-Wno-safe","-Wno-missing-local-signatures","-Wno-monomorphism-restriction","-Wno-missing-import-lists","-Wno-missing-export-lists","-Wno-incomplete-uni-patterns","-Wno-partial-fields","-Wno-implicit-prelude","-Wno-deriving-typeable","-Wno-missing-monadfail-instances","-fignore-optim-changes","-optP-include","-optP/home/eborden/code/megarepo/backend/.stack-work/ghci/f0bbbb04/cabal_macros.h","-ghci-script=/tmp/haskell-stack-ghci/1f8272ef/ghci-script","-package-db","/home/eborden/code/megarepo/backend/.stack-work/install/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/snapshots/x86_64-linux/10d10af636ba93e2061aeefaf046e3566b6cdd8bb47e1a0ce525fd8fbfe45ab0/8.8.4/pkgdb","-package-db","/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/package.conf.d"], componentRoot = "/home/eborden/code/megarepo/backend", componentDependencies = ["package.yaml","stack.yaml"]},"/home/eborden/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4") | |
2020-11-17 17:14:59.070311109 [ThreadId 90] - Using interface files cache dir: /home/eborden/.cache/ghcide/main-d8f337eeca64881555b6ba695fc9e21dd99e55cd | |
2020-11-17 17:14:59.070805418 [ThreadId 90] - Making new HscEnv[main] | |
2020-11-17 17:14:59.105173538 [ThreadId 90] - New Component Cache HscEnvEq: (([],Just HscEnvEq 5),fromList [("/home/eborden/code/megarepo/backend/hie.yaml",Just 2020-10-06 18:25:18.786789034 UTC),("package.yaml",Nothing),("stack.yaml",Just 2020-10-26 20:20:21.565145316 UTC)]) | |
2020-11-17 17:14:59.790969149 [ThreadId 90] - Known files updated: fromList [(TargetModule FrontRow.Entities.FrRlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FrRlSkill.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Skill.hs"]),(TargetModule FrontRow.Freshen,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Freshen.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Assignment.hs"]),(TargetModule FrontRow.Math.Model.LocalizedRlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedRlDomain.hs"]),(TargetModule FrontRow.Dal.CourseMemberships,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/CourseMemberships.hs"]),(TargetModule FrontRow.Math.Model.LocalizedAssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/LocalizedAssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/Es.hs"]),(TargetModule FrontRow.Student.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Source.hs"]),(TargetModule FrontRow.Entities.StudentShare,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentShare.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Answer.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.MathVideo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/MathVideo.hs"]),(TargetModule FrontRow.Entities.RlSubSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSubSkill.hs"]),(TargetModule FrontRow.Student.OnboardingRequired,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/OnboardingRequired.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Answer.hs"]),(TargetModule FrontRow.Ela.System.DomainSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Glossary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Glossary.hs"]),(TargetModule FrontRow.ClassLink,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClassLink.hs"]),(TargetModule FrontRow.Entities.RlSkillStandardDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkillStandardDomain.hs"]),(TargetModule FrontRow.Student.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/Model.hs"]),(TargetModule FrontRow.Entities.Course,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Course.hs"]),(TargetModule FrontRow.Entities.Goal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Goal.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Entities.ClassLinkOneRosterToken,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClassLinkOneRosterToken.hs"]),(TargetModule FrontRow.Entities.Ela.Article,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progress.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Dal.hs"]),(TargetModule FrontRow.Import.Combinators,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import/Combinators.hs"]),(TargetModule FrontRow.Entities.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Dal.hs"]),(TargetModule FrontRow.Esqueleto,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Esqueleto.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Content.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStandard.hs"]),(TargetModule FrontRow.Ela.System.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/Dal.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Test.Factories,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Factories.hs"]),(TargetModule FrontRow.System.Ela.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Ela/Dal.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal.hs"]),(TargetModule FrontRow.Ela.Progression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression.hs"]),(TargetModule FrontRow.Model.Persistent.Ela,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Ela.hs"]),(TargetModule FrontRow.Entities.Math.Standard.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/Assignment.hs"]),(TargetModule FrontRow.Dal.Teachers,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Teachers.hs"]),(TargetModule FrontRow.FreeResource,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/FreeResource.hs"]),(TargetModule FrontRow.Test.Arbitrary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Arbitrary.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab.hs"]),(TargetModule FrontRow.Entities.Math.AdministrativeAreaStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AdministrativeAreaStandardSet.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Level.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Types.hs"]),(TargetModule FrontRow.Dal.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.SchoolAdminInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminInvalidLogin.hs"]),(TargetModule FrontRow.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Level.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Answer.hs"]),(TargetModule FrontRow.Entities.Teacher,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Teacher.hs"]),(TargetModule FrontRow.Math.Logic.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Question.hs"]),(TargetModule FrontRow.Math.RollUps,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/RollUps.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Paragraph.hs"]),(TargetModule FrontRow.JsonLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/JsonLog.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Assignment.hs"]),(TargetModule FrontRow.Dal.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Paragraph,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Paragraph.hs"]),(TargetModule FrontRow.System.Math.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Math/Dal.hs"]),(TargetModule FrontRow.Persistent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Persistent.hs"]),(TargetModule FrontRow.Entities.TeacherInvalidLogin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherInvalidLogin.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignmentSession.hs"]),(TargetModule FrontRow.Test.Fixtures.RlProxies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/RlProxies.hs"]),(TargetModule FrontRow.Entities.Ela.ReadingPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/ReadingPlacement.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent.hs"]),(TargetModule FrontRow.Entities.ItemOwnership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ItemOwnership.hs"]),(TargetModule FrontRow.Entities.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Ela.Progression.CurrentLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/CurrentLevel.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.Es,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/Es.hs"]),(TargetModule FrontRow.XRay,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/XRay.hs"]),(TargetModule FrontRow.Entities.TeacherImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherImpression.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies.hs"]),(TargetModule FrontRow.Entities.District,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentType.hs"]),(TargetModule FrontRow.Test.Expectations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units.hs"]),(TargetModule FrontRow.Entities.Ela.Skill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Skill.hs"]),(TargetModule FrontRow.Entities.Ela.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Snapshot.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question.hs"]),(TargetModule FrontRow.Entities.StudentPresenceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentPresenceEvent.hs"]),(TargetModule FrontRow.Entities.Math.KnowledgeSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/KnowledgeSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.FullName,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/FullName.hs"]),(TargetModule FrontRow.Entities.SchoolAdminImpression,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminImpression.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.Entities.StudentCourseEnabledDashboardMode,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentCourseEnabledDashboardMode.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsLevel,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsLevel.hs"]),(TargetModule FrontRow.Entities.Math.TargetedDepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/TargetedDepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Item,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Item.hs"]),(TargetModule FrontRow.Math.Logic.Equation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/Equation.hs"]),(TargetModule FrontRow.Clever,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Clever.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Reward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Reward.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Operation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Operation.hs"]),(TargetFile NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs",["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs"]),(TargetModule FrontRow.Entities.StudentGoal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentGoal.hs"]),(TargetModule FrontRow.Dal.Students,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Students.hs"]),(TargetModule FrontRow.Entities.Ela.SystemStrand,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemStrand.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentRetry.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.StudentReward,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/StudentReward.hs"]),(TargetModule FrontRow.Test.Css,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Css.hs"]),(TargetModule FrontRow.Entities.Account.EmailVerification,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/EmailVerification.hs"]),(TargetModule FrontRow.Entities.RosterSyncIdpEntity,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncIdpEntity.hs"]),(TargetModule FrontRow.Entities.QuotePostInfo,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuotePostInfo.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Title,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Title.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Account.PasswordReset,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Account/PasswordReset.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.RlDomainContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomainContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Question.hs"]),(TargetModule FrontRow.Model.Persistent.UpdatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UpdatedAt.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Question.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Standard.AssignmentQuestion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Standard/AssignmentQuestion.hs"]),(TargetModule FrontRow.Entities.LanguageContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LanguageContent.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.SchoolAdminSchoolMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdminSchoolMembership.hs"]),(TargetModule FrontRow.Dal.Courses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Courses.hs"]),(TargetModule FrontRow.Entities.StoreCategory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StoreCategory.hs"]),(TargetModule FrontRow.Entities.RosterSyncError,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncError.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Entities.StudentLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StudentLoginEvent.hs"]),(TargetModule FrontRow.Entities.QuoteRequest,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/QuoteRequest.hs"]),(TargetModule FrontRow.Ela.Progression.SessionHistory,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionHistory.hs"]),(TargetModule FrontRow.Entities.DemoDistrict,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/DemoDistrict.hs"]),(TargetModule FrontRow.Ela.Pathway,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Pathway.hs"]),(TargetModule FrontRow.Ela.System.DomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/System/DomainProxy.hs"]),(TargetModule FrontRow.Entities.IdpOverlayStudent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/IdpOverlayStudent.hs"]),(TargetModule FrontRow.License.PremiumLicenses,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumLicenses.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Question.Content.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Question/Content/En.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.AssessmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/AssessmentAnswer.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Level.hs"]),(TargetModule FrontRow.Test.Graphula,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula.hs"]),(TargetModule FrontRow.Dal.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RlStandard.hs"]),(TargetModule FrontRow.Entities.Dal.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Dal/Math/Question.hs"]),(TargetModule FrontRow.Entities.School,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/School.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.CrmSchoolMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CrmSchoolMapping.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.AssignedOperationSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/AssignedOperationSet.hs"]),(TargetModule FrontRow.Entities.RlStandardSetDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSetDomain.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.Stats.StudentDomainMonth,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/Stats/StudentDomainMonth.hs"]),(TargetModule FrontRow.Ela.Progress.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progress/Model.hs"]),(TargetModule FrontRow.Renaissance.Star,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Renaissance/Star.hs"]),(TargetModule FrontRow.Test,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Student.PresenceEventDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Student/PresenceEventDetails.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionSet.hs"]),(TargetModule FrontRow.Math.TargetedDepthOfKnowledgePractice,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/TargetedDepthOfKnowledgePractice.hs"]),(TargetModule FrontRow.Teacher.Role,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Role.hs"]),(TargetModule FrontRow.License.Check,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Check.hs"]),(TargetModule FrontRow.Dal.Schools,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/Schools.hs"]),(TargetModule FrontRow.Entities.Ela.SystemDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SystemDomain.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.OperationSnapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/OperationSnapshot.hs"]),(TargetModule FrontRow.Model.Persistent.Localized,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Localized.hs"]),(TargetModule FrontRow.ClaimedFreeResourceEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ClaimedFreeResourceEvent.hs"]),(TargetModule FrontRow.Entities.RlAttributes,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlAttributes.hs"]),(TargetModule FrontRow.Test.Fixtures,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Import.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentStandard.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Question.hs"]),(TargetModule FrontRow.Entities.Math.QuestionSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionSkill.hs"]),(TargetModule FrontRow.Dal.SchoolAdmins,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/SchoolAdmins.hs"]),(TargetModule FrontRow.Test.Fixtures.MathFactPracticeOperations,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Fixtures/MathFactPracticeOperations.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentAnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentAnswerRetry.hs"]),(TargetModule FrontRow.Printables.PrintableType,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Printables/PrintableType.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Ela.Progression.SessionDetails,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Ela/Progression/SessionDetails.hs"]),(TargetModule FrontRow.Entities.RosterSyncEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RosterSyncEvent.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentSession.hs"]),(TargetModule FrontRow.Model.Persistent.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/Language.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.Content,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/Content.hs"]),(TargetModule FrontRow.Entities.Ela.Standard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Standard.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Answer.hs"]),(TargetModule FrontRow.Entities.Math.NumberFactsAssignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberFactsAssignment.hs"]),(TargetModule FrontRow.Math.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolLead,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolLead.hs"]),(TargetModule FrontRow.RosterSyncedBy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RosterSyncedBy.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Level,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Level.hs"]),(TargetModule FrontRow.Entities.SchoolAdmin,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolAdmin.hs"]),(TargetModule FrontRow.Entities.LicenseAllocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseAllocation.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading.hs"]),(TargetModule FrontRow.Math.Model.GameSessionSummary,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Model/GameSessionSummary.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Answer.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing.hs"]),(TargetModule FrontRow.Entities.RlSkill,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlSkill.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/PreTestSession.hs"]),(TargetModule FrontRow.Math.Progress.Rl.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Progress/Rl/Dal.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.AssessmentTopic,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/AssessmentTopic.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.DomainExclusion,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DomainExclusion.hs"]),(TargetModule FrontRow.Model.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/PreTestSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Writing,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Writing.hs"]),(TargetModule FrontRow.System.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/System/Metadata.hs"]),(TargetModule FrontRow.Entities.Math.Benchmark,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Benchmark.hs"]),(TargetModule FrontRow.Teacher.Source,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Teacher/Source.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.PreTestSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/PreTestSession.hs"]),(TargetModule FrontRow.Import,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Import.hs"]),(TargetModule FrontRow.Entities.Ela.System,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/System.hs"]),(TargetModule FrontRow.Entities,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities.hs"]),(TargetModule FrontRow.Model.Persistent.OccurredAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/OccurredAt.hs"]),(TargetModule FrontRow.Content.Types,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Content/Types.hs"]),(TargetModule FrontRow.Entities.Ela.Assessment.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Assessment/AssignmentAnswer.hs"]),(TargetModule FrontRow.License.PremiumCutoff,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/PremiumCutoff.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.NumberBasics.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/NumberBasics/Snapshot.hs"]),(TargetModule FrontRow.Entities.StarScoreSkillMapping,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/StarScoreSkillMapping.hs"]),(TargetModule FrontRow.Entities.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlDomain.hs"]),(TargetModule FrontRow.Model.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Assignment.hs"]),(TargetModule FrontRow.ElaSkillsAccuracies,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/ElaSkillsAccuracies.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/Assignment.hs"]),(TargetModule FrontRow.Entities.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Entities.MathDomainPlacement,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/MathDomainPlacement.hs"]),(TargetModule FrontRow.Entities.Assignments.Dal,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Assignments/Dal.hs"]),(TargetModule FrontRow.Entities.Language,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Language.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Question.hs"]),(TargetModule FrontRow.Entities.Units.Science,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Writing.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Writing/Assignment.hs"]),(TargetModule FrontRow.Entities.SchoolYearStudentSkillAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SchoolYearStudentSkillAnswer.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Assignment.hs"]),(TargetModule FrontRow.Entities.Ela.Decodables.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Decodables/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.AnswerRetry,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/AnswerRetry.hs"]),(TargetModule FrontRow.Entities.LicenseUtilization,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/LicenseUtilization.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Assignment.hs"]),(TargetModule FrontRow.Test.Graphula.MathSystems,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Graphula/MathSystems.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/AssignmentSession.hs"]),(TargetModule FrontRow.Dal.RenaissanceSchoolClient,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Dal/RenaissanceSchoolClient.hs"]),(TargetModule FrontRow.Model.Persistent.CreatedAt,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/CreatedAt.hs"]),(TargetModule FrontRow.Entities.PrintableGenerationEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/PrintableGenerationEvent.hs"]),(TargetModule FrontRow.Test.Expectations.Lifted,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Expectations/Lifted.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/Question.hs"]),(TargetModule FrontRow.Model.Rollups,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Rollups.hs"]),(TargetModule FrontRow.Entities.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.Math.Logic.RlDomain,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Math/Logic/RlDomain.hs"]),(TargetModule FrontRow.Entities.Ela.Vocab.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Vocab/Word.hs"]),(TargetModule FrontRow.Entities.Math.Ibl.Session,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Ibl/Session.hs"]),(TargetModule FrontRow.Entities.Math.Assessment.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Assessment/Assignment.hs"]),(TargetModule FrontRow.Test.Truncate,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Test/Truncate.hs"]),(TargetModule FrontRow.Entities.Math.DepthOfKnowledgePractice.QuestionContent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/DepthOfKnowledgePractice/QuestionContent.hs"]),(TargetModule FrontRow.Entities.Ela.Article.Reading.Assignment,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Article/Reading/Assignment.hs"]),(TargetModule FrontRow.Entities.Math.Adaptive.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Adaptive/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Units.SocialStudies.Reading,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/SocialStudies/Reading.hs"]),(TargetModule FrontRow.StudentSkillProficiency,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/StudentSkillProficiency.hs"]),(TargetModule FrontRow.Entities.Ela.Grammar.Adaptive.Snapshot,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/Grammar/Adaptive/Snapshot.hs"]),(TargetModule FrontRow.RlStandardProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlStandardProxy.hs"]),(TargetModule FrontRow.Entities.RlStandardSet,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandardSet.hs"]),(TargetModule FrontRow.Star.Metadata,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Star/Metadata.hs"]),(TargetModule FrontRow.Entities.Units.Science.Writing.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Writing/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.TeacherLoginEvent,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/TeacherLoginEvent.hs"]),(TargetModule FrontRow.Entities.License,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/License.hs"]),(TargetModule FrontRow.Entities.Student,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Student.hs"]),(TargetModule FrontRow.Entities.Units.Science.Reading.AssignmentAnswer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Units/Science/Reading/AssignmentAnswer.hs"]),(TargetModule FrontRow.Entities.RlStandard,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/RlStandard.hs"]),(TargetModule FrontRow.Entities.Math.QuestionContent.En,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/QuestionContent/En.hs"]),(TargetModule FrontRow.RlDomainProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlDomainProxy.hs"]),(TargetModule FrontRow.Model.Persistent.UserId,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Model/Persistent/UserId.hs"]),(TargetModule FrontRow.Entities.CourseMembership,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/CourseMembership.hs"]),(TargetModule FrontRow.Admin.Model,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Admin/Model.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Answer,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Answer.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/AssignmentSession.hs"]),(TargetModule FrontRow.CourseSubjectRestriction,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/CourseSubjectRestriction.hs"]),(TargetModule FrontRow.License.Allocation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/License/Allocation.hs"]),(TargetModule FrontRow.RlAssessmentTopicProxy,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/RlAssessmentTopicProxy.hs"]),(TargetModule FrontRow.Entities.FreckleTextLevelOverride,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/FreckleTextLevelOverride.hs"]),(TargetModule FrontRow.Entities.Ela.WordStudy.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/WordStudy/Question.hs"]),(TargetModule FrontRow.Entities.Ela.SkillsPractice.Targeted.AssignmentSession,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SkillsPractice/Targeted/AssignmentSession.hs"]),(TargetModule FrontRow.Entities.Math.FactPractice.StudentEnabledOperation,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/FactPractice/StudentEnabledOperation.hs"]),(TargetModule FrontRow.Entities.Math.Question,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Math/Question.hs"]),(TargetModule FrontRow.Entities.SupportLog,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/SupportLog.hs"]),(TargetModule FrontRow.Entities.Ela.SightWords.Word,["/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/Ela/SightWords/Word.hs"])] | |
2020-11-17 17:14:59.79454338 [ThreadId 54] - Finishing build session(exception: AsyncCancelled) | |
2020-11-17 17:14:59.794521122 [ThreadId 90] - Restarting build session (aborting the previous one took 0.00s) | |
2020-11-17 17:14:59.796079064 [ThreadId 166] - getClientConfigAction:clientSettings:Just (Object (fromList [("haskell",Object (fromList [("logFile",String ""),("updateBehavior",String "keep-up-to-date"),("hlintOn",Bool True),("formatOnImportOn",Bool True),("indentationRules",Object (fromList [("enabled",Bool True)])),("liquidOn",Bool False),("languageServerVariant",String "haskell-language-server"),("serverExecutablePath",String ""),("diagnosticsOnChange",Bool True),("completionSnippetsOn",Bool True),("maxNumberOfProblems",Number 100.0),("formattingProvider",String "ormolu"),("trace",Object (fromList [("server",String "messages")]))]))])) | |
2020-11-17 17:14:59.79632742 [ThreadId 166] - hlint:getIdeas:file:NormalizedFilePath "/home/eborden/code/megarepo/backend/entities/library/FrontRow/Entities/District.hs" | |
2020-11-17 17:14:59.909386503 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"151/292"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.073510772 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"85/294"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.074073547 [ThreadId 470] - finish: C:GetParsedModule (took 0.28s) | |
2020-11-17 17:15:00.074190482 [ThreadId 470] - finish: CodeAction (took 0.28s) | |
2020-11-17 17:15:00.074278582 [ThreadId 472] - hlint:getIdeas:setExtensions:[Cpp,OverlappingInstances,UndecidableInstances,IncoherentInstances,UndecidableSuperClasses,MonomorphismRestriction,MonoPatBinds,MonoLocalBinds,RelaxedPolyRec,ExtendedDefaultRules,ForeignFunctionInterface,UnliftedFFITypes,InterruptibleFFI,CApiFFI,GHCForeignImportPrim,JavaScriptFFI,ParallelArrays,TemplateHaskell,TemplateHaskellQuotes,ImplicitParams,ImplicitPrelude,ScopedTypeVariables,AllowAmbiguousTypes,UnliftedNewtypes,BangPatterns,TypeFamilies,TypeFamilyDependencies,TypeInType,OverloadedStrings,OverloadedLists,NumDecimals,DisambiguateRecordFields,RecordWildCards,RecordPuns,ViewPatterns,GADTs,GADTSyntax,NPlusKPatterns,DoAndIfThenElse,BlockArguments,RebindableSyntax,ConstraintKinds,PolyKinds,DataKinds,InstanceSigs,ApplicativeDo,StandaloneDeriving,DeriveDataTypeable,AutoDeriveTypeable,DeriveFunctor,DeriveTraversable,DeriveFoldable,DeriveGeneric,DefaultSignatures,DeriveAnyClass,DeriveLift,DerivingStrategies,DerivingVia,TypeSynonymInstances,FlexibleContexts,FlexibleInstances,ConstrainedClassMethods,MultiParamTypeClasses,NullaryTypeClasses,FunctionalDependencies,UnicodeSyntax,ExistentialQuantification,MagicHash,EmptyDataDecls,KindSignatures,RoleAnnotations,ParallelListComp,MonadComprehensions,GeneralizedNewtypeDeriving,PostfixOperators,TupleSections,PatternGuards,LiberalTypeSynonyms,RankNTypes,ImpredicativeTypes,TypeOperators,ExplicitNamespaces,PackageImports,ExplicitForAll,AlternativeLayoutRuleTransitional,DatatypeContexts,NondecreasingIndentation,RelaxedLayout,TraditionalRecordSyntax,LambdaCase,MultiWayIf,BinaryLiterals,HexFloatLiterals,DuplicateRecordFields,OverloadedLabels,EmptyCase,PatternSynonyms,PartialTypeSignatures,NamedWildCards,TypeApplications,Strict,StrictData,MonadFailDesugaring,EmptyDataDeriving,NumericUnderscores,QuantifiedConstraints,ImportQualifiedPost,CUSKs,StandaloneKindSignatures,StarIsType] | |
2020-11-17 17:15:00.074547568 [ThreadId 7] - <--2--{"result":["[redacted]"],"jsonrpc":"2.0","id":1} | |
2020-11-17 17:15:00.173941038 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"47/295"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.274253903 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"36/299"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.38022006 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"30/301"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.585763012 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"29/302"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.686743374 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"22/305"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:00.787874371 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"20/308"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:01.055476336 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"18/308"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:01.156490763 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"19/311"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:01.25680218 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"20/312"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:01.459061603 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"21/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:01.998627461 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"23/313"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:02.099924731 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"25/314"},"token":"3"},"method":"$/progress"} | |
2020-11-17 17:15:02.176792779 [ThreadId 469] - finish: CodeAction:PackageExports (took 2.10s) | |
2020-11-17 17:15:02.177366774 [ThreadId 171] - finish: importLens (took 0.00s) | |
2020-11-17 17:15:02.203854142 [ThreadId 7] - <--2--{"jsonrpc":"2.0","params":{"value":{"kind":"report","message":"26/314"},"token":"3"},"method":"$/progress"} | |
[Error - 5:15:03 PM] Connection to server got closed. Server will not be restarted. | |
[Error - 5:15:03 PM] Request textDocument/codeAction failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) | |
[Error - 5:15:03 PM] Request textDocument/codeLens failed. | |
Error: Connection got disposed. | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:90964) | |
at Object.dispose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74243) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:74417) | |
at D.handleConnectionClosed (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:247:9685) | |
at t (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:72568) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at G (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:82879) | |
at n.invoke (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233221) | |
at i.fire (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:233951) | |
at u.fireClose (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:252684) | |
at Socket.<anonymous> (/home/eborden/.vscode/extensions/haskell.haskell-1.2.0/dist/extension.js:1:253441) | |
at Socket.emit (events.js:228:7) | |
at Pipe.<anonymous> (net.js:664:12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment