Skip to content

Commit

Permalink
cached-io.cabal: Make cabal check-clean, update time bound
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Mar 12, 2024
1 parent 1045267 commit a3c0195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cached-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainer: Bellroy Tech Team <[email protected]>
category: Development
build-type: Simple
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.2 || ==9.8.1
extra-source-files:
extra-doc-files:
CHANGELOG.md
README.md

Expand All @@ -30,7 +30,7 @@ library
build-depends:
, exceptions >=0.10.4 && <0.11
, stm >=2.5 && <2.6
, time >=1.9.3 && <1.13
, time >=1.9.3 && <1.15
, transformers >=0.5.6.2 && <0.7

hs-source-dirs: src/
Expand Down

0 comments on commit a3c0195

Please sign in to comment.