From 91a2788328b15165c2fd0396a10944caff3caaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 16 Oct 2017 15:32:03 +0200 Subject: [PATCH] Remove runhaskell shebang from Setup.hs ..just causes problems on OSX, see https://github.com/haskell/haskell-ide-engine/issues/333. --- Setup.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Setup.hs b/Setup.hs index f671ab2..d6788ae 100755 --- a/Setup.hs +++ b/Setup.hs @@ -1,5 +1,3 @@ -#!/usr/bin/env runhaskell - {-# LANGUAGE CPP #-} #ifndef MIN_VERSION_cabal_doctest