Skip to content

Commit 250522f

Browse files
committed
Downgrade to cabal-version: 3.0
That's the latest version supported by hackage.
1 parent 102b5a4 commit 250522f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

io-classes/io-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.0
22
name: io-classes
33
version: 1.0.0.0
44
synopsis: Type classes for concurrency with STM, ST and timing

io-sim/io-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.0
22
name: io-sim
33
version: 1.0.0.0
44
synopsis: A pure simulator for monadic concurrency with STM

si-timers/si-timers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.0
22
name: si-timers
33
version: 1.0.0.0
44
synopsis: Timers using SI units (seconds) which are safe on 32-bit

0 commit comments

Comments
 (0)