diff --git a/README.md b/README.md index 0ca2c93f36..7c2f279c8c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Build Status](https://travis-ci.org/commercialhaskell/stack.svg?branch=master)](https://travis-ci.org/commercialhaskell/stack) [![Windows build status](https://ci.appveyor.com/api/projects/status/c1c7uvmw6x1dupcl?svg=true)](https://ci.appveyor.com/project/snoyberg/stack) -[![Release](https://img.shields.io/github/release/commercialhaskell/stack.svg)](https://github.com/commercialhaskell/stack/releases) [![Join the chat at https://gitter.im/commercialhaskell/stack](https://badges.gitter.im/commercialhaskell/stack.svg)](https://gitter.im/commercialhaskell/stack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Release](https://img.shields.io/github/release/commercialhaskell/stack.svg)](https://github.com/commercialhaskell/stack/releases) +[![Join the chat at https://gitter.im/commercialhaskell/stack](https://badges.gitter.im/commercialhaskell/stack.svg)](https://gitter.im/commercialhaskell/stack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Stack is a cross-platform program for developing Haskell projects. It is intended for Haskellers both new and experienced. diff --git a/stack-nightly.yaml b/stack-nightly.yaml index 42a4c77c5c..e5b243ca59 100644 --- a/stack-nightly.yaml +++ b/stack-nightly.yaml @@ -19,3 +19,6 @@ extra-deps: - project-template-0.2.0.1 - regex-applicative-text-0.1.0.1 - unicode-transforms-0.3.4 + +ghc-options: + "$locals": -fhide-source-paths diff --git a/stack.yaml b/stack.yaml index ca7eb67fd8..8cf1972b2e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -33,3 +33,6 @@ extra-deps: # Not present until resolver lts-11.9 - ansi-terminal-0.8.0.4 + +ghc-options: + "$locals": -fhide-source-paths