Skip to content

Commit

Permalink
Add script for quickly building a version of the haskell compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Jun 22, 2024
1 parent 04f5a26 commit 51980e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_dev_bin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e

cabal build -f dev
cp `cabal list-bin .` .

0 comments on commit 51980e2

Please sign in to comment.