about summary refs log tree commit diff
path: root/nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs')
-rw-r--r--nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs b/nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs
new file mode 100644
index 000000000000..010014082c7d
--- /dev/null
+++ b/nixpkgs/pkgs/test/haskell/setBuildTarget/Bar.hs
@@ -0,0 +1,4 @@
+module Main where
+
+main :: IO ()
+main = putStrLn "Hello, Bar!"