mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-29 22:24:56 +02:00
Fix for weeder and stack-2
This commit is contained in:
parent
77b85ffee7
commit
5d36136d74
@ -4,5 +4,11 @@ extra-deps:
|
|||||||
- hoauth2-1.8.1
|
- hoauth2-1.8.1
|
||||||
- uri-bytestring-aeson-0.1.0.6
|
- 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
|
# needed so resourcet can get exceptions-0.10 even though hoauth dislikes it
|
||||||
allow-newer: true
|
allow-newer: true
|
||||||
|
|||||||
@ -1,2 +1,8 @@
|
|||||||
---
|
---
|
||||||
resolver: lts-13.2
|
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:
|
extra-deps:
|
||||||
# should be in nightly in a day
|
# should be in nightly in a day
|
||||||
- hoauth2-1.8.3
|
- 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
|
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