Skip to content

Commit

Permalink
Avoid GPL-3 libs haskell/cabal#4883
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 13, 2018
1 parent 15decc8 commit 4b2f9af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ nix:
- zlib
- unzip

flags:
# https://github.com/haskell/cabal/issues/4883
cabal-install:
native-dns: false

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 @@ -16,6 +16,9 @@ flags:
stack:
hide-dependency-versions: true
supported-build: true
# https://github.com/haskell/cabal/issues/4883
cabal-install:
native-dns: false
extra-deps:
- Cabal-2.2.0.1@rev:0
- cabal-install-2.2.0.0@rev:1
Expand Down

0 comments on commit 4b2f9af

Please sign in to comment.