Skip to content

Commit

Permalink
Merge pull request #4128 from commercialhaskell/minor-cleanups
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
snoyberg authored Jul 4, 2018
2 parents 8188999 + a966b81 commit aa1ca57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa1ca57

Please sign in to comment.