Skip to content

Instantly share code, notes, and snippets.

@dyba
Created June 26, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyba/3719f3cb6c9bca392b86dabcdbe0f8f2 to your computer and use it in GitHub Desktop.
Save dyba/3719f3cb6c9bca392b86dabcdbe0f8f2 to your computer and use it in GitHub Desktop.
cis-194-spring-2017 Error when running tests
stack build && stack runghc test/Homework/Week01Spec.hs -v
Version 1.7.1, Git revision 681c800873816c022739ca7ed14755e85a579565 (5807 commits) x86_64 hpack-0.28.2
2018-06-26 08:59:58.695588: [debug] Checking for project config at: /Users/ddyba/Code/haskell-cis-194-spring-2017/stack.yaml
@(src/Stack/Config.hs:850:9)
2018-06-26 08:59:58.696816: [debug] Loading project config file stack.yaml
@(src/Stack/Config.hs:876:13)
2018-06-26 08:59:58.699047: [debug] Decoding build plan from: /Users/ddyba/.stack/build-plan/lts-5.3.yaml
@(src/Stack/Snapshot.hs:164:5)
2018-06-26 08:59:58.699139: [debug] Trying to decode /Users/ddyba/.stack/build-plan-cache/lts-5.3.cache
@(src/Stack/Snapshot.hs:156:32)
2018-06-26 08:59:58.700684: [debug] Success decoding /Users/ddyba/.stack/build-plan-cache/lts-5.3.cache
@(src/Stack/Snapshot.hs:156:32)
2018-06-26 08:59:58.701104: [debug] Potential GHC builds: standard
@(src/Stack/Setup.hs:632:9)
2018-06-26 08:59:58.701186: [debug] Found already installed GHC builds: standard
@(src/Stack/Setup.hs:458:13)
2018-06-26 08:59:58.702521: [debug] Getting global package database location
@(src/Stack/GhcPkg.hs:47:5)
2018-06-26 08:59:58.702791: [debug] Run process: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc-pkg --no-user-package-db list --global
@(src/Stack/GhcPkg.hs:76:10)
2018-06-26 08:59:58.706762: [debug] Getting Cabal package version
@(src/Stack/GhcPkg.hs:180:5)
2018-06-26 08:59:58.706844: [debug] Asking GHC for its version
@(src/Stack/Setup/Installed.hs:98:13)
2018-06-26 08:59:58.707007: [debug] Run process: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version
@(src/Stack/GhcPkg.hs:76:10)
2018-06-26 08:59:58.710636: [debug] Run process: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc --numeric-version
@(src/Stack/Setup/Installed.hs:99:19)
2018-06-26 08:59:58.777631: [debug] Process finished in 70ms: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc-pkg --no-user-package-db field --simple-output Cabal version
@(src/Stack/GhcPkg.hs:76:10)
2018-06-26 08:59:58.777807: [debug] Process finished in 75ms: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc-pkg --no-user-package-db list --global
@(src/Stack/GhcPkg.hs:76:10)
2018-06-26 08:59:58.817327: [debug] Process finished in 107ms: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/ghc --numeric-version
@(src/Stack/Setup/Installed.hs:99:19)
2018-06-26 08:59:58.817447: [debug] GHC version is: ghc-7.10.3
@(src/Stack/Setup/Installed.hs:102:13)
2018-06-26 08:59:58.817529: [debug] Resolving package entries
@(src/Stack/Setup.hs:256:5)
2018-06-26 08:59:58.818061: [debug] Trying to decode /Users/ddyba/.stack/loaded-snapshot-cache/x86_64-osx/ghc-7.10.3/lts-5.3.cache
@(src/Stack/Snapshot.hs:384:9)
2018-06-26 08:59:58.846235: [debug] Success decoding /Users/ddyba/.stack/loaded-snapshot-cache/x86_64-osx/ghc-7.10.3/lts-5.3.cache
@(src/Stack/Snapshot.hs:384:9)
2018-06-26 08:59:58.846778: [debug] Starting to execute command inside EnvConfig
@(src/Stack/Runners.hs:171:18)
2018-06-26 08:59:58.847008: [debug] Run process: /Users/ddyba/.stack/programs/x86_64-osx/ghc-7.10.3/bin/runghc test/Homework/Week01Spec.hs
@(src/RIO/Process.hs:479:5)
test/Homework/Week01Spec.hs:6:8:
Could not find module ‘Test.Hspec’
Use -v to see a list of the files searched for.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment