Skip to content

Commit

Permalink
compiled using nightly resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbane committed Nov 7, 2023
1 parent a77e867 commit b750840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Spock-core/src/Web/Spock/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module Web.Spock.Core
where

import Control.Applicative
import Control.Monad
import Control.Monad.Reader
import Data.HVect hiding (head)
import qualified Data.Text as T
Expand Down
7 changes: 6 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
resolver: lts-19.16
#resolver: lts-19.16
#resolver: lts-19.33
#resolver: lts-20.0
#resolver: lts-21.19
resolver: nightly-2023-10-01

packages:
- Spock/
Expand All @@ -15,6 +19,7 @@ extra-deps:
- superbuffer-0.3.1.2

- regex-posix-clib-2.7
allow-newer: true

flags:
regex-posix:
Expand Down

0 comments on commit b750840

Please sign in to comment.