Summary: Update pre-compiled binaries in the repo by running `stack build` on Linux and MacOS. Reviewed By: nikoant Differential Revision: D21301515 fbshipit-source-id: f3b648c03a4ec7c680c88574caa3f4abbe5e0fe0
15 lines
217 B
YAML
15 lines
217 B
YAML
name: bump
|
|
version: 0.2.3
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- turtle
|
|
- system-filepath
|
|
- foldl
|
|
- text
|
|
|
|
executables:
|
|
bump:
|
|
source-dirs: .
|
|
main: bump.hs
|