Summary: Ran `stack build`. Currently source and binaries are out of sync. Reviewed By: jknoxville Differential Revision: D20895907 fbshipit-source-id: df9a00633a7cb7515927390b49028376e757ccab
15 lines
217 B
YAML
15 lines
217 B
YAML
name: bump
|
|
version: 0.2.2
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- turtle
|
|
- system-filepath
|
|
- foldl
|
|
- text
|
|
|
|
executables:
|
|
bump:
|
|
source-dirs: .
|
|
main: bump.hs
|