Skip to content

Commit

Permalink
Merge pull request #42 from haskellari/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej authored Jul 4, 2024
2 parents c09f828 + f8f006c commit 177f471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions time-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.12
name: time-compat
version: 1.9.7
x-revision: 1
synopsis: Compatibility package for time
description:
This packages tries to compat as much of @time@ features as possible.
Expand Down Expand Up @@ -46,7 +47,7 @@ library
base >=4.12 && <4.21
, base-orphans >=0.9.2 && <0.10
, deepseq >=1.4.4.0 && <1.6
, hashable >=1.4.4.0 && <1.5
, hashable >=1.4.4.0 && <1.6
, time >=1.8.0.2 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2 || >=1.12 && <1.13

exposed-modules:
Expand Down Expand Up @@ -81,7 +82,7 @@ test-suite instances
build-depends:
base
, deepseq
, hashable >=1.4.0.0 && <1.5
, hashable >=1.4.0.0 && <1.6
, HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7
, time-compat

Expand Down

0 comments on commit 177f471

Please sign in to comment.