From c98450d1d53014ad6f7b8a506e0fe7e7eaaf349c Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 18 Jul 2016 11:37:38 -0700 Subject: [PATCH] Use real version of hjsonschema Its raw commit on github no longer exists --- stack.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/stack.yaml b/stack.yaml index e08b29f88..d38402988 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-6.2 +resolver: lts-6.7 extra-deps: - Ranged-sets-0.3.0 - bytestring-tree-builder-0.2.7 @@ -18,13 +18,7 @@ extra-deps: - hackage-security-0.5.2.1 - swagger2-2.1 - hjsonpointer-0.3.0.1 + - hjsonschema-1.0.0.0 - network-uri-2.6.1.0 ghc-options: postgrest: -O2 -Werror -Wall -fwarn-identities - -packages: -- . -- location: - git: https://github.com/seagreen/hjsonschema - commit: 075da33626d9d5cf20645a998b86518222d6b2d6 - extra-dep: true