Fix for weeder and stack-2

This commit is contained in:
patrick brisbin 2019-08-28 16:43:46 -04:00
parent 77b85ffee7
commit 5d36136d74
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
4 changed files with 24 additions and 0 deletions

View File

@ -4,5 +4,11 @@ extra-deps:
- hoauth2-1.8.1
- uri-bytestring-aeson-0.1.0.6
# Fix for weeder with stack-2
ghc-options:
"$locals":
-ddump-to-file
-ddump-hi
# needed so resourcet can get exceptions-0.10 even though hoauth dislikes it
allow-newer: true

View File

@ -1,2 +1,8 @@
---
resolver: lts-13.2
# Fix for weeder with stack-2
ghc-options:
"$locals":
-ddump-to-file
-ddump-hi

View File

@ -3,3 +3,9 @@ resolver: nightly-2018-11-24
extra-deps:
# should be in nightly in a day
- hoauth2-1.8.3
# Fix for weeder with stack-2
ghc-options:
"$locals":
-ddump-to-file
-ddump-hi

View File

@ -1,2 +1,8 @@
---
resolver: lts-13.2
# Fix for weeder with stack-2
ghc-options:
"$locals":
-ddump-to-file
-ddump-hi