Bump version number
Summary: Updated the source a while ago to also include the images plugin. Reviewed By: nikoant Differential Revision: D19691720 fbshipit-source-id: 70bf1929e4c571f02db2d8ef787f1130a480d05f
This commit is contained in:
committed by
Facebook Github Bot
parent
c51797d194
commit
64a4b750a2
@@ -41,3 +41,16 @@ To cross-compile for Linux (required for internal CI), run
|
|||||||
stack docker pull
|
stack docker pull
|
||||||
stack build --docker
|
stack build --docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This is a moving target, but if you don't end up with a static binary, add
|
||||||
|
`ghc-options: -optl-static -optl-pthread -fPIC` to your executables section.
|
||||||
|
|
||||||
|
The binary can get quite large. Enabling split objects in your global config
|
||||||
|
can be quite effective in reducing it:
|
||||||
|
|
||||||
|
`~/.stack/config.yaml`:
|
||||||
|
|
||||||
|
```
|
||||||
|
build:
|
||||||
|
split-objs: true
|
||||||
|
```
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: bump
|
name: bump
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
|
|||||||
Reference in New Issue
Block a user