We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b9c659 + 5637343 commit 96ef419Copy full SHA for 96ef419
implicit-hie.cabal
@@ -1,4 +1,5 @@
1
cabal-version: 2.4
2
+
3
name: implicit-hie
4
version: 0.1.0.0
5
description: Auto generate a stack or cabal multi component hie.yaml file
@@ -11,6 +12,7 @@ maintainer: [email protected]
11
12
copyright: 2020
13
license: BSD-3-Clause
14
license-file: LICENSE
15
+tested-with: GHC==8.8.3
16
build-type: Simple
17
extra-source-files:
18
README.md
stack.yaml
@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
19
# resolver: https://example.com/snapshots/2018-01-01.yaml
20
-resolver: lts-15.9
+resolver: lts-15.14
21
22
# User packages to be built.
23
# Various formats can be used as shown in the example below.
0 commit comments