Remove runhaskell shebang from Setup.hs

..just causes problems on OSX, see https://github.com/haskell/haskell-ide-engine/issues/333.
This commit is contained in:
Daniel Gröber 2017-10-16 15:32:03 +02:00
parent 0d13786a4c
commit 1340bd73f7
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env runhaskell
{-# LANGUAGE RecordWildCards, NamedFieldPuns #-}
import Distribution.Simple
import Distribution.Simple.Utils