Skip to content

Commit 51980e2

Browse files
committed
Add script for quickly building a version of the haskell compiler.
1 parent 04f5a26 commit 51980e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build_dev_bin.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
cabal build -f dev
5+
cp `cabal list-bin .` .

0 commit comments

Comments
 (0)