Skip to content

Commit

Permalink
Update package bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Dec 12, 2023
1 parent b9588fe commit 47e7324
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions timeline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ author: Bellroy Tech Team <haskell@bellroy.com>
maintainer: Bellroy Tech Team <haskell@bellroy.com>
category: Development
build-type: Simple
tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4
tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4 || ==9.6.2
extra-source-files:
CHANGELOG.md
README.md
Expand All @@ -28,12 +28,11 @@ source-repository head
common deps
build-depends:
, base >=4.14.3 && <4.19
, containers >=0.6.5 && <0.7
, containers >=0.6.5 && <0.7.1
, hedgehog >=1.1 && <1.5
, indexed-traversable >=0.1.2 && <0.2
, text ^>=1.2.4.1 || ^>=2.0
, text ^>=1.2.4.1 || >=2.0 && <2.1.1
, time >=1.9.3 && <1.13

library
import: deps
hs-source-dirs: src/
Expand All @@ -59,7 +58,7 @@ test-suite tests
build-depends:
, bytestring >=0.10 && <0.13
, hashable ^>=1.4.2.0
, tasty ^>=1.4.3
, tasty >=1.4.3 && <1.6
, tasty-golden ^>=2.3.5
, tasty-hedgehog >=1.2.0.0
, tasty-hunit ^>=0.10.0.3
Expand Down

0 comments on commit 47e7324

Please sign in to comment.