Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .azure/windows-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ jobs:
vmImage: windows-2019
strategy:
matrix:
stack-def:
YAML_FILE: stack.yaml
# default stack.yaml uses ghc-8.8.2 so we can't use it for windows
# TODO: Enable it when it uses ghc-8.8.3
# stack-def:
# YAML_FILE: stack.yaml
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
stack-8.6.5:
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ constraints:

write-ghc-environment-files: never

index-state: 2020-02-01T17:43:11Z
index-state: 2020-02-02T17:43:42Z
4 changes: 3 additions & 1 deletion install/src/HieInstall.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ defaultMain = do
phony "hie" (need ["data", "latest"])

-- stack specific targets
when isRunFromStack $ do
-- Default `stack.yaml` uses ghc-8.8.2 and we can't build hie in windows
-- TODO: Enable for windows when it uses ghc-8.8.3
when (isRunFromStack && not isWindowsSystem) $ do

phony "dev" $ stackInstallHieWithErrMsg Nothing

Expand Down
17 changes: 8 additions & 9 deletions stack-8.4.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extra-deps:
- base-compat-0.9.3
- base-orphans-0.8.2
- bifunctors-5.5.6
- brittany-0.12.1.0
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- cabal-plan-0.5.0.0
Expand All @@ -23,16 +23,16 @@ extra-deps:
- floskell-0.10.2
- 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
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.20.0
- haddock-library-1.6.0
- 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
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- hslogger-1.3.1.0
Expand All @@ -51,21 +51,20 @@ extra-deps:
- simple-sendfile-0.2.30 # for network and network-bsd
- socks-0.6.1 # for network and network-bsd
- syz-0.2.0.0
- temporary-1.2.1.1
- type-equality-1
- unix-compat-0.5.2
- unordered-containers-0.2.10.0
- yaml-0.11.2.0
- th-abstraction-0.3.1.0
- windns-0.1.0.0
- yi-rope-0.11
# 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
- unix-time-0.4.7
- wai-3.2.2.1 # for network and network-bsd
- warp-3.2.28 # for network and network-bsd
- windns-0.1.0.0
- yi-rope-0.11


flags:
haskell-ide-engine:
Expand Down
48 changes: 34 additions & 14 deletions stack-8.4.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,75 @@ packages:
extra-deps:
# - ./submodules/HaRe

- QuickCheck-2.13.2
- aeson-1.4.6.0
- aeson-pretty-0.8.8
- base-compat-0.9.3
- 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.6
- brittany-0.12.1.0
- bifunctors-5.5.7
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- cabal-plan-0.5.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.18
- file-embed-0.0.11
- 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.1
- ghc-lib-parser-ex-8.8.2
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.20.0
- haddock-library-1.6.0
- 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
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- 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.0
- libyaml-0.1.1.1
- lsp-test-0.10.0.0
- microlens-th-0.4.3.2
- 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
- pretty-show-1.8.2
- quickcheck-instances-0.3.22
- 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
- syz-0.2.0.0
- 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
- unordered-containers-0.2.10.0
- vector-0.12.1.2
- yaml-0.11.2.0
- th-abstraction-0.3.1.0
- type-equality-1
# To make build work in windows 7
- unix-time-0.4.7
- temporary-1.2.1.1
Expand All @@ -64,6 +83,7 @@ extra-deps:
- 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
Expand Down
8 changes: 4 additions & 4 deletions stack-8.4.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra-deps:
- aeson-pretty-0.8.8
- base-orphans-0.8.2
- bifunctors-5.5.6
- brittany-0.12.1.0
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- cabal-plan-0.5.0.0
Expand All @@ -22,16 +22,16 @@ extra-deps:
- floskell-0.10.2
- 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
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.20.0
- haddock-library-1.6.0
- 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
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- hslogger-1.3.1.0
Expand Down
8 changes: 4 additions & 4 deletions stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra-deps:

- aeson-1.4.6.0
- aeson-pretty-0.8.8
- brittany-0.12.1.0
- brittany-0.12.1.1
- butcher-1.3.2.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
Expand All @@ -17,14 +17,14 @@ extra-deps:
- extra-1.6.18
- floskell-0.10.2
- ghc-exactprint-0.6.2 # for HaRe
- ghc-lib-parser-8.8.1
- ghc-lib-parser-ex-8.8.2
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.22.0
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- haskell-src-exts-1.21.1
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- lsp-test-0.10.0.0
Expand Down
26 changes: 15 additions & 11 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-14.20
resolver: lts-14.22
packages:
- .
- hie-plugin-api
Expand All @@ -8,32 +8,36 @@ extra-deps:

- aeson-1.4.6.0
- aeson-pretty-0.8.8
- ansi-terminal-0.8.2
- ansi-wl-pprint-0.6.8.2
- brittany-0.12.1.0
- ansi-terminal-0.10.2
- ansi-wl-pprint-0.6.9
- base-compat-0.11.1
- brittany-0.12.1.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
- cabal-plan-0.5.0.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.2
- ghc-exactprint-0.6.2 # for HaRe
- ghc-lib-parser-8.8.1
- ghc-lib-parser-ex-8.8.2
- ghc-lib-parser-8.8.2
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.22.0
- haskell-lsp-0.19.0.0
- haskell-lsp-types-0.19.0.0
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- indexed-profunctors-0.1
- lsp-test-0.10.0.0
- monad-dijkstra-0.1.1.2@rev:1
- monad-dijkstra-0.1.1.2
- optics-core-0.2
- optparse-applicative-0.15.1.0
- ormolu-0.0.3.1
- parser-combinators-1.2.1
- syz-0.2.0.0
- semialign-1.1
- temporary-1.2.1.1

- topograph-1
flags:
haskell-ide-engine:
pedantic: true
Expand Down
7 changes: 4 additions & 3 deletions stack-8.8.1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2020-01-17
resolver: nightly-2020-01-21 # last GHC 8.8.1
packages:
- .
- hie-plugin-api
Expand All @@ -8,17 +8,18 @@ extra-deps:

- aeson-1.4.6.0
- apply-refact-0.7.0.0
- brittany-0.12.1.1
- 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
- ghc-lib-parser-ex-8.8.4.0
- haddock-api-2.23.0
- haddock-library-1.8.0
- haskell-src-exts-1.21.1
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
Expand Down
8 changes: 5 additions & 3 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2020-01-25
resolver: nightly-2020-01-31
packages:
- .
- hie-plugin-api
Expand All @@ -7,20 +7,22 @@ extra-deps:
# - ./submodules/HaRe

- apply-refact-0.7.0.0
- brittany-0.12.1.1
- 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
- ghc-lib-parser-ex-8.8.4.0
- git: https://github.com/haskell/haddock.git
commit: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
subdirs:
- haddock-api
# - haddock-api-2.23.0
- haddock-library-1.8.0
- haskell-src-exts-1.21.1
- hie-bios-0.4.0
- hlint-2.2.8
- hlint-2.2.10
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
Expand Down
Loading