Index: haskell-pandoc-citeproc/tests/test-pandoc-citeproc.hs
===================================================================
--- haskell-pandoc-citeproc.orig/tests/test-pandoc-citeproc.hs	2015-08-15 14:41:00.948579842 +0200
+++ haskell-pandoc-citeproc/tests/test-pandoc-citeproc.hs	2015-08-15 14:41:00.948579842 +0200
@@ -69,7 +69,7 @@
 
   (ec, jsonOut, errout) <- pipeProcess
                      (Just [("LANG","en_US.UTF-8"),("HOME",".")])
-                     "dist/build/pandoc-citeproc/pandoc-citeproc"
+                     "dist-ghc/build/pandoc-citeproc/pandoc-citeproc"
                      [] jsonIn
   if ec == ExitSuccess
      then do
@@ -113,7 +113,7 @@
   let expected = BL.unlines yamllines
   (ec, result, errout) <- pipeProcess
                      (Just [("LANG","en_US.UTF-8"),("HOME",".")])
-                     "dist/build/pandoc-citeproc/pandoc-citeproc"
+                     "dist-ghc/build/pandoc-citeproc/pandoc-citeproc"
                      ["--bib2yaml", "-f", drop 1 $ takeExtension fp] bib
   if ec == ExitSuccess
      then do
