From df0eed3da631e0f21b0b48da1cdaec85afbdf1f1 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 13 Jun 2017 23:35:27 +0200 Subject: haskell: re-add updated haskell example Code-from: John Galt --- contrib/external-tests/haskell/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/external-tests/haskell/Setup.hs (limited to 'contrib/external-tests/haskell/Setup.hs') diff --git a/contrib/external-tests/haskell/Setup.hs b/contrib/external-tests/haskell/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/contrib/external-tests/haskell/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3-59-g8ed1b