91a23cd78fa44742284502586e55e4c7b601e501295e7aace5971d6885ec8a39
Created: 2019-10-12 06:53:48.403379 UTC
Size: 673
Preview (limited to 512 bytes)
"\\begin{code}\n{-# LANGUAGE CPP #-}\n{-# OPTIONS_GHC -Wall #-}\nmodule Main (main) where\n\n#ifndef MIN_VERSION_cabal_doctest\n#define MIN_VERSION_cabal_doctest(x,y,z) 0\n#endif\n\n#if MIN_VERSION_cabal_doctest(1,0,0)\n\nimport Distribution.Extra.Doctest ( defaultMainWithDoctests )\nmain :: IO ()\nmain = defaultMainWithDoctests \"doctests\"\n\n#else\n\n#ifdef MIN_VERSION_Cabal\n-- If the macro is defined, we have new cabal-install,\n-- but for some reason we don't have cabal-doctest in package-db\n--\n-- Probably we are running ca"
A service provided by FP Complete