haskell-ide-engine/stack-8.8.1.yaml
Alan Zimmerman 948e792858 Update hlint to 2.2.8 and ormolu to 0.0.3
hlint 2.2.8 embeds its config file, making redistribution easier.

Closes #1587
2020-01-22 08:35:54 +00:00

43 lines
755 B
YAML

resolver: nightly-2020-01-17
packages:
- .
- hie-plugin-api
extra-deps:
# - ./submodules/HaRe
- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.2
- ghc-lib-parser-ex-8.8.2
- haddock-api-2.23.0
- haddock-library-1.8.0
- haskell-src-exts-1.21.1
- hie-bios-0.3.2
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- monad-dijkstra-0.1.1.2
- optparse-applicative-0.15.1.0
- ormolu-0.0.3.0
- semigroups-0.18.5
- temporary-1.2.1.1
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
# Required to build ormolu with optparse-applicative-0.15.1.0
allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false