Skip to content

Commit 96ef419

Browse files
authored
Merge branch 'master' into add-cabal-helper
2 parents 5b9c659 + 5637343 commit 96ef419

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

implicit-hie.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cabal-version: 2.4
2+
23
name: implicit-hie
34
version: 0.1.0.0
45
description: Auto generate a stack or cabal multi component hie.yaml file
@@ -11,6 +12,7 @@ maintainer: [email protected]
1112
copyright: 2020
1213
license: BSD-3-Clause
1314
license-file: LICENSE
15+
tested-with: GHC==8.8.3
1416
build-type: Simple
1517
extra-source-files:
1618
README.md

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-15.9
20+
resolver: lts-15.14
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)