File: fix-doctest.diff

package info (click to toggle)
haskell-http-types 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 1
  • sloc: haskell: 1,043; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/test/doctests.hs
+++ b/test/doctests.hs
@@ -4,9 +4,9 @@
 
 main :: IO ()
 main = doctest [
-    "-idist/build/autogen/"
+    "-idist-ghc/build/autogen/"
   , "-optP-include"
-  , "-optPdist/build/autogen/cabal_macros.h"
+  , "-optPdist-ghc/build/autogen/cabal_macros.h"
   , "-XOverloadedStrings"
   , "Network/HTTP/Types.hs"
   ]