Skip to content

Commit

Permalink
nudge back LTS version to try to fix issue parsing cabal file for `st…
Browse files Browse the repository at this point in the history
…ack setup` dependency
  • Loading branch information
austinvhuang committed Dec 5, 2017
1 parent 77648f7 commit f0769d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
machine:

environment:
PATH: ~/cmake-3.10.0-Linux-x86_64/bin/:~/.local/bin/:$PATH
LD_LIBRARY_PATH: /home/ubuntu/hasktorch/vendor/build/:/usr/lib/x86_64-linux-gnu/$LD_LIBRARY_PATH
LLVM_CONFIG: /usr/lib/llvm-3.8/bin/llvm-config

dependencies:

cache_directories:
- "~/.stack"
- ".stack-work"
- "/home/ubuntu/hasktorch/vendor/build/"
- "~/cmake-3.10.0-Linux-x86_64"
- "/usr/lib/llvm-3.9"
- ".stack-work"
- "/home/ubuntu/hasktorch/vendor/build/"

pre:
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
Expand Down Expand Up @@ -39,6 +41,7 @@ dependencies:
- stack build

test:

override:
### tests
- stack test hasktorch-raw
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2017-11-24
resolver: nightly-2017-11-23

packages:
- 'aten'
Expand Down

0 comments on commit f0769d6

Please sign in to comment.