Cabal-1.20.0.2: tests/PackageTests/Haddock/NoCPP.hs
module NoCPP (Haystack) where -- | For hiding needles. data Haystack = Haystack -- | Causes a build failure if the CPP language extension is enabled. stringGap = "Foo\ \Bar"
module NoCPP (Haystack) where -- | For hiding needles. data Haystack = Haystack -- | Causes a build failure if the CPP language extension is enabled. stringGap = "Foo\ \Bar"