File: fix-doctests

package info (click to toggle)
haskell-haskell-gi 0.21.4-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 724 kB
  • sloc: haskell: 8,498; ansic: 74; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/DocTests.hs
+++ b/DocTests.hs
@@ -7,8 +7,8 @@
   doctest $ [ "-XCPP", "-XOverloadedStrings", "-XRankNTypes", "-XLambdaCase"
             , "-ilib"
             -- For the autogenerated Data.GI.CodeGen.GType (hsc)
-            , "-idist/build"
-            , "dist/build/lib/c/enumStorage.o"
+            , "-idist-ghc/build"
+            , "dist-ghc/build/lib/c/enumStorage.o"
             ] ++ gobjectIntrospectionLibs ++
             -- The actual modules to test
             [ "Data.GI.CodeGen.GtkDoc"