brainfuck-tut 0.6.0.0 → 0.6.0.1
raw patch · 2 files changed
+9/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- brainfuck-tut.cabal +1/−4
- changelog.md +8/−0
brainfuck-tut.cabal view
@@ -1,8 +1,5 @@--- Initial brainfuck-tut.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/- name: brainfuck-tut-version: 0.6.0.0+version: 0.6.0.1 synopsis: A simple BF interpreter. license: BSD3 license-file: LICENSE
changelog.md view
@@ -1,3 +1,11 @@+0.6.0.1++* update the changelog++0.6.0.0++* fix: jump logic now respects nesting+ 0.5.1.3 * Add changelog