Skip to content

Commit 4b2f9af

Browse files
committed
Avoid GPL-3 libs haskell/cabal#4883
1 parent 15decc8 commit 4b2f9af

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

stack-nightly.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ nix:
1414
- zlib
1515
- unzip
1616

17+
flags:
18+
# https://github.com/haskell/cabal/issues/4883
19+
cabal-install:
20+
native-dns: false
21+
1722
ghc-options:
1823
"$locals": -fhide-source-paths

stack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ flags:
1616
stack:
1717
hide-dependency-versions: true
1818
supported-build: true
19+
# https://github.com/haskell/cabal/issues/4883
20+
cabal-install:
21+
native-dns: false
1922
extra-deps:
2023
- Cabal-2.2.0.1@rev:0
2124
- cabal-install-2.2.0.0@rev:1

0 commit comments

Comments
 (0)