bricks 0.0.0.1 → 0.0.0.2
raw patch · 1 files changed
+4/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bricks.cabal +4/−1
bricks.cabal view
@@ -3,14 +3,17 @@ -- see: https://github.com/sol/hpack name: bricks-version: 0.0.0.1+version: 0.0.0.2 synopsis: Bricks is a lazy functional language based on Nix. description: Bricks is a lazy functional language based on Nix. This package provides parsing, rendering, and evaluation (forthcoming) for the Bricks language.+category: Language homepage: https://github.com/chris-martin/bricks#readme bug-reports: https://github.com/chris-martin/bricks/issues+author: Chris Martin <ch.martin@gmail.com>+maintainer: Chris Martin <ch.martin@gmail.com> license: Apache-2.0 license-file: license.txt build-type: Simple