Skip to content
Snippets Groups Projects
Thomas Miedema's avatar
Thomas Miedema authored
Summary:
```
git grep -l '#!' | xargs sed -i 's|#!.*/bin/\([^ ]*\)$|#!/usr/bin/env \1|'
```
and some manual tweaking

Test Plan: harbormaster

Reviewers: austin

Subscribers: hvr, simonmar, ezyang, carter

Differential Revision: https://phabricator.haskell.org/D237

GHC Trac Issues: #9057
d5e48748
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
The Glasgow Haskell Compiler
============================

This is a binary distribution of GHC, a compiler and interactive
environment for the Haskell functional programming language.

For more information, visit GHC's web site:

  http://www.haskell.org/ghc/

Information for developers of GHC can be found here:

  http://ghc.haskell.org/trac/ghc/


For installation instructions, see the accompanying INSTALL file.