Skip to content

Commit c667f28

Browse files
committed
Use hlint from OS
1 parent 4e7c81e commit c667f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
name: Resolve and update dependencies
4747
command: stack setup
4848
- run:
49-
name: Install Cabal and hlint
50-
command: stack install --system-ghc --resolver=lts-14.27 Cabal hlint
49+
name: Install hlint
50+
command: apt-get update && apt-get -qq -y install hlint
5151
- save_cache:
5252
name: Cache Dependencies
5353
key: postgres-websockets-v2-{{ checksum "stack.yaml" }}

0 commit comments

Comments
 (0)