haskell.nix/test/cabal-simple-debug/Main.hs
Hamish Mackenzie bab2eaea62
Enable debug info on linux targets (#1050)
* Add `.debug` to build any component with DWARF dugug info on linux
  (ghc >=8.10.2).
* Pass `enableDWARF` to `shellFor` for to get a shell where all the
  components are the `.debug` ones.
2021-02-22 18:27:36 +13:00

5 lines
67 B
Haskell

module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"