Code Monkey home page Code Monkey logo

Comments (2)

RyanGlScott avatar RyanGlScott commented on July 30, 2024

It looks like the type of rewriteFile changed in Cabal HEAD: haskell/cabal@0aa73b7#diff-fe949fe985d4f115d0eee5b8268ef014R1385

Perhaps this patch would do the trick? (Disclaimer: I haven't tried compiling this.)

diff --git a/src/Distribution/Extra/Doctest.hs b/src/Distribution/Extra/Doctest.hs
index b87b811..239eb70 100644
--- a/src/Distribution/Extra/Doctest.hs
+++ b/src/Distribution/Extra/Doctest.hs
@@ -224,7 +224,12 @@ generateBuildModule testSuiteName flags pkg lbi = do
       createDirectoryIfMissingVerbose verbosity True testAutogenDir
 
       -- write autogen'd file
-      rewriteFile (testAutogenDir </> "Build_doctests.hs") $ unlines
+#if MIN_VERSION_Cabal(2,1,0)
+      rewriteFile verbosity
+#else
+      rewriteFile
+#endif
+                  (testAutogenDir </> "Build_doctests.hs") $ unlines
         [ "module Build_doctests where"
         , ""
         , "import Prelude"

from cabal-doctest.

RyanGlScott avatar RyanGlScott commented on July 30, 2024

Actually, this change to rewriteFile's type signature was reverted in haskell/cabal@5797013, so as of GHC 8.4.1-alpha2 (which comes shipped with Cabal-2.1.0.0), cabal-doctest-1.0.4 builds without any changes! In light of this, I'll close this issue.

from cabal-doctest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.