Skip to content

Commit

Permalink
Merge pull request #1112 from haskell/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej committed Aug 2, 2024
2 parents 0834ba7 + 778de5c commit c93d60d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aeson.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.2
name: aeson
version: 2.2.3.0
x-revision: 1
license: BSD-3-Clause
license-file: LICENSE
category: Text, Web, JSON
Expand Down Expand Up @@ -115,14 +116,14 @@ library
, character-ps ^>=0.1
, data-fix ^>=0.3.2
, dlist ^>=1.0
, hashable ^>=1.4.6.0
, hashable ^>=1.4.6.0 || ^>=1.5.0.0
, indexed-traversable ^>=0.1.2
, integer-conversion ^>=0.1
, integer-logarithms ^>=1.0.3.1
, network-uri ^>=2.6.4.1
, OneTuple ^>=0.4.1.1
, primitive ^>=0.8.0.0 || ^>=0.9.0.0
, QuickCheck ^>=2.14.3 || ^>=2.15
, QuickCheck ^>=2.14.3 || ^>=2.15
, scientific ^>=0.3.7.0
, semialign ^>=1.3
, strict ^>=0.5
Expand All @@ -134,7 +135,7 @@ library
, unordered-containers ^>=0.2.10.0
, uuid-types ^>=1.0.5
, vector ^>=0.13.0.0
, witherable ^>=0.4.2 || ^>=0.5
, witherable ^>=0.4.2 || ^>=0.5

ghc-options: -Wall

Expand Down

0 comments on commit c93d60d

Please sign in to comment.