We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f5a26 commit 51980e2Copy full SHA for 51980e2
build_dev_bin.sh
@@ -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