After cloning graql-haskell, I can run "stack ghci". I cannot run "stack test", though; when I try, I get the following error:
jeff@jbb-thinkpad:~/prog_langs/hask/graql/graql-haskell$ stack test
graql-0.1.0.0: build (lib + test)
Preprocessing library graql-0.1.0.0...
Preprocessing test suite 'test' for graql-0.1.0.0...
setup-Simple-Cabal-1.24.0.0-ghc-8.0.1: can't find source for Main in
.stack-work/dist/x86_64-linux/Cabal-1.24.0.0/build/test/test-tmp, test
-- While building package graql-0.1.0.0 using:
/home/jeff/.stack/setup-exe-cache/x86_64-linux/setup-Simple-Cabal-1.24.0.0-ghc-8.0.1 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.0.0 build lib:graql test:test --ghc-options " -ddump-hi -ddump-to-file"
Process exited with code: ExitFailure 1
Progress: 1/2
jeff@jbb-thinkpad:~/prog_langs/hask/graql/graql-haskell$