mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Fix for weeder and stack-2
This commit is contained in:
parent
6fa9748de8
commit
9c6ac9b59d
@ -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
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
---
|
||||
resolver: lts-13.2
|
||||
|
||||
# Fix for weeder with stack-2
|
||||
ghc-options:
|
||||
"$locals":
|
||||
-ddump-to-file
|
||||
-ddump-hi
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
---
|
||||
resolver: lts-13.2
|
||||
|
||||
# Fix for weeder with stack-2
|
||||
ghc-options:
|
||||
"$locals":
|
||||
-ddump-to-file
|
||||
-ddump-hi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user