Skip to content

Commit f8f006c

Browse files
committed
Allow hashable-1.5
1 parent c09f828 commit f8f006c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

time-compat.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: time-compat
33
version: 1.9.7
4+
x-revision: 1
45
synopsis: Compatibility package for time
56
description:
67
This packages tries to compat as much of @time@ features as possible.
@@ -46,7 +47,7 @@ library
4647
base >=4.12 && <4.21
4748
, base-orphans >=0.9.2 && <0.10
4849
, deepseq >=1.4.4.0 && <1.6
49-
, hashable >=1.4.4.0 && <1.5
50+
, hashable >=1.4.4.0 && <1.6
5051
, 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
5152

5253
exposed-modules:
@@ -81,7 +82,7 @@ test-suite instances
8182
build-depends:
8283
base
8384
, deepseq
84-
, hashable >=1.4.0.0 && <1.5
85+
, hashable >=1.4.0.0 && <1.6
8586
, HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7
8687
, time-compat
8788

0 commit comments

Comments
 (0)