File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 77* .imports
88
99# Dirs
10+ .direnv
11+ .stack-work
1012bin
1113dist
12- vendor
13- .stack-work
14- .direnv
14+ dist-newstyle
1515result
16+ vendor
1617
1718# CTAGS
1819TAGS
Original file line number Diff line number Diff line change 1+ -- Writing environment files prevents reproducible builds.
2+ write-ghc-environment-files : never
3+
4+ -- O1 by default. You can override this locally via:
5+ -- cabal configure --disable-optimization
6+ optimization : 1
7+
8+ -- Local packages.
9+ packages :
10+ examples/
11+ lib/gogol/
12+ lib/gogol-core/
13+
14+ optional-packages :
15+ gen/
16+ lib/services/*/
Original file line number Diff line number Diff line change 104104 nativeBuildInputs = [
105105 # Tools specific to the GHC version.
106106 ghc
107+ haskellPackages . cabal-install
107108 haskellPackages . haskell-language-server
108109
109110 # The stack wrapper that uses the shell's GHC version.
You can’t perform that action at this time.
0 commit comments