Skip to content

Commit

Permalink
[mp,real] v 0.2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkonecny committed Aug 25, 2022
1 parent e2d701e commit 7551896
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions aern2-mp/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log for aern2-mp

* v 0.2.11 2022-08-25
* left-first Kleenean and/or
* v 0.2.10 2022-08-20
* add HasLimitsSameType, CanSelectBool, CanSelectCNBool
* v 0.2.9 2022-07-13
Expand Down
4 changes: 2 additions & 2 deletions aern2-mp/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aern2-mp
version: 0.2.10.0
version: 0.2.11.0
github: "michalkonecny/aern2"
license: BSD3
author: "Michal Konecny"
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies:
- reflection
- template-haskell
- collect-errors >= 0.1.5
- mixed-types-num >= 0.5.10
- mixed-types-num >= 0.5.11
- cdar-mBound >= 0.1.0.0

default-extensions:
Expand Down
2 changes: 2 additions & 0 deletions aern2-real/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log for aern2-real

* v 0.2.11 2022-08-25
* left-first and/or for CKleeneans
* v 0.2.10 2022-08-20
* add to RealNumber: HasLimitsSameType, CanSelectCNBool, same compare types
* SelectType CKleenean = CN Bool
Expand Down
6 changes: 3 additions & 3 deletions aern2-real/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aern2-real
version: 0.2.10.0
version: 0.2.11.0
github: "michalkonecny/aern2"
license: BSD3
author: "Michal Konecny"
Expand All @@ -24,9 +24,9 @@ dependencies:
- hspec
- QuickCheck
- collect-errors >= 0.1.5
- mixed-types-num >= 0.5.10
- mixed-types-num >= 0.5.11
- integer-logarithms
- aern2-mp >= 0.2.10.0
- aern2-mp >= 0.2.11.0

default-extensions:
- RebindableSyntax,
Expand Down

0 comments on commit 7551896

Please sign in to comment.