mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
6 lines
173 B
Batchfile
6 lines
173 B
Batchfile
for %%d IN (names-th sql-words persistable-record relational-query relational-schemas HDBC-session relational-query-HDBC) do (
|
|
cd %%d
|
|
cabal install
|
|
cd ..
|
|
)
|