mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
bab2eaea62
* 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.
5 lines
67 B
Haskell
5 lines
67 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|