Skip to content

Commit 0df93fe

Browse files
andreabedinicoot
authored andcommitted
Align versions
This aligns bounds on io-sim, io-classes and strict-stm in lock step.
1 parent 79fe9b3 commit 0df93fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

io-sim/io-sim.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ library
5050
ScopedTypeVariables,
5151
TypeFamilies
5252
build-depends: base >=4.9 && <4.18,
53-
io-classes >=0.2 && <0.3,
53+
io-classes ^>=0.3,
5454
exceptions >=0.10,
5555
containers,
5656
deque,
@@ -90,7 +90,7 @@ test-suite test
9090
io-sim,
9191
parallel,
9292
QuickCheck,
93-
strict-stm,
93+
strict-stm ^>= 0.2,
9494
tasty,
9595
tasty-quickcheck,
9696
tasty-hunit,

strict-stm/strict-stm.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 2.0
12
name: strict-stm
23
version: 0.2.0.0
34
synopsis: Strict STM interface polymorphic over stm implementation.
@@ -13,7 +14,6 @@ author: Alexander Vieth, Marcin Szamotulski, Duncan Coutts
1314
maintainer:
1415
category: Control
1516
build-type: Simple
16-
cabal-version: >=1.10
1717
tested-with: GHC == 8.10.7, GHC == 9.2.4
1818

1919
source-repository head
@@ -43,10 +43,10 @@ library
4343
Control.Concurrent.Class.MonadSTM.Strict.TVar
4444
reexported-modules: Control.Concurrent.Class.MonadSTM.TSem as Control.Concurrent.Class.MonadSTM.Strict.TSem
4545
default-language: Haskell2010
46-
build-depends: base >=4.9 && <4.18,
46+
build-depends: base >= 4.9 && <4.18,
4747
array,
48-
stm >=2.5 && <2.6,
49-
io-classes
48+
stm >= 2.5 && <2.6,
49+
io-classes ^>= 0.3
5050
ghc-options: -Wall
5151
-Wno-unticked-promoted-constructors
5252
-Wcompat

0 commit comments

Comments
 (0)