File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ cabal.sandbox.config
18
18
.stack-work /
19
19
cabal.project.local
20
20
.HTF /
21
+ stack.yaml.lock
Original file line number Diff line number Diff line change 1
- # before building, don`t forget to delete the cache file ~/.stack/custom-plan/yaml/
2
-
3
1
resolver : https://lts.math.bio/bcd-lts-dev.yaml
4
2
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
13
4
packages :
14
- - .
5
+ - ' . '
15
6
7
+ # necessary extra-deps that are not included in the BCD-LTS
16
8
extra-deps : []
17
9
18
10
flags : {}
19
11
20
- extra-package-dbs : []
21
-
22
- ignore-revision-mismatch : true
23
-
24
12
ghc-options :
25
13
$locals : -Wall -fdiagnostics-color=always
14
+ $everything : -XNoMonadFailDesugaring
You can’t perform that action at this time.
0 commit comments