mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-29 08:49:40 +03:00
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
|
#!/bin/sh
|
||
|
ghc-core --no-asm --no-cast -- \
|
||
|
-hide-package vty-5.0.0 -i../src -XScopedTypeVariables ../dist/build/cbits/*.o \
|
||
|
benchmark
|