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

Commit 9220fda

Browse files
committed
Bump bounds for implicit-exe test data
Needed for #1482
1 parent cf025df commit 9220fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata/cabal-helper/implicit-exe/implicit-exe.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ build-type: Simple
77
library
88
exposed-modules: Lib
99
hs-source-dirs: src
10-
build-depends: base >=4.8 && <4.13
10+
build-depends: base >=4.8 && <4.14
1111
default-language: Haskell2010
1212

1313

1414
executable implicit-exe
1515
main-is: src/Exe.hs
16-
build-depends: base >=4.8 && <4.13, implicit-exe
16+
build-depends: base >=4.8 && <4.14, implicit-exe
1717
default-language: Haskell2010

0 commit comments

Comments
 (0)