Make Markdown example a code block
[cabal.git] / Cabal-tests / tests / custom-setup / CustomSetupTests.hs
blobef989a3b630ae99ab76c5903c5910a6bf6b41fcf
1 -- This test-suite verifies some custom-setup scripts compile ok
2 -- so we don't break them by accident, i.e. when breakage can be prevented.
3 module Main (main) where
4 import CabalDoctestSetup ()
5 import IdrisSetup ()
7 main :: IO ()
8 main = return ()