Skip to content

Commit 5f785e0

Browse files
committed
Remove source dependencies
1 parent ad0c909 commit 5f785e0

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

cabal.project

-16
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,3 @@ program-options
55
ghc-options: -Werror
66

77
tests: True
8-
9-
source-repository-package
10-
type: git
11-
location: https://github.com/sol/hinotify/
12-
tag: 2131698f86939542c7df2cf3e60b40cc7e42819c
13-
14-
source-repository-package
15-
type: git
16-
location: https://github.com/assertible/http-client
17-
tag: assertible-http-client-0.7.17
18-
subdir: http-client
19-
20-
source-repository-package
21-
type: git
22-
location: https://github.com/assertible/vcr
23-
tag: 469ab2db9ab688ac2e73383cec4dc4a27225d949

test/HTTPSpec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ putStrLn
2626
| otherwise = \ _ -> pass
2727

2828
withTape :: VCR.Tape -> WaiSession st a -> WaiSession st a
29-
withTape tape = lift (VCR.withTape tape)
29+
withTape tape = lift (VCR.with tape)
3030
where
3131
lift :: forall st a. (forall b. IO b -> IO b) -> WaiSession st a -> WaiSession st a
3232
lift f action = WaiSession $ ReaderT \ st -> ReaderT \ application -> StateT \ clientState -> do

0 commit comments

Comments
 (0)