mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
9 lines
86 B
Bash
Executable File
9 lines
86 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
|
|
cabal clean
|
|
cabal configure --enable-tests
|
|
cabal build
|
|
cabal test
|