Files
flipper/scripts/bump/package.yaml
Pascal Hartig 704634768f Update bump binary for Linux
Summary: This is the one used on sandcastle, built statically.

Reviewed By: jknoxville

Differential Revision: D15374415

fbshipit-source-id: 7b200e8630ce0a3a336cc46df26df367ed712fa1
2019-05-17 02:36:18 -07:00

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