From 1340bd73f7134f393bc456a6360fd967b2832c01 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index bdfda09..d0f81cf 100755 --- a/Setup.hs +++ b/Setup.hs @@ -1,4 +1,3 @@ -#!/usr/bin/env runhaskell {-# LANGUAGE RecordWildCards, NamedFieldPuns #-} import Distribution.Simple import Distribution.Simple.Utils