File: fix-dist-path

package info (click to toggle)
haskell-ed25519 0.0.5.0-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 612 kB
  • sloc: ansic: 3,905; haskell: 303; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: haskell-ed25519/tests/doctests.hs
===================================================================
--- haskell-ed25519.orig/tests/doctests.hs	2015-10-12 01:24:33.000000000 +0200
+++ haskell-ed25519/tests/doctests.hs	2015-12-20 23:49:38.840553383 +0100
@@ -14,7 +14,7 @@
 
 allSources :: IO [FilePath]
 allSources = liftM2 (++) (getFiles ".hs" "src")
-                         (getFiles ".o" "dist/build/src/cbits")
+                         (getFiles ".o" "dist-ghc/build/src/cbits")
 
 getFiles :: String -> FilePath -> IO [FilePath]
 getFiles ext root = filter (isSuffixOf ext) <$> go root