haskell-ide-engine/stack-8.4.3.yaml
2020-05-13 15:12:38 +02:00

106 lines
2.2 KiB
YAML

resolver: lts-12.14 # Last for GHC 8.4.3
packages:
- .
- hie-plugin-api
extra-deps:
# - ./submodules/HaRe
- QuickCheck-2.13.2
- aeson-1.4.6.0
- aeson-pretty-0.8.8
- ansi-terminal-0.10.2
- ansi-wl-pprint-0.6.9
- assoc-1.0.1
- async-2.2.2
- base-compat-0.11.1
- base-orphans-0.8.2
- bifunctors-5.5.7
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
- Cabal-3.0.2.0
- cabal-doctest-1.0.8
- cabal-helper-1.1.0.0
- cabal-plan-0.6.2.0
- connection-0.3.1 # for network and network-bsd
- constrained-dynamic-0.1.0.0
- dec-0.0.3
- extra-1.6.21
- file-embed-0.0.11.1
- filepattern-0.1.1
- floskell-0.10.2
- generic-deriving-1.13.1
- ghc-exactprint-0.6.2 # for HaRe
- ghc-lib-parser-8.8.2.20200205
- ghc-lib-parser-ex-8.8.5.3
- ghc-paths-0.1.0.12
- haddock-api-2.20.0@rev:1
- haddock-library-1.6.0
- haskell-lsp-0.20.0.0
- haskell-lsp-types-0.20.0.0
- haskell-src-exts-1.22.0
- haskell-src-exts-util-0.2.5
- happy-1.19.12
- hie-bios-0.5.0
- hlint-2.2.11
- hoogle-5.0.17.15
- hsimport-0.11.0@rev:2
- hslogger-1.3.1.0
- hspec-2.7.1
- hspec-core-2.7.1
- hspec-discover-2.7.1
- indexed-profunctors-0.1
- invariant-0.5.3
- lens-4.18.1
- libyaml-0.1.1.1
- lsp-test-0.10.1.0
- microlens-th-0.4.3.4
- monad-dijkstra-0.1.1.2
- network-3.1.1.1 # for hslogger
- network-bsd-2.8.1.0 # for hslogger
- optics-core-0.2
- optparse-applicative-0.15.1.0
- parser-combinators-1.2.1
- profunctors-5.5.1
- quickcheck-instances-0.3.22
- resourcet-1.2.3 # forced by unliftio-core >= 0.2
- rope-utf16-splay-0.3.1.0
- semialign-1.1
- semigroupoids-5.3.4
- simple-sendfile-0.2.30 # for network and network-bsd
- singleton-bool-0.1.5
- socks-0.6.1 # for network and network-bsd
- splitmix-0.0.3
- tagged-0.8.6
- th-abstraction-0.3.1.0
- these-1.0.1
- topograph-1
- type-equality-1
- unix-compat-0.5.2
- unliftio-0.2.12.1
- unliftio-core-0.2.0.1
- unordered-containers-0.2.10.0
- vector-0.12.1.2
- yaml-0.11.2.0
# To make build work in windows 7
- unix-time-0.4.7
- temporary-1.2.1.1
- time-compat-1.9.2.2
- time-manager-0.0.0 # for http2
- warp-3.2.28 # for network and network-bsd
- wai-3.2.2.1 # for network and network-bsd
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
# allow-newer: true
nix:
packages: [icu libcxx zlib]
concurrent-tests: false