copilot 0.21 → 0.22
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- copilot.cabal +2/−2
copilot.cabal view
@@ -1,10 +1,10 @@ name: copilot-version: 0.21+version: 0.22 cabal-version: >= 1.2 license: BSD3 license-file: LICENSE author: Lee Pike <leepike@gmail.com>, Robin Morisset, Alwyn Goodloe, Sebastian Niller-synopsis: A lazy-list language for generating constant-time and constant-space C programs. Uses Atom as a backend.+synopsis: A stream DSL for writing embedded C. build-type: Simple maintainer: Lee Pike <leepike@gmail.com> category: Language