Skip to content

Commit 44cbce7

Browse files
authored
Merge pull request #3905 from commercialhaskell/switch-to-old-extra-dep-style-3903
Switch stack.yaml to old way of specifying extra-dep tarball #3903
2 parents c50efdf + 9c111ef commit 44cbce7

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

stack-nightly.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
resolver: nightly-2018-02-18
2+
packages:
3+
- .
4+
- location:
5+
archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
6+
subdirs:
7+
- hackage-security
8+
extra-dep: true
9+
210
nix:
311
# --nix on the command-line to enable.
412
enable: false
513
packages:
614
- zlib
715
- http-client-tls-0.3.4
8-
extra-deps:
9-
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
10-
subdirs:
11-
- hackage-security

stack.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
resolver: lts-9.14
2+
packages:
3+
- .
4+
- location:
5+
archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
6+
subdirs:
7+
- hackage-security
8+
extra-dep: true
29
# docker:
310
# enable: true
411
# repo: fpco/stack-full
@@ -30,6 +37,3 @@ extra-deps:
3037
- ansi-terminal-0.7.1.1
3138
- ansi-wl-pprint-0.6.8.1
3239
- smallcheck-1.1.3
33-
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
34-
subdirs:
35-
- hackage-security

0 commit comments

Comments
 (0)