Summary: This is the one used on sandcastle, built statically. Reviewed By: jknoxville Differential Revision: D15374415 fbshipit-source-id: 7b200e8630ce0a3a336cc46df26df367ed712fa1
17 lines
297 B
YAML
17 lines
297 B
YAML
name: bump
|
|
version: 0.1.0.1
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- turtle
|
|
- system-filepath
|
|
- foldl
|
|
- text
|
|
|
|
executables:
|
|
bump:
|
|
source-dirs: .
|
|
main: bump.hs
|
|
ghc-options: -O2 -optl-s
|
|
ld-options: -static -fuse-ld=gold
|