From b3c5df80a39bc11ca1c27a913fbc3907b8c15603 Mon Sep 17 00:00:00 2001 From: frostbane Date: Wed, 8 Nov 2023 07:52:00 +1000 Subject: [PATCH] compiled using nightly resolver --- Spock-core/src/Web/Spock/Core.hs | 1 + stack.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/Spock-core/src/Web/Spock/Core.hs b/Spock-core/src/Web/Spock/Core.hs index 2058077..2be669a 100644 --- a/Spock-core/src/Web/Spock/Core.hs +++ b/Spock-core/src/Web/Spock/Core.hs @@ -68,6 +68,7 @@ module Web.Spock.Core where import Control.Applicative +import Control.Monad import Control.Monad.Reader import Data.Foldable (forM_) import Data.HVect hiding (head) diff --git a/stack.yaml b/stack.yaml index 452b508..aa8433d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,6 +15,7 @@ extra-deps: - superbuffer-0.3.1.2 - regex-posix-clib-2.7 +allow-newer: true flags: regex-posix: