Summary: Rebuild the binaries for Mac and Linux with `stack build` and `stack build --docker`. Reviewed By: mweststrate Differential Revision: D28260516 fbshipit-source-id: 4b886c179e761e6d63209381bd21050e74a62fc7
15 lines
217 B
YAML
15 lines
217 B
YAML
name: bump
|
|
version: 0.2.6
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- turtle
|
|
- system-filepath
|
|
- foldl
|
|
- text
|
|
|
|
executables:
|
|
bump:
|
|
source-dirs: .
|
|
main: bump.hs
|