Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crucible-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.9 -- 2026-01-29

* The `LLVM_Debug` data constructor for `LLVMStmt`, as well as the related
`LLVM_Dbg` data type, have been removed.
Expand Down
4 changes: 2 additions & 2 deletions 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.8.0.0.99
Version: 0.9
Author: Galois Inc.
Copyright: (c) Galois, Inc 2014-2022
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Expand Down Expand Up @@ -134,7 +134,7 @@ library
extra,
lens,
itanium-abi >= 0.1.1.1 && < 0.2,
llvm-pretty >= 0.12.1 && < 0.14,
llvm-pretty >= 0.12.1 && < 0.15,
mtl,
parameterized-utils >= 2.1.5 && < 2.2,
pretty,
Expand Down
2 changes: 1 addition & 1 deletion crucible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.9 -- 2026-01-29

# 0.8.0 -- 2025-11-09

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.8.0.0.99
Version: 0.9
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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.12 -- 2026-01-29

# 0.11 -- 2025-11-09

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.11.0.0.99
Version: 0.12
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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.12 -- 2026-01-29

This release supports [version
8](https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#8) of
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/crux-mir.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: crux-mir
version: 0.11.0.0.99
version: 0.12
-- synopsis:
-- description:
homepage: https://github.com/GaloisInc/crucible/blob/master/crux-mir/README.md
Expand Down
2 changes: 1 addition & 1 deletion crux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# 0.9 -- 2026-01-29

# 0.8 -- 2025-11-09

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.8.0.0.99
Version: 0.9
Copyright: (c) Galois, Inc. 2018-2022
Author: sweirich@galois.com
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
Expand Down
2 changes: 1 addition & 1 deletion dependencies/llvm-pretty
2 changes: 1 addition & 1 deletion dependencies/rme
2 changes: 1 addition & 1 deletion dependencies/what4
Loading