Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

ghc-mod complains in Atom when opening a .hs file: #824

Closed
Gurkenglas opened this issue Aug 10, 2016 · 5 comments
Closed

ghc-mod complains in Atom when opening a .hs file: #824

Gurkenglas opened this issue Aug 10, 2016 · 5 comments

Comments

@Gurkenglas
Copy link

Gurkenglas commented Aug 10, 2016

atom-haskell-archive/haskell-ghc-mod#86 (comment) made me come here with this error log:

Atom Version: 1.9.7
System: GURKENGLAS-PC
Thrown From: haskell-ghc-mod package, v1.11.4

Stack Trace

Haskell-ghc-mod: ghc-mod command check failed with error code 1

At caps: {"version":[5,5,0,0],"legacyInteractive":true,"fileMap":true,"rootExec":false,"quoteArgs":true,"optparse":true,"typeConstraints":false,"browseParents":false,"interactiveCaseSplit":false}
URI: C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference.hs
Args: --
message: ghc-pkg.exe: C:\Users\Gurkenglas\Documents\GitHub\exference\.cabal-sandbox\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)

[1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )

[2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )

[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )

[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )



CabalHelper\Licenses.hs:38:28:
    Not in scope: `lookupComponentId'
    Perhaps you meant one of these:

      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)

CabalHelper\Licenses.hs:53:18:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

CabalHelper\Licenses.hs:74:10:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\snapshots\ed38f685\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed

log:
-3.51s: running ghc-mod check,C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference.hs,-- with options.cwd = C:\Users\Gurkenglas\Documents\GitHub\exference,options.env = [object Object],options.encoding = utf-8
-3.507s: running ghc-mod lint,C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference.hs,-- with options.cwd = C:\Users\Gurkenglas\Documents\GitHub\exference,options.env = [object Object],options.encoding = utf-8
-3.504s: Language.Haskell.Exference did-save triggered
-3.504s: Language.Haskell.Exference updating
-3.504s: running ghc-mod browse,-d,--,Language.Haskell.Exference with options.cwd = C:\Users\Gurkenglas\Documents\GitHub\exference,options.env = [object Object],options.encoding = utf-8
-2.498s: ghc-mod ended with code 0
-2.439s: ghc-mod said: [1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )
-2.438s: ghc-mod said: [1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )
-1.013s: ghc-mod said: [2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )
-0.894s: ghc-mod said: [2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )
-0.378s: ghc-mod said: [3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )
-0.317s: ghc-mod said: [3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )
-0.271s: ghc-mod said: [4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )
-0.204s: ghc-mod said: 
-0.199s: ghc-mod said: CabalHelper\Licenses.hs:38:28:
-0.199s: ghc-mod said:     Not in scope: `lookupComponentId'
-0.199s: ghc-mod said:     Perhaps you meant one of these:
-0.199s: ghc-mod said:       `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
-0.199s: ghc-mod said:       `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)
-0.199s: ghc-mod said: 
-0.199s: ghc-mod said: CabalHelper\Licenses.hs:53:18:
-0.199s: ghc-mod said:     Ambiguous occurrence `lookupInstalledPackageId'
-0.199s: ghc-mod said:     It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
-0.199s: ghc-mod said:                              defined at CabalHelper\Licenses.hs:38:1
-0.198s: ghc-mod said:                           or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
-0.198s: ghc-mod said:                              imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
-0.198s: ghc-mod said: 
-0.198s: ghc-mod said: CabalHelper\Licenses.hs:74:10:
-0.198s: ghc-mod said:     Ambiguous occurrence `lookupInstalledPackageId'
-0.198s: ghc-mod said:     It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
-0.198s: ghc-mod said:                              defined at CabalHelper\Licenses.hs:38:1
-0.198s: ghc-mod said:                           or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
-0.198s: ghc-mod said:                              imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
-0.173s: ghc-mod said: [4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )
-0.086s: ghc-mod said: 
-0.082s: ghc-mod said: CabalHelper\Licenses.hs:38:28:
-0.082s: ghc-mod said:     Not in scope: `lookupComponentId'
-0.082s: ghc-mod said:     Perhaps you meant one of these:
-0.082s: ghc-mod said:       `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
-0.082s: ghc-mod said:       `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)
-0.081s: ghc-mod said: 
-0.081s: ghc-mod said: CabalHelper\Licenses.hs:53:18:
-0.081s: ghc-mod said:     Ambiguous occurrence `lookupInstalledPackageId'
-0.081s: ghc-mod said:     It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
-0.081s: ghc-mod said:                              defined at CabalHelper\Licenses.hs:38:1
-0.081s: ghc-mod said:                           or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
-0.081s: ghc-mod said:                              imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
-0.081s: ghc-mod said: 
-0.081s: ghc-mod said: CabalHelper\Licenses.hs:74:10:
-0.081s: ghc-mod said:     Ambiguous occurrence `lookupInstalledPackageId'
-0.081s: ghc-mod said:     It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
-0.08s: ghc-mod said:                              defined at CabalHelper\Licenses.hs:38:1
-0.08s: ghc-mod said:                           or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
-0.08s: ghc-mod said:                              imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
-0.02s: ghc-mod said: ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\snapshots\ed38f685\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed
-0.001s: ghc-mod ended with code 1
-0.001s: code 1: ghc-pkg.exe: C:\Users\Gurkenglas\Documents\GitHub\exference\.cabal-sandbox\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)

[1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )

[2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )

[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )

[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )



CabalHelper\Licenses.hs:38:28:
    Not in scope: `lookupComponentId'
    Perhaps you meant one of these:

      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)

CabalHelper\Licenses.hs:53:18:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

CabalHelper\Licenses.hs:74:10:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\snapshots\ed38f685\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed


code 1: ghc-pkg.exe: C:\Users\Gurkenglas\Documents\GitHub\exference\.cabal-sandbox\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)

[1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )

[2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )

[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )

[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )



CabalHelper\Licenses.hs:38:28:
    Not in scope: `lookupComponentId'
    Perhaps you meant one of these:

      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)

CabalHelper\Licenses.hs:53:18:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

CabalHelper\Licenses.hs:74:10:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\snapshots\ed38f685\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed

    at module.exports.Util.mkError (file:///C:/Users/Gurkenglas/.atom/packages/haskell-ghc-mod/lib/util.coffee:171:15)
    at BufferedProcess.exit (file:///C:/Users/Gurkenglas/.atom/packages/haskell-ghc-mod/lib/ghc-mod/ghc-modi-process-real.coffee:124:20)
    at triggerExitCallback (C:\Users\Gurkenglas\AppData\Local\atom\app-1.9.7\resources\app.asar\src\buffered-process.js:215:47)
    at ChildProcess.<anonymous> (C:\Users\Gurkenglas\AppData\Local\atom\app-1.9.7\resources\app.asar\src\buffered-process.js:237:18)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)

Commands

     -9:36.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -9:36.3.0 core:save (atom-text-editor.editor.is-focused)
     -3:56.3.0 core:backspace (atom-text-editor.editor.is-focused)
     -3:56 core:save (atom-text-editor.editor.is-focused)
     -0:07.5.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:07.2.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "symbols-view"
    ]
  },
  "haskell-ghc-mod": {
    "enableGhcModi": false
  }
}

Installed Packages

# User
activate-power-mode, v0.4.1 (inactive)
altgr, v0.1.0 (active)
atom-ctags, v4.5.2 (active)
autocomplete-haskell, v0.6.5 (active)
floobits, v0.31.1 (active)
git-time-machine, v1.4.1 (inactive)
haskell-ghc-mod, v1.11.4 (active)
haskell-pointfree, v0.1.3 (active)
ide-haskell, v1.5.4 (active)
ide-haskell-cabal, v1.1.0 (active)
language-haskell, v1.7.7 (active)
minimap, v4.24.7 (active)
script, v3.8.3 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.51.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.43.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.3.2 (active)
one-light-ui, v1.3.2 (inactive)
one-dark-syntax, v1.2.0 (active)
one-light-syntax, v1.2.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.2 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.0 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.0 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.39.0 (active)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
find-and-replace, v0.198.0 (inactive)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v0.53.1 (active)
notifications, v0.64.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.238.0 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.46.0 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.98.0 (active)
timecop, v0.33.1 (active)
tree-view, v0.208.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.32.2 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.0 (active)
language-csharp, v0.12.1 (active)
language-css, v0.36.2 (active)
language-gfm, v0.86.0 (active)
language-git, v0.13.0 (active)
language-go, v0.42.0 (active)
language-html, v0.44.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.22.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.0 (active)
language-less, v0.29.3 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.0 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.68.5 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.52.0 (active)
language-shellscript, v0.22.3 (active)
language-source, v0.9.0 (active)
language-sql, v0.21.1 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.8 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

("build ghc-mod from master" didnt build for me)

@Gurkenglas
Copy link
Author

Updating (actually reinstalling) atom packages changed the error to the following log and the issues it linked me to to this one, though I don't know what command to use to test if it's ghc-mod's fault.

Atom Version: 1.9.7
System: GURKENGLAS-PC
Thrown From: haskell-ghc-mod package, v1.16.0

Stack Trace

Haskell-ghc-mod: ghc-mod command check failed with error Error

At caps: {"version":[5,5,0,0],"fileMap":true,"quoteArgs":true,"optparse":true,"typeConstraints":false,"browseParents":false,"interactiveCaseSplit":false}
URI: C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference\Core\Internal\Exference.hs
Args: --
message: Command failed: ghc-mod check C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference\Core\Internal\Exference.hs --
ghc-pkg.exe: C:\Users\Gurkenglas\Documents\GitHub\exference\.cabal-sandbox\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)
[1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )
[2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )
[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )
[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )

CabalHelper\Licenses.hs:38:28:
    Not in scope: `lookupComponentId'
    Perhaps you meant one of these:
      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)

CabalHelper\Licenses.hs:53:18:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

CabalHelper\Licenses.hs:74:10:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\snapshots\ed38f685\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed

log:
-15.837s: "Main created"
-15.836s: "Main updating"
-15.836s: "getProcessOptions(C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference)"
-15.834s: "Looking for cabal sandbox..."
-15.833s: "Looking for stack sandbox..."
-15.833s: "Running stack with PATH ","C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"
-15.833s: "Running stack path,--snapshot-install-root,--local-install-root with opts = ",{"encoding":"utf-8","stdio":"pipe","cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"timeout":60000}
-15.829s: "Main buffer is set"
-15.829s: "Prelude created"
-15.829s: "Prelude updating"
-15.828s: "Prelude moduleName mismatch: Main != Prelude"
-15.18s: "Got response from stack path,--snapshot-install-root,--local-install-root",{"stdout":"snapshot-install-root: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\r\nlocal-install-root: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\r\n","stderr":""}
-15.179s: "Found stack sandbox ","C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin","C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin"
-14.763s: "Found cabal sandbox: ","C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\bin"
-14.762s: "Cabal sandbox ","C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\bin"," is not a directory"
-14.758s: "PATH = C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"
-14.756s: "Running ghc-mod version with opts = ",{"timeout":60000,"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-14.502s: "Got response from ghc-mod version",{"stdout":"ghc-mod version 5.5.0.0 compiled by GHC 7.10.3\r\n","stderr":""}
-14.502s: "Ghc-mod 5,5,0,0 built with 7.10.3"
-14.501s: "{\"version\":[5,5,0,0],\"fileMap\":true,\"quoteArgs\":true,\"optparse\":true,\"typeConstraints\":false,\"browseParents\":false,\"interactiveCaseSplit\":false}"
-14.5s: "Running stack ghc,--,--version with opts = ",{"timeout":60000,"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-14.488s: "Running ghc --version with opts = ",{"timeout":60000,"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-14.336s: {}
-14.335s: "Running ghc-mod browse,-d,--,Main with opts = ",{"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-14.331s: {}
-14.331s: "Running ghc-mod browse,-d,--,Prelude with opts = ",{"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-14.231s: "Got response from ghc --version",{"stdout":"The Glorious Glasgow Haskell Compilation System, version 7.10.2\r\n","stderr":""}
-13.596s: "Got response from stack ghc,--,--version",{"stdout":"The Glorious Glasgow Haskell Compilation System, version 7.10.3\r\n","stderr":""}
-13.595s: "Stack GHC version 7.10.3"
-13.595s: "Path GHC version 7.10.2"
-13.563s: "GHC version in your PATH '7.10.2' doesn't match with GHC version used to build ghc-mod '7.10.3'. This can lead to problems when using Cabal or Plain projects"
-9.561s: "ghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nEXCEPTION: browse:\r\n           readCreateProcess: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\libexec\\cabal-helper-wrapper.exe \"--with-ghc=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc.exe\" \"--with-ghc-pkg=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc-pkg.exe\" \"--with-cabal=cabal\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\\\\.stack-work\\\\dist\\\\b7fec021\" \"package-db-stack\" \"entrypoints\" \"source-dirs\" \"ghc-options\" \"ghc-src-options\" \"ghc-pkg-options\" \"ghc-merged-pkg-options\" \"ghc-lang-options\" \"licenses\" \"flags\" \"config-flags\" \"non-default-config-flags\" \"compiler-version\" (exit 1): failed\r\n"
-9.56s: "Got response from ghc-mod browse,-d,--,Main",{"stdout":"","stderr":"ghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nEXCEPTION: browse:\r\n           readCreateProcess: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\libexec\\cabal-helper-wrapper.exe \"--with-ghc=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc.exe\" \"--with-ghc-pkg=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc-pkg.exe\" \"--with-cabal=cabal\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\\\\.stack-work\\\\dist\\\\b7fec021\" \"package-db-stack\" \"entrypoints\" \"source-dirs\" \"ghc-options\" \"ghc-src-options\" \"ghc-pkg-options\" \"ghc-merged-pkg-options\" \"ghc-lang-options\" \"licenses\" \"flags\" \"config-flags\" \"non-default-config-flags\" \"compiler-version\" (exit 1): failed\r\n"}
-9.56s: "Main updated"
-9.078s: "ghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nEXCEPTION: browse:\r\n           readCreateProcess: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\libexec\\cabal-helper-wrapper.exe \"--with-ghc=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc.exe\" \"--with-ghc-pkg=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc-pkg.exe\" \"--with-cabal=cabal\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\\\\.stack-work\\\\dist\\\\b7fec021\" \"package-db-stack\" \"entrypoints\" \"source-dirs\" \"ghc-options\" \"ghc-src-options\" \"ghc-pkg-options\" \"ghc-merged-pkg-options\" \"ghc-lang-options\" \"licenses\" \"flags\" \"config-flags\" \"non-default-config-flags\" \"compiler-version\" (exit 1): failed\r\n"
-9.078s: "Got response from ghc-mod browse,-d,--,Prelude",{"stdout":"","stderr":"ghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nEXCEPTION: browse:\r\n           readCreateProcess: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\libexec\\cabal-helper-wrapper.exe \"--with-ghc=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc.exe\" \"--with-ghc-pkg=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc-pkg.exe\" \"--with-cabal=cabal\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\\\\.stack-work\\\\dist\\\\b7fec021\" \"package-db-stack\" \"entrypoints\" \"source-dirs\" \"ghc-options\" \"ghc-src-options\" \"ghc-pkg-options\" \"ghc-merged-pkg-options\" \"ghc-lang-options\" \"licenses\" \"flags\" \"config-flags\" \"non-default-config-flags\" \"compiler-version\" (exit 1): failed\r\n"}
-9.074s: "Prelude updated"
-3.601s: "Main did-save triggered"
-3.601s: "Main updating"
-3.589s: {}
-3.588s: "Running ghc-mod browse,-d,--,Main with opts = ",{"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-3.585s: {}
-3.585s: "Running ghc-mod check,C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs,-- with opts = ",{"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-3.581s: {}
-3.581s: "Running ghc-mod lint,C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs,-- with opts = ",{"cwd":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference","env":{"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\Gurkenglas\\AppData\\Roaming","asl.log":"Destination=file","ATOM_HOME":"C:\\Users\\Gurkenglas\\.atom","BuildLab":"10240.th1_st1.160408-1853","BuildLabEx":"10240.16841.amd64fre.th1_st1.160408-1853","CHROME_ALLOCATOR":"TCMALLOC","CommonProgramFiles":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","COMPUTERNAME":"GURKENGLAS-PC","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CYGWIN":"nodosfilewarning","DOCKER_TOOLBOX_INSTALL_PATH":"D:\\Docker Toolbox","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","FP_NO_HOST_CHECK":"NO","GOOGLE_API_KEY":"AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\Gurkenglas","KINECTSDK20_DIR":"C:\\Program Files\\Microsoft SDKs\\Kinect\\v2.0_1409\\","LOCALAPPDATA":"C:\\Users\\Gurkenglas\\AppData\\Local","LOGONSERVER":"\\\\GURKENGLAS-PC","NODE_ENV":"production","NODE_PATH":"C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\app-1.9.7\\resources\\app.asar\\exports","NUMBER_OF_PROCESSORS":"4","OS":"Windows_NT","Path":"C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","PROCESSOR_ARCHITECTURE":"x86","PROCESSOR_ARCHITEW6432":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 58 Stepping 9, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"3a09","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files (x86)","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","PROMPT":"$P$G","PSModulePath":"C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules\\","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","SSH_AGENT_PID":"29280","SSH_AUTH_SOCK":"/tmp/ssh-2mRt1w09engw/agent.9104","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","TEMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","TMP":"C:\\Users\\GURKEN~1\\AppData\\Local\\Temp","USERDOMAIN":"Gurkenglas-PC","USERDOMAIN_ROAMINGPROFILE":"Gurkenglas-PC","USERNAME":"Gurkenglas","USERPROFILE":"C:\\Users\\Gurkenglas","VBOX_MSI_INSTALL_PATH":"C:\\VirtualBox\\","windir":"C:\\WINDOWS","XCHAT_WARNING_IGNORE":"true","PATH":"C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\install\\1c541722\\bin;C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Apps\\2.0\\3OXNJ8P8.CX4\\0GYBYP36.QWO\\gith..tion_317444273a93ac29_0003.0002_34b4671ab86a4854\\NativeBinaries\\x86;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Users\\Gurkenglas\\AppData\\Roaming\\local\\bin\\;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\bin;C:\\Program Files\\Haskell\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\lib\\extralibs\\bin;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64\\bin;C:\\Program Files (x86)\\Haskell\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\lib\\extralibs\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\bin;C:\\Program Files\\ImageMagick-6.8.7-Q16;C:\\Program Files (x86)\\Intel\\iCLS Client\\;C:\\Program Files\\Intel\\iCLS Client\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x86;C:\\Program Files (x86)\\Intel\\OpenCL SDK\\2.0\\bin\\x64;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Java\\jdk1.7.0_25\\bin;C:\\Program Files\\Java\\jre7\\bin;C:\\Program Files (x86)\\Haskell Platform\\2013.2.0.0\\mingw\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Haskell Platform\\2014.2.0.0\\mingw\\bin;C:\\Leksah\\bin\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\OpenVPN\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;D:\\MiKTeX 2.9\\miktex\\bin\\x64\\;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\switch;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\cmd;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\git-2.4.5.1\\usr\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\mingw\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\ghc-7.10.2\\bin;C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\minghc-7.10.2-x86_64\\bin;C:\\Users\\Gurkenglas\\Desktop\\Compilerbau\\cygwin64;C:\\Users\\Gurkenglas\\AppData\\Roaming\\npm;D:\\Rust\\bin;C:\\Users\\Gurkenglas\\Desktop\\Haskell;C:\\Users\\Gurkenglas\\AppData\\Roaming\\cabal\\packages\\hackage.haskell.org;C:\\Users\\Gurkenglas\\AppData\\Local\\atom\\bin;D:\\Docker Toolbox"},"encoding":"utf-8","maxBuffer":null}
-0.933s: "Got response from ghc-mod lint,C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs,--",{"stdout":"C:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:61:1: Warning: Use fewer imports\u0000Found:\u0000  import Control.Monad.State\u0000         (StateT(..), State, gets, execStateT, get, runStateT, mapStateT)\u0000  import Control.Monad.State (MonadState)\u0000Why not:\u0000  import Control.Monad.State\u0000         (StateT(..), State, gets, execStateT, get, runStateT, mapStateT,\u0000          MonadState)\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:78:1: Suggestion: Use camelCase\u0000Found:\u0000  data ExferenceHeuristicsConfig = ExferenceHeuristicsConfig{heuristics_goalVar\u0000                                                             :: Float,\u0000                                                             heuristics_goalCons :: Float,\u0000                                                             heuristics_goalArrow :: Float,\u0000                                                             heuristics_goalApp :: Float,\u0000                                                             heuristics_stepProvidedGood :: Float,\u0000                                                             heuristics_stepProvidedBad :: Float,\u0000                                                             heuristics_stepEnvGood :: Float,\u0000                                                             heuristics_stepEnvBad :: Float,\u0000                                                             heuristics_tempUnusedVarPenalty :: Float,\u0000                                                             heuristics_tempMultiVarUsePenalty ::\u0000                                                             Float,\u0000                                                             heuristics_functionGoalTransform ::\u0000                                                             Float,\u0000                                                             heuristics_unusedVar :: Float,\u0000                                                             heuristics_solutionLength :: Float}\u0000                                 deriving (Show, Data, Typeable)\u0000Why not:\u0000  data ExferenceHeuristicsConfig = ExferenceHeuristicsConfig{heuristicsGoalVar\u0000                                                             :: Float,\u0000                                                             heuristicsGoalCons :: Float,\u0000                                                             heuristicsGoalArrow :: Float,\u0000                                                             heuristicsGoalApp :: Float,\u0000                                                             heuristicsStepProvidedGood :: Float,\u0000                                                             heuristicsStepProvidedBad :: Float,\u0000                                                             heuristicsStepEnvGood :: Float,\u0000                                                             heuristicsStepEnvBad :: Float,\u0000                                                             heuristicsTempUnusedVarPenalty :: Float,\u0000                                                             heuristicsTempMultiVarUsePenalty ::\u0000                                                             Float,\u0000                                                             heuristicsFunctionGoalTransform :: Float,\u0000                                                             heuristicsUnusedVar :: Float,\u0000                                                             heuristicsSolutionLength :: Float}\u0000                                 deriving (Show, Data, Typeable)\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:95:1: Suggestion: Use camelCase\u0000Found:\u0000  data ExferenceInput = ExferenceInput{input_goalType :: HsType,\u0000                                       input_envFuncs :: [FunctionBinding],\u0000                                       input_envDeconsS :: [DeconstructorBinding],\u0000                                       input_envClasses :: StaticClassEnv, input_allowUnused :: Bool,\u0000                                       input_allowConstraints :: Bool,\u0000                                       input_allowConstraintsStopStep :: Int, input_multiPM :: Bool,\u0000                                       input_qNameIndex :: QNameIndex, input_maxSteps :: Int,\u0000                                       input_memoryLimit :: Maybe Int,\u0000                                       input_heuristicsConfig :: ExferenceHeuristicsConfig}\u0000                      deriving (Show, Data, Typeable)\u0000Why not:\u0000  data ExferenceInput = ExferenceInput{inputGoalType :: HsType,\u0000                                       inputEnvFuncs :: [FunctionBinding],\u0000                                       inputEnvDeconsS :: [DeconstructorBinding],\u0000                                       inputEnvClasses :: StaticClassEnv, inputAllowUnused :: Bool,\u0000                                       inputAllowConstraints :: Bool,\u0000                                       inputAllowConstraintsStopStep :: Int, inputMultiPM :: Bool,\u0000                                       inputQNameIndex :: QNameIndex, inputMaxSteps :: Int,\u0000                                       inputMemoryLimit :: Maybe Int,\u0000                                       inputHeuristicsConfig :: ExferenceHeuristicsConfig}\u0000                      deriving (Show, Data, Typeable)\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:358:5: Warning: Evaluate\u0000Found:\u0000  id $ return ()\u0000Why not:\u0000  return ()\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:615:16: Warning: Use fmap\u0000Found:\u0000  liftM\u0000Why not:\u0000  fmap\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:635:15: Warning: Use fmap\u0000Found:\u0000  liftM\u0000Why not:\u0000  fmap\r\nC:/Users/Gurkenglas/Documents/GitHub/exference/src/Language/Haskell/Exference/Core/Internal/Exference.hs:637:16: Warning: Use fmap\u0000Found:\u0000  liftM\u0000Why not:\u0000  fmap\r\n","stderr":""}
-0.048s: "ghc-pkg.exe: C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.cabal-sandbox\\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)\n[1 of 5] Compiling CabalHelper.Types ( CabalHelper\\Types.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Types.o )\r\n[2 of 5] Compiling CabalHelper.Common ( CabalHelper\\Common.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Common.o )\r\n[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\\Sandbox.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Sandbox.o )\r\n[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\\Licenses.hs, C:\\Users\\Gurkenglas\\AppData\\Roaming\\ghc-mod\\cabal-helper\\CabalHelper\\Licenses.o )\r\n\r\nCabalHelper\\Licenses.hs:38:28:\r\n    Not in scope: `lookupComponentId'\r\n    Perhaps you meant one of these:\r\n      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),\r\n      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)\r\n\r\nCabalHelper\\Licenses.hs:53:18:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\n\r\nCabalHelper\\Licenses.hs:74:10:\r\n    Ambiguous occurrence `lookupInstalledPackageId'\r\n    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',\r\n                             defined at CabalHelper\\Licenses.hs:38:1\r\n                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',\r\n                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\\Licenses.hs:24:1-39\r\nghc-mod: readCreateProcess: C:\\Users\\Gurkenglas\\AppData\\Roaming\\stack\\snapshots\\ed38f685\\libexec\\cabal-helper-wrapper.exe \"--with-ghc=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc.exe\" \"--with-ghc-pkg=C:\\\\Users\\\\Gurkenglas\\\\AppData\\\\Local\\\\Programs\\\\stack\\\\x86_64-windows\\\\ghc-7.10.3\\\\bin\\\\ghc-pkg.exe\" \"--with-cabal=cabal\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\" \"C:\\\\Users\\\\Gurkenglas\\\\Documents\\\\GitHub\\\\exference\\\\.stack-work\\\\dist\\\\b7fec021\" \"package-db-stack\" \"entrypoints\" \"source-dirs\" \"ghc-options\" \"ghc-src-options\" \"ghc-pkg-options\" \"ghc-merged-pkg-options\" \"ghc-lang-options\" \"licenses\" \"flags\" \"config-flags\" \"non-default-config-flags\" \"compiler-version\" (exit 1): failed\r\n"
-0.048s: "Running ghc-mod check,C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs,-- failed with ",{"killed":false,"code":1,"signal":null,"cmd":"ghc-mod check C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs --"}
0s: {"killed":false,"code":1,"signal":null,"cmd":"ghc-mod check C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\src\\Language\\Haskell\\Exference\\Core\\Internal\\Exference.hs --"}

Error
    at file:///C:/Users/Gurkenglas/.atom/packages/haskell-ghc-mod/lib/util.coffee:60:26
    at ChildProcess.exithandler (child_process.js:221:5)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

Commands

  2x -1:48.7.0 core:save (atom-text-editor.editor.is-focused)
     -1:45.6.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:45 core:save (atom-text-editor.editor.is-focused)
     -1:27.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -1:26.9.0 core:save (atom-text-editor.editor.is-focused)
     -0:35.9.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:35.7.0 core:save (atom-text-editor.editor.is-focused)
     -0:32.9.0 core:close (atom-text-editor.editor.is-focused)
     -0:18.8.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.is-focused)
     -0:15.3.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:15.3.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -0:07.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:07.5.0 core:save (atom-text-editor.editor.is-focused)
     -0:04.4.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:01.5.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:01.5.0 core:cancel (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "symbols-view",
      "activate-power-mode"
    ]
  },
  "haskell-ghc-mod": {
    "enableGhcModi": false
  }
}

Installed Packages

# User
activate-power-mode, v0.7.3 (inactive)
altgr, v0.1.0 (active)
atom-ctags, v4.5.2 (active)
autocomplete-haskell, v0.6.6 (active)
floobits, v0.32.4 (active)
haskell-ghc-mod, v1.16.0 (active)
haskell-pointfree, v0.1.3 (active)
ide-haskell, v1.6.6 (active)
ide-haskell-cabal, v1.4.1 (active)
language-haskell, v1.9.3 (active)
minimap, v4.24.7 (active)
script, v3.8.3 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.51.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.43.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.3.2 (active)
one-light-ui, v1.3.2 (inactive)
one-dark-syntax, v1.2.0 (active)
one-light-syntax, v1.2.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.2 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.0 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.0 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (active)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.39.0 (active)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
find-and-replace, v0.198.0 (inactive)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v0.53.1 (active)
notifications, v0.64.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.238.0 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.46.0 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.98.0 (active)
timecop, v0.33.1 (active)
tree-view, v0.208.0 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.32.2 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.0 (active)
language-csharp, v0.12.1 (active)
language-css, v0.36.2 (active)
language-gfm, v0.86.0 (active)
language-git, v0.13.0 (active)
language-go, v0.42.0 (active)
language-html, v0.44.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.22.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.0 (active)
language-less, v0.29.3 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.0 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.68.5 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.52.0 (active)
language-shellscript, v0.22.3 (active)
language-source, v0.9.0 (active)
language-sql, v0.21.1 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.8 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

@Gurkenglas
Copy link
Author

Gurkenglas commented Aug 10, 2016

Oh it actually prints the ghc-mod command that failed. Yep, here it is:

C:\Users\Gurkenglas\Documents\GitHub\exference>ghc-mod check C:\Users\Gurkenglas\Documents\GitHub\exference\src\Language\Haskell\Exference\Core\Internal\Exference.hs --
ghc-pkg.exe: C:\Users\Gurkenglas\Documents\GitHub\exference\.cabal-sandbox\x86_64-windows-ghc-7.10.3-packages.conf.d: getDirectoryContents: does not exist (Das System kann den angegebenen Pfad nicht finden.)
[1 of 5] Compiling CabalHelper.Types ( CabalHelper\Types.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Types.o )
[2 of 5] Compiling CabalHelper.Common ( CabalHelper\Common.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Common.o )
[3 of 5] Compiling CabalHelper.Sandbox ( CabalHelper\Sandbox.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Sandbox.o )
[4 of 5] Compiling CabalHelper.Licenses ( CabalHelper\Licenses.hs, C:\Users\Gurkenglas\AppData\Roaming\ghc-mod\cabal-helper\CabalHelper\Licenses.o )

CabalHelper\Licenses.hs:38:28:
    Not in scope: `lookupComponentId'
    Perhaps you meant one of these:
      `lookupComponent' (imported from Distribution.Simple.LocalBuildInfo),
      `localComponentId' (imported from Distribution.Simple.LocalBuildInfo)

CabalHelper\Licenses.hs:53:18:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39

CabalHelper\Licenses.hs:74:10:
    Ambiguous occurrence `lookupInstalledPackageId'
    It could refer to either `CabalHelper.Licenses.lookupInstalledPackageId',
                             defined at CabalHelper\Licenses.hs:38:1
                          or `Distribution.Simple.PackageIndex.lookupInstalledPackageId',
                             imported from `Distribution.Simple.PackageIndex' at CabalHelper\Licenses.hs:24:1-39
ghc-mod: readCreateProcess: C:\Users\Gurkenglas\AppData\Roaming\stack\global\.stack-work\install\72e7e322\libexec\cabal-helper-wrapper.exe "--with-ghc=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc.exe" "--with-ghc-pkg=C:\\Users\\Gurkenglas\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-7.10.3\\bin\\ghc-pkg.exe" "--with-cabal=cabal" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference" "C:\\Users\\Gurkenglas\\Documents\\GitHub\\exference\\.stack-work\\dist\\b7fec021" "package-db-stack" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-merged-pkg-options" "ghc-lang-options" "licenses" "flags" "config-flags" "non-default-config-flags" "compiler-version" (exit 1): failed

ghc-mod seems to want ghc 7.10.3 but .cabal-sandbox looks like https://gyazo.com/954c20a853c9ff280a7cb84e485e0166 . I'm using stack.

@DanielG
Copy link
Owner

DanielG commented Aug 21, 2016

Did you ever figure this out? You and @lierdakil were talking on IRC right?

@lierdakil
Copy link
Collaborator

@DanielG, IIRC problem was mismatched compiler versions, as usual with stack -_- We really ought to think about rebuilding ghc-mod on the fly with ghc-mod-core.

@DanielG
Copy link
Owner

DanielG commented Aug 27, 2016

Ok I guess we can close this then.

(Yeah I know but it's quite the endeavor)

@DanielG DanielG closed this as completed Aug 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants