We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77e867 commit b750840Copy full SHA for b750840
Spock-core/src/Web/Spock/Core.hs
@@ -68,6 +68,7 @@ module Web.Spock.Core
68
where
69
70
import Control.Applicative
71
+import Control.Monad
72
import Control.Monad.Reader
73
import Data.HVect hiding (head)
74
import qualified Data.Text as T
stack.yaml
@@ -1,4 +1,8 @@
1
-resolver: lts-19.16
+#resolver: lts-19.16
2
+#resolver: lts-19.33
3
+#resolver: lts-20.0
4
+#resolver: lts-21.19
5
+resolver: nightly-2023-10-01
6
7
packages:
8
- Spock/
@@ -15,6 +19,7 @@ extra-deps:
15
19
- superbuffer-0.3.1.2
16
20
17
21
- regex-posix-clib-2.7
22
+allow-newer: true
18
23
24
flags:
25
regex-posix:
0 commit comments