Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.Foldable (forM_)
import Data.HVect hiding (head)
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extra-deps:
- superbuffer-0.3.1.2

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

flags:
regex-posix:
Expand Down