From 87ab58662983c5692e097aa8092d7c7543fb0ae1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jul 2019 00:12:44 -0700 Subject: [PATCH] ;deps: explicit process extra-dep for ghc 8.2 also --- stack-ghc8.2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stack-ghc8.2.yaml b/stack-ghc8.2.yaml index 380d7e4b7..7e4528c00 100644 --- a/stack-ghc8.2.yaml +++ b/stack-ghc8.2.yaml @@ -21,6 +21,7 @@ extra-deps: - doctest-0.16.0 - megaparsec-7.0.1 - parser-combinators-1.0.0 +- process-1.6.5.1 - swagger2-2.2.2 # avoid no hashable instance for AccountName from doctests - hashtables-1.2.3.1