Skip to content

Commit 9aa87b2

Browse files
committed
Allow text-2.0
1 parent a9beab0 commit 9aa87b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binary-instances.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: binary-instances
22
version: 1.0.2
3-
x-revision: 1
3+
x-revision: 2
44
synopsis: Orphan instances for binary
55
description:
66
`binary-instances` defines orphan instances for types in some popular packages.
@@ -45,7 +45,7 @@ library
4545
, hashable >=1.2.3.3 && <1.5
4646
, scientific >=0.3.3.8 && <0.4
4747
, tagged >=0.7.3 && <0.8.7
48-
, text >=1.2.0.6 && <1.3
48+
, text >=1.2.0.6 && <1.3 || >=2.0 && <2.1
4949
, text-binary >=0.2.1.1 && <0.3
5050
, time-compat >=1.9.4 && <1.10
5151
, unordered-containers >=0.2.5.1 && <0.3

0 commit comments

Comments
 (0)