Created
July 3, 2015 19:46
-
-
Save dalejordan/899c520a2300959f4c4f to your computer and use it in GitHub Desktop.
stack issue #449
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Matrix] $ stack ghci Matrix -v | |
Version 0.1.1.0, Git revision 91fe70306f51eb3d68667a0d6e09a7d7ebbeb2b6 | |
2015-07-03 19:41:49.411728: [debug] Checking for project config at: /home/dale/stack/Matrix/stack.yaml @(stack-0.1.1.0:Stack.Config src/Stack/Config.hs:489:9) | |
2015-07-03 19:41:49.411931: [debug] Checking for project config at: /home/dale/stack/stack.yaml @(stack-0.1.1.0:Stack.Config src/Stack/Config.hs:489:9) | |
2015-07-03 19:41:49.412039: [debug] Loading project config file /home/dale/stack/stack.yaml @(stack-0.1.1.0:Stack.Config src/Stack/Config.hs:512:13) | |
2015-07-03 19:41:49.436081: [debug] Run process: ghc --info @(stack-0.1.1.0:System.Process.Read src/System/Process/Read.hs:253:3) | |
2015-07-03 19:41:49.481797: [debug] Run process: ghc --numeric-version @(stack-0.1.1.0:System.Process.Read src/System/Process/Read.hs:253:3) | |
2015-07-03 19:41:49.499293: [debug] Run process: ghc-pkg --no-user-package-db field --simple-output Cabal id @(stack-0.1.1.0:System.Process.Read src/System/Process/Read.hs:253:3) | |
2015-07-03 19:41:49.539364: [debug] Run process: ghc-pkg --no-user-package-db list --global @(stack-0.1.1.0:System.Process.Read src/System/Process/Read.hs:253:3) | |
2015-07-03 19:41:49.599041: [info] Configuring GHCi with the following packages: Matrix @(stack-0.1.1.0:Stack.Repl src/Stack/Repl.hs:69:5) | |
2015-07-03 19:41:49.599279: [debug] Run process: /usr/bin/ghc --interactive -hide-all-packages -XBangPatterns -XScopedTypeVariables -i/home/dale/stack/Matrix/ -i/home/dale/stack/Matrix/.stack-work/dist/x86_64-linux/Cabal-1.22.2.0/build/autogen/ -optP-include -optP/home/dale/stack/Matrix/.stack-work/dist/x86_64-linux/Cabal-1.22.2.0/build/autogen/cabal_macros.h -package=base -package=deepseq -package=vector /home/dale/stack/Matrix/Matrix.hs /home/dale/stack/Matrix/MatrixInternal.hs @(stack-0.1.1.0:Stack.Exec src/Stack/Exec.hs:44:5) | |
GHCi, version 7.10.1: http://www.haskell.org/ghc/ :? for help | |
[1 of 2] Compiling MatrixInternal ( /home/dale/stack/Matrix/MatrixInternal.hs, interpreted ) | |
[2 of 2] Compiling Matrix ( /home/dale/stack/Matrix/Matrix.hs, interpreted ) | |
/home/dale/stack/Matrix/Matrix.hs:114:1: | |
Parse error in pattern: (M (_) m v) | |
Failed, modules loaded: MatrixInternal. | |
𝛌> :q | |
[Matrix] $ cat ../stack.yaml | |
flags: {} | |
packages: | |
- dale-extra | |
- numerics | |
- Matrix | |
extra-deps: [] | |
resolver: nightly-2015-06-26 | |
[Matrix] $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment