From c29c6e0d5e6fc7227ced2c3f377d4a67950d6df5 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Wed, 10 Mar 2021 17:14:24 -0500 Subject: [PATCH] fix stack sdist warnings --- stack.yaml | 3 +++ sv2v.cabal | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index fc4736d..8f0816a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,7 @@ resolver: lts-16.14 +pvp-bounds: both +ghc-options: + $locals: -j packages: - . diff --git a/sv2v.cabal b/sv2v.cabal index ec78543..d2572da 100644 --- a/sv2v.cabal +++ b/sv2v.cabal @@ -111,7 +111,6 @@ executable sv2v "-with-rtsopts=-N -A32m" -funbox-strict-fields -Wall - -j source-repository head type: git