git-brunch 1.0.1.0 → 1.0.2.0
raw patch · 2 files changed
+16/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +13/−1
- git-brunch.cabal +3/−5
README.md view
@@ -4,7 +4,19 @@  -## Install from source+## Installation++### Binary++Download from [releases](https://github.com/andys8/git-brunch/releases) and add to `PATH`.++### Stack++```sh+stack install --resolver=lts-14 git-brunch+```++### From source ```sh git clone https://github.com/andys8/git-brunch.git
git-brunch.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 8d590ce05a4535ab4dce1901432a151e79d4fa732a37c95080f3cbe755524823+-- hash: d70efa64b6a528e6d0a5907b591f7fa5b06d5bcb4e5bfcf949728db4d69a87e8 name: git-brunch-version: 1.0.1.0+version: 1.0.2.0 description: Please see the README on GitHub at <https://github.com/andys8/git-brunch#readme> homepage: https://github.com/andys8/git-brunch#readme bug-reports: https://github.com/andys8/git-brunch/issues@@ -48,9 +48,7 @@ Paths_git_brunch hs-source-dirs: app- ghc-options: -threaded -static -rtsopts -with-rtsopts=-N- cc-options: -static- ld-options: -static -pthread+ ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , brick