Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Add '--write-ghc-environment-files=always' to setup doctest #62

Merged
merged 1 commit into from
Jul 16, 2019
Merged
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
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
- run: cabal new-install hspec-discover
- run:
name: cabal new-build all
command: cabal new-build all --jobs=2
command: cabal new-build all --jobs=2 --write-ghc-environment-files=always
no_output_timeout: 15m
- run: cabal new-test ffi --jobs=2
- run: cabal new-test all --jobs=2 --write-ghc-environment-files=always
- run: cabal new-exec codegen-exe
- run: cabal new-test ffi --jobs=2
- run: cabal new-test hasktorch
- run: cabal new-test all --jobs=2 --write-ghc-environment-files=always
- run: cabal exec xor_mlp
osx-stack-build:
macos:
Expand Down