Skip to content

Commit c93d60d

Browse files
authored
Merge pull request #1112 from haskell/hashable-1.5
Allow hashable-1.5
2 parents 0834ba7 + 778de5c commit c93d60d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

aeson.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: aeson
33
version: 2.2.3.0
4+
x-revision: 1
45
license: BSD-3-Clause
56
license-file: LICENSE
67
category: Text, Web, JSON
@@ -115,14 +116,14 @@ library
115116
, character-ps ^>=0.1
116117
, data-fix ^>=0.3.2
117118
, dlist ^>=1.0
118-
, hashable ^>=1.4.6.0
119+
, hashable ^>=1.4.6.0 || ^>=1.5.0.0
119120
, indexed-traversable ^>=0.1.2
120121
, integer-conversion ^>=0.1
121122
, integer-logarithms ^>=1.0.3.1
122123
, network-uri ^>=2.6.4.1
123124
, OneTuple ^>=0.4.1.1
124125
, primitive ^>=0.8.0.0 || ^>=0.9.0.0
125-
, QuickCheck ^>=2.14.3 || ^>=2.15
126+
, QuickCheck ^>=2.14.3 || ^>=2.15
126127
, scientific ^>=0.3.7.0
127128
, semialign ^>=1.3
128129
, strict ^>=0.5
@@ -134,7 +135,7 @@ library
134135
, unordered-containers ^>=0.2.10.0
135136
, uuid-types ^>=1.0.5
136137
, vector ^>=0.13.0.0
137-
, witherable ^>=0.4.2 || ^>=0.5
138+
, witherable ^>=0.4.2 || ^>=0.5
138139

139140
ghc-options: -Wall
140141

0 commit comments

Comments
 (0)