mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 11:24:21 +03:00
27 lines
420 B
YAML
27 lines
420 B
YAML
|
name: urbit-termsize
|
||
|
version: 0.1.0
|
||
|
license: MIT
|
||
|
license-file: LICENSE
|
||
|
|
||
|
dependencies:
|
||
|
- base
|
||
|
- terminal-size
|
||
|
- unix
|
||
|
|
||
|
ghc-options:
|
||
|
- -fwarn-incomplete-patterns
|
||
|
- -fwarn-unused-binds
|
||
|
- -fwarn-unused-imports
|
||
|
- -O2
|
||
|
|
||
|
library:
|
||
|
source-dirs: lib
|
||
|
|
||
|
executables:
|
||
|
live-termsize:
|
||
|
main: Main.hs
|
||
|
source-dirs: app
|
||
|
dependencies:
|
||
|
- urbit-termsize
|
||
|
ghc-options: "-threaded -rtsopts -with-rtsopts=-N"
|