Skip to content

Commit

Permalink
Conjure v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Feb 16, 2024
1 parent b11f4dc commit 0e82125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog for (Code) Conjure
============================


upcoming
--------
v0.5.14 (February 2024)
-----------------------

* improve commutative pruning, slightly faster Conjure
* add `carryOn`, `rewriting`, `requireDescent`, `adHocRedundancy` switches
Expand Down
4 changes: 2 additions & 2 deletions code-conjure.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Copyright (C) 2021-2024 Rudy Matela
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
name: code-conjure
version: 0.5.13
version: 0.5.14
synopsis: synthesize Haskell functions out of partial definitions
description:
Conjure is a tool that synthesizes Haskell functions out of partial definitions.
Expand Down Expand Up @@ -67,7 +67,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/rudymatela/conjure
tag: v0.5.13
tag: v0.5.14

library
exposed-modules: Conjure
Expand Down

0 comments on commit 0e82125

Please sign in to comment.