brainfuck 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+6/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- brainfuck.cabal +6/−2
brainfuck.cabal view
@@ -1,5 +1,5 @@ name: brainfuck-version: 0.1.0.1+version: 0.1.0.2 license: GPL license-file: LICENSE author: Jason Dagit <dagit@codersbase.com>@@ -12,8 +12,12 @@ written in the pure, lazy, functional language Haskell. build-type: Simple-Cabal-Version: >= 1.2+cabal-version: >= 1.6 tested-with: GHC==7.10.1++source-repository head+ type: git+ location: https://github.com/abbradar/brainfuck executable bf main-is: Main.hs