packages feed

hbf 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+14/−10 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,7 +1,9 @@ # Revision history for hbf -## 0.1.0.0 -- 2018-06-23+## 0.1.0.0 -- 2018-06-25 -* First version.-** Compiler working.-** VM working.+First version. Compiler working. VM working.++## 0.1.0.0 -- 2018-06-25++Minor changes to README and metadata
README.md view
@@ -1,4 +1,6 @@-# HBF [![Build Status](https://travis-ci.org/paraseba/hbf.svg?branch=master)](https://travis-ci.org/paraseba/hbf)+# HBF [![Build Status](https://travis-ci.org/paraseba/hbf.svg?branch=master)](https://travis-ci.org/paraseba/hbf) [![Hackage](https://img.shields.io/hackage/v/hbf.svg)](https://hackage.haskell.org/package/hbf)++  An unoptimized Brainfuck optimizing compiler and evaluator. 
hbf.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 52d387cac5e4409ba9bbc2b21b18ab93084d896c2ca023d84c601d76dc628a8f+-- hash: 2e87a5cd02b71c60a1afaedd80f0d5c77071e5f883c57143f3d73b46e3de20fa  name:                hbf-version:             0.1.0.0+version:             0.1.0.1 cabal-version:       >= 1.10 build-type:          Simple license:             GPL-3@@ -16,8 +16,8 @@ copyright:           Sebastian Galkin, 2018 synopsis:            An optimizing Brainfuck compiler and evaluator description:         hbf is a compiler and executor of Brainfuck programs. It provides two executables: @hbfc@ the Brainfuck compiler, and @hbf@ the virtual machine that executes compiled Brainfuck programs.-homepage:            https://gitlab.com/paraseba/hbf-bug-reports:         https://gitlab.com/paraseba/hbf/issues+homepage:            https://github.com/paraseba/hbf+bug-reports:         https://github.com/paraseba/hbf/issues category:            Language  extra-source-files:@@ -29,7 +29,7 @@  source-repository head   type: git-  location: git@gitlab.com:paraseba/hbf.git+  location: git@github.com:paraseba/hbf.git  flag dump   description: Dump stg and core files