Skip to content

Commit

Permalink
Bump release versions for Crux 0.8 series
Browse files Browse the repository at this point in the history
This bumps `crux-{llvm,mir}` to version `0.8`, and it also bumps the release
versions of other libraries that are destined for Hackage or have otherwise
seen significant API changes.

(cherry picked from commit e49efb2)
  • Loading branch information
RyanGlScott committed Feb 6, 2024
1 parent 193d639 commit ed10449
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crucible-llvm/crucible-llvm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crucible-llvm
Version: 0.5
Version: 0.6
Author: Galois Inc.
Copyright: (c) Galois, Inc 2014-2022
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Expand Down
2 changes: 1 addition & 1 deletion crucible-mir/crucible-mir.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crucible-mir
version: 0.1
version: 0.2
-- synopsis:
-- description:
homepage: https://github.com/GaloisInc/crucible/blob/master/crucible-mir/README.md
Expand Down
2 changes: 1 addition & 1 deletion crucible-syntax/crucible-syntax.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crucible-syntax
Version: 0.3
Version: 0.4
Author: Galois Inc.
Maintainer: dtc@galois.com
Build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion crucible/crucible.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crucible
Version: 0.6
Version: 0.7
Author: Galois Inc.
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Copyright: (c) Galois, Inc 2014-2022
Expand Down
2 changes: 1 addition & 1 deletion crux-llvm/crux-llvm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crux-llvm
Version: 0.7.0.99
Version: 0.8
Author: Galois Inc.
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Copyright: (c) Galois, Inc 2014-2022
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/crux-mir.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crux-mir
version: 0.7.0.99
version: 0.8
-- synopsis:
-- description:
homepage: https://github.com/GaloisInc/crucible/blob/master/crux-mir/README.md
Expand Down
2 changes: 1 addition & 1 deletion crux/crux.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crux
Version: 0.6.0.99
Version: 0.7
Copyright: (c) Galois, Inc. 2018-2022
Author: sweirich@galois.com
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Expand Down

0 comments on commit ed10449

Please sign in to comment.