Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coot/release #139

Merged
merged 2 commits into from
Feb 2, 2024
Merged
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
4 changes: 2 additions & 2 deletions io-classes-mtl/io-classes-mtl.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: io-classes-mtl
version: 0.1.0.2
version: 0.1.0.3
synopsis: Experimental MTL instances for io-classes
description:
MTL instances for
Expand Down Expand Up @@ -44,7 +44,7 @@ library
array,
mtl,

io-classes >= 1.0 && < 1.4,
io-classes >=1.0 && <1.5,
si-timers,


Expand Down
2 changes: 1 addition & 1 deletion io-classes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revsion history of io-classes

## next release
## 1.4.0.0

### Breaking changes

Expand Down
10 changes: 7 additions & 3 deletions io-classes/io-classes.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
cabal-version: 3.0
name: io-classes
version: 1.3.1.0
version: 1.4.0.0
synopsis: Type classes for concurrency with STM, ST and timing
description:
IO Monad class hierarchy compatible with
[io-sim](https://hackage.haskell.org/package/io-sim), 'base', 'async',
'stm', 'exceptions' & 'time' packages.
[io-sim](https://hackage.haskell.org/package/io-sim),
[base](https://hackage.haskell.org/package/base),
[async](https://hackage.haskell.org/package/async),
[stm](https://hackage.haskell.org/package/stm),
[exceptions](https://hackage.haskell.org/package/exceptions) &
[time](https://hackage.haskell.org/package/time) packages.
license: Apache-2.0
license-files: LICENSE NOTICE
copyright: 2019-2024 Input Output Global Inc (IOG)
Expand Down
2 changes: 1 addition & 1 deletion io-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revsion history of io-sim

## next release
## 1.4.0.0

### Breaking changes

Expand Down
12 changes: 6 additions & 6 deletions io-sim/io-sim.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 3.0
name: io-sim
version: 1.3.1.0
version: 1.4.0.0
synopsis: A pure simulator for monadic concurrency with STM.
description:
A pure simulator monad with support of concurency (base, async), stm,
A pure simulator monad with support of concurency (base & async style), stm,
synchronous and asynchronous exceptions, timeouts & delays, dynamic traces,
and more.
partial order reduction and more.
license: Apache-2.0
license-files: LICENSE NOTICE
copyright: 2022-2024 Input Output Global Inc (IOG)
Expand Down Expand Up @@ -76,14 +76,14 @@ library
ScopedTypeVariables,
TypeFamilies
build-depends: base >=4.9 && <4.20,
io-classes ^>=1.3.1,
io-classes >=1.3 && <1.5,
exceptions >=0.10,
containers,
deepseq,
nothunks,
psqueues >=0.2 && <0.3,
strict-stm ^>=1.3,
si-timers ^>=1.3,
strict-stm ^>=1.4,
si-timers ^>=1.4,
time >=1.9.1 && <1.13,
quiet,
QuickCheck,
Expand Down
4 changes: 1 addition & 3 deletions si-timers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

## next release

### Breaking changes
## 1.4.0.0

### Non-breaking changes

Expand Down
4 changes: 2 additions & 2 deletions si-timers/si-timers.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: si-timers
version: 1.3.0.0
version: 1.4.0.0
synopsis: timers using SI units (seconds)
description:
Timers using SI units (seconds) which are safe on 32-bit platforms and
Expand Down Expand Up @@ -60,7 +60,7 @@ library
stm,
time >=1.9.1 && <1.13,

io-classes ^>=1.3
io-classes ^>=1.4
if flag(asserts)
ghc-options: -fno-ignore-asserts

Expand Down
6 changes: 2 additions & 4 deletions strict-mvar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Revsion history of strict-mvar

## next release
## 1.4.0.0

### Breaking changes

### Non-breaking changes
* `io-sim-1.4.0.0`.

## 1.3.0.0

Expand Down
4 changes: 2 additions & 2 deletions strict-mvar/strict-mvar.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: strict-mvar
version: 1.3.0.0
version: 1.4.0.0
synopsis: Strict MVars for IO and IOSim
description:
Strict @MVar@ interface compatible with
Expand Down Expand Up @@ -29,7 +29,7 @@ library
default-language: Haskell2010
default-extensions: ImportQualifiedPost
build-depends: base >= 4.9 && <4.20,
io-classes ^>= 1.3,
io-classes ^>= 1.4
ghc-options: -Wall
-Wno-unticked-promoted-constructors
-Wcompat
Expand Down
8 changes: 3 additions & 5 deletions strict-stm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Changelog

## next release
## 1.4.0.0

### Breaking changes

### Non-breaking changes
* `io-sim-1.4.0.0`.

## 1.3.0.0

- `io-sim-1.3.0.0`.
* `io-sim-1.3.0.0`.
* Support `ghc-9.8`.

## 1.2.0.0
Expand Down
8 changes: 4 additions & 4 deletions strict-stm/strict-stm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: strict-stm
version: 1.3.0.0
version: 1.4.0.0
synopsis: Strict STM interface polymorphic over stm implementation.
description:
Strict STM interface provided on top of
Expand Down Expand Up @@ -41,11 +41,11 @@ library
reexported-modules: Control.Concurrent.Class.MonadSTM.TSem as Control.Concurrent.Class.MonadSTM.Strict.TSem
default-language: Haskell2010
default-extensions: ImportQualifiedPost
build-depends: base >= 4.9 && <4.20,
build-depends: base >=4.9 && <4.20,
array,
stm >= 2.5 && <2.6,
stm >=2.5 && <2.6,

io-classes ^>= 1.3
io-classes ^>=1.4
ghc-options: -Wall
-Wno-unticked-promoted-constructors
-Wcompat
Expand Down
Loading