Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit a06af66

Browse files
committed
Lower cabal constraint for testdata
1 parent ff8b040 commit a06af66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/testdata/cabal-helper/mono-repo/A/A.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: >=2.0
1+
cabal-version: >=1.10
22
name: A
33
version: 0.1.0.0
44
build-type: Simple

test/testdata/cabal-helper/mono-repo/B/B.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: >=2.0
1+
cabal-version: >=1.10
22
name: B
33
version: 0.1.0.0
44
build-type: Simple

test/testdata/cabal-helper/mono-repo/C/C.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: >=2.0
1+
cabal-version: >=1.10
22
name: C
33
version: 0.1.0.0
44
build-type: Simple

0 commit comments

Comments
 (0)