haskell-ide-engine/stack-8.4.4.yaml

77 lines
1.7 KiB
YAML
Raw Normal View History

2018-12-31 16:45:32 +03:00
resolver: lts-12.26 # LTS 12.15 is first to support GHC 8.4.4
packages:
2020-01-25 18:27:16 +03:00
- .
- hie-plugin-api
extra-deps:
2020-01-25 18:27:16 +03:00
# - ./submodules/HaRe
2018-11-07 16:53:52 +03:00
2020-01-25 18:27:16 +03:00
- aeson-1.4.6.0
- aeson-pretty-0.8.8
- base-orphans-0.8.2
- bifunctors-5.5.6
- brittany-0.12.1.0
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
2019-10-03 19:15:39 +03:00
- cabal-plan-0.5.0.0
- connection-0.3.1 # for network and network-bsd
- constrained-dynamic-0.1.0.0
- extra-1.6.18
- file-embed-0.0.11
2019-12-02 23:14:46 +03:00
- filepattern-0.1.1
- floskell-0.10.2
2020-01-25 18:27:16 +03:00
- generic-deriving-1.13.1
- ghc-exactprint-0.6.2 # for HaRe
- ghc-lib-parser-8.8.1
- ghc-lib-parser-ex-8.8.2
- haddock-api-2.20.0
- haddock-library-1.6.0
2019-11-27 01:41:46 +03:00
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- haskell-src-exts-1.21.1
- haskell-src-exts-util-0.2.5
2020-01-25 18:27:16 +03:00
- hie-bios-0.4.0
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- hslogger-1.3.1.0
2020-01-25 18:27:16 +03:00
- invariant-0.5.3
- lens-4.18.1
- libyaml-0.1.1.0
- lsp-test-0.10.0.0
2020-01-25 18:27:16 +03:00
- microlens-th-0.4.3.2
- monad-dijkstra-0.1.1.2
- network-3.1.1.1 # for hslogger
- network-bsd-2.8.1.0 # for hslogger
2018-12-31 16:45:32 +03:00
- optparse-simple-0.1.0
- parser-combinators-1.2.1
2018-12-31 16:45:32 +03:00
- pretty-show-1.9.5
2020-01-25 18:27:16 +03:00
- profunctors-5.5.1
- rope-utf16-splay-0.3.1.0
- simple-sendfile-0.2.30 # for network and network-bsd
- socks-0.6.1 # for network and network-bsd
- syz-0.2.0.0
- unix-compat-0.5.2
- unordered-containers-0.2.10.0
2020-01-25 18:27:16 +03:00
- yaml-0.11.2.0
- th-abstraction-0.3.1.0
- type-equality-1
2019-06-20 15:10:38 +03:00
# To make build work in windows 7
- unix-time-0.4.7
- temporary-1.2.1.1
2020-01-25 18:27:16 +03:00
- 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
2019-09-25 15:51:32 +03:00
flags:
haskell-ide-engine:
pedantic: true
hie-plugin-api:
pedantic: true
nix:
2020-01-25 18:27:16 +03:00
packages: [icu libcxx zlib]
concurrent-tests: false