|
| 1 | +# Fixme once GHC-8.10.5 LTS is out |
| 2 | +resolver: nightly-2021-06-01 |
| 3 | +compiler: ghc-8.10.5 |
| 4 | + |
| 5 | +packages: |
| 6 | + - . |
| 7 | + - ./hie-compat |
| 8 | + - ./hls-graph |
| 9 | + - ./ghcide/ |
| 10 | + - ./hls-plugin-api |
| 11 | + - ./hls-test-utils |
| 12 | + # - ./shake-bench |
| 13 | + - ./plugins/hls-class-plugin |
| 14 | + - ./plugins/hls-haddock-comments-plugin |
| 15 | + - ./plugins/hls-eval-plugin |
| 16 | + - ./plugins/hls-explicit-imports-plugin |
| 17 | + - ./plugins/hls-refine-imports-plugin |
| 18 | + - ./plugins/hls-hlint-plugin |
| 19 | + - ./plugins/hls-retrie-plugin |
| 20 | + - ./plugins/hls-splice-plugin |
| 21 | + - ./plugins/hls-tactics-plugin |
| 22 | + - ./plugins/hls-brittany-plugin |
| 23 | + - ./plugins/hls-stylish-haskell-plugin |
| 24 | + - ./plugins/hls-floskell-plugin |
| 25 | + - ./plugins/hls-fourmolu-plugin |
| 26 | + - ./plugins/hls-pragmas-plugin |
| 27 | + - ./plugins/hls-module-name-plugin |
| 28 | + - ./plugins/hls-ormolu-plugin |
| 29 | + |
| 30 | +ghc-options: |
| 31 | + "$everything": -haddock |
| 32 | + |
| 33 | +extra-deps: |
| 34 | + - apply-refact-0.9.3.0 |
| 35 | + - brittany-0.13.1.2 |
| 36 | + - Cabal-3.0.2.0 |
| 37 | + - clock-0.7.2 |
| 38 | + - data-tree-print-0.1.0.2@rev:2 |
| 39 | + - floskell-0.10.4 |
| 40 | + - fourmolu-0.3.0.0 |
| 41 | + - heapsize-0.3.0 |
| 42 | + - implicit-hie-cradle-0.3.0.2 |
| 43 | + - implicit-hie-0.1.2.5 |
| 44 | + - monad-dijkstra-0.1.1.2 |
| 45 | + - refinery-0.3.0.0 |
| 46 | + - retrie-0.1.1.1 |
| 47 | + - stylish-haskell-0.12.2.0 |
| 48 | + - semigroups-0.18.5 |
| 49 | + - temporary-1.2.1.1 |
| 50 | + - bytestring-encoding-0.1.0.0@sha256:460b49779fbf0112e8e2f1753c1ed9131eb18827600c298f4d6bb51c4e8c1c0d,1727 |
| 51 | + - hiedb-0.3.0.1 |
| 52 | + - lsp-1.2.0.0 |
| 53 | + - lsp-types-1.2.0.0 |
| 54 | + - lsp-test-0.14.0.0 |
| 55 | + - dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657 |
| 56 | + - dependent-sum-0.7.1.0@sha256:5599aa89637db434431b1dd3fa7c34bc3d565ee44f0519bfbc877be1927c2531,2068 |
| 57 | + - dependent-sum-template-0.1.0.3@sha256:0bbbacdfbd3abf2a15aaf0cf2c27e5bdd159b519441fec39e1e6f2f54424adde,1682 |
| 58 | + - constraints-extras-0.3.0.2@sha256:013b8d0392582c6ca068e226718a4fe8be8e22321cc0634f6115505bf377ad26,1853 |
| 59 | + - some-1.0.1@sha256:26e5bab7276f48b25ea8660d3fd1166c0f20fd497dac879a40f408e23211f93e,2055 |
| 60 | + - unliftio-core-0.2.0.1@sha256:9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a,1082 |
| 61 | + |
| 62 | +configure-options: |
| 63 | + ghcide: |
| 64 | + - --disable-library-for-ghci |
| 65 | + haskell-language-server: |
| 66 | + - --disable-library-for-ghci |
| 67 | + heapsize: |
| 68 | + - --disable-library-for-ghci |
| 69 | + |
| 70 | +flags: |
| 71 | + haskell-language-server: |
| 72 | + pedantic: true |
| 73 | + retrie: |
| 74 | + BuildExecutable: false |
| 75 | + |
| 76 | +nix: |
| 77 | + packages: [ icu libcxx zlib ] |
| 78 | + |
| 79 | +concurrent-tests: false |
0 commit comments