Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Revert "Update resolvers where possible, new cabal-helper"
Browse files Browse the repository at this point in the history
This reverts commit 4a54b75.
  • Loading branch information
lorenzo committed Aug 26, 2018
1 parent 139e1b5 commit 3266425
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 18 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
- image: quay.io/haskell_works/ghc-8.4.3
steps:
- checkout
- run:
name: Install zlib
command: apt-get update && apt-get install -y zlib1g-dev
- run:
name: Sync submodules
command: git submodule sync --recursive
Expand All @@ -129,7 +132,7 @@ jobs:
command: git submodule update --recursive --init
- restore-cache:
keys:
- cabal-02
- cabal-01
- run:
name: Update
command: cabal new-update
Expand All @@ -140,7 +143,7 @@ jobs:
name: Build
command: cabal new-build -j2
- save_cache:
key: cabal-02
key: cabal-01
paths:
- ~/.cabal

Expand Down
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ packages:
./hie-plugin-api/

./submodules/HaRe
./submodules/cabal-helper/
./submodules/ghc-mod/
./submodules/ghc-mod/core/
./submodules/haskell-lsp/
Expand Down
2 changes: 1 addition & 1 deletion haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library
, brittany
, bytestring
, Cabal
, cabal-helper >= 0.8.1.0
, cabal-helper >= 0.8.0.4
, containers
, data-default
, directory
Expand Down
7 changes: 5 additions & 2 deletions stack-8.2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ packages:
./submodules/HaRe
extra-dep: true

- location:
./submodules/cabal-helper
extra-dep: true

- location:
./submodules/ghc-mod
extra-dep: true
Expand All @@ -24,7 +28,6 @@ packages:
extra-deps:
- brittany-0.11.0.0
- butcher-1.3.1.1
- cabal-helper-0.8.1.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- czipwith-1.0.1.0
Expand All @@ -34,10 +37,10 @@ extra-deps:
- lsp-test-0.2.1.0
- hlint-2.0.11
# - hlint-2.1.8
- hsimport-0.8.6
- sorted-list-0.2.1.0
- syz-0.2.0.0
- yaml-0.8.32
- hsimport-0.8.6

flags:
haskell-ide-engine:
Expand Down
9 changes: 6 additions & 3 deletions stack-8.2.2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-11.18 # lts-11.x is the last one for GHC 8.2.2
resolver: lts-11.22 # lts-11.x is the last one for GHC 8.2.2
packages:
- .
- hie-plugin-api
Expand All @@ -7,6 +7,10 @@ packages:
./submodules/HaRe
extra-dep: true

- location:
./submodules/cabal-helper
extra-dep: true

- location:
./submodules/ghc-mod
extra-dep: true
Expand All @@ -24,9 +28,7 @@ packages:
extra-deps:
- brittany-0.11.0.0
- butcher-1.3.1.1
- cabal-helper-0.8.1.0
- cabal-plan-0.3.0.0
- conduit-parse-0.2.1.0
- constrained-dynamic-0.1.0.0
- czipwith-1.0.1.0
- haddock-api-2.18.1
Expand All @@ -35,6 +37,7 @@ extra-deps:
- lsp-test-0.2.1.0
- sorted-list-0.2.1.0
- syz-0.2.0.0
- conduit-parse-0.2.1.0

flags:
haskell-ide-engine:
Expand Down
5 changes: 4 additions & 1 deletion stack-8.4.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ packages:
./submodules/HaRe
extra-dep: true

- location:
./submodules/cabal-helper
extra-dep: true

- location:
./submodules/ghc-mod
extra-dep: true
Expand All @@ -24,7 +28,6 @@ packages:
extra-deps:
- base-compat-0.9.3
- brittany-0.11.0.0
- cabal-helper-0.8.1.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- haddock-api-2.20.0
Expand Down
6 changes: 5 additions & 1 deletion stack-8.4.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ packages:
./submodules/HaRe
extra-dep: true

- location:
./submodules/cabal-helper
extra-dep: true

- location:
./submodules/ghc-mod
extra-dep: true
Expand All @@ -22,8 +26,8 @@ packages:
- haskell-lsp-types

extra-deps:
- apply-refact-0.5.0.0
- base-compat-0.9.3
- cabal-helper-0.8.1.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- haddock-api-2.20.0
Expand Down
14 changes: 6 additions & 8 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2018-07-26 # GHC 8.4.3
resolver: nightly-2018-07-09 # GHC 8.4.3
packages:
- .
- hie-plugin-api
Expand All @@ -7,6 +7,10 @@ packages:
./submodules/HaRe
extra-dep: true

- location:
./submodules/cabal-helper
extra-dep: true

- location:
./submodules/ghc-mod
extra-dep: true
Expand All @@ -22,22 +26,16 @@ packages:
- haskell-lsp-types

extra-deps:
- aeson-1.3.1.1
- apply-refact-0.5.0.0
- base-compat-0.9.3
- brittany-0.11.0.0
- cabal-helper-0.8.1.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- ekg-0.4.0.15
- ekg-json-0.1.0.6
- ghc-exactprint-0.5.6.1
- haddock-api-2.20.0
- haddock-library-1.6.0
- hsimport-0.8.6
- lsp-test-0.2.1.0
- syz-0.2.0.0
- temporary-1.2.1.1
- yaml-0.8.32

flags:
haskell-ide-engine:
Expand Down

0 comments on commit 3266425

Please sign in to comment.