Skip to content

Commit b1746de

Browse files
committed
Allow vector-0.13
1 parent fc55fe4 commit b1746de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree-diff.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: tree-diff
33
version: 0.2.1.1
4-
x-revision: 1
4+
x-revision: 2
55
synopsis: Diffing of (expression) trees.
66
category: Data, Testing
77
description:
@@ -111,7 +111,7 @@ library
111111
, these ^>=1.1.1.1
112112
, unordered-containers ^>=0.2.8.0
113113
, uuid-types ^>=1.0.3
114-
, vector ^>=0.12
114+
, vector ^>=0.12 || ^>=0.13
115115

116116
if impl(ghc <7.5)
117117
build-depends: ghc-prim

0 commit comments

Comments
 (0)