Skip to content

Commit 80145a7

Browse files
committed
update stack.yaml
1 parent 718041d commit 80145a7

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ cabal.sandbox.config
1818
.stack-work/
1919
cabal.project.local
2020
.HTF/
21+
stack.yaml.lock

stack.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
1-
# before building, don`t forget to delete the cache file ~/.stack/custom-plan/yaml/
2-
31
resolver: https://lts.math.bio/bcd-lts-dev.yaml
42

5-
package-indices:
6-
- name: LTS-index
7-
download-prefix: https://hackage.math.bio/hackage.fpcomplete.com/package/
8-
http: https://hackage.math.bio/hackage.fpcomplete.com/00-index.tar.gz
9-
- name: Hackage Biocad
10-
download-prefix: http://hackage.biocad.ru/package/
11-
http: http://hackage.biocad.ru/00-index.tar.gz
12-
3+
# package and necessary repos that are not included in the BCD-LTS
134
packages:
14-
- .
5+
- '.'
156

7+
# necessary extra-deps that are not included in the BCD-LTS
168
extra-deps: []
179

1810
flags: {}
1911

20-
extra-package-dbs: []
21-
22-
ignore-revision-mismatch: true
23-
2412
ghc-options:
2513
$locals: -Wall -fdiagnostics-color=always
14+
$everything: -XNoMonadFailDesugaring

0 commit comments

Comments
 (0)