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