brainheck 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- brainheck.cabal +1/−1
README.md view
@@ -6,10 +6,10 @@ ## Installation -With [stack](https://haskellstack.org/):+With [cabal](https://www.haskell.org/cabal/download.html): ```bash- $ stack install brainheck+ $ cabal install brainheck ``` ## Examples
brainheck.cabal view
@@ -1,5 +1,5 @@ name: brainheck-version: 0.1.0.5+version: 0.1.0.6 synopsis: Brainh*ck interpreter in haskell description: Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries homepage: https://github.com/vmchale/brainheck#readme