File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,3 @@ program-options
5
5
ghc-options : -Werror
6
6
7
7
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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ putStrLn
26
26
| otherwise = \ _ -> pass
27
27
28
28
withTape :: VCR. Tape -> WaiSession st a -> WaiSession st a
29
- withTape tape = lift (VCR. withTape tape)
29
+ withTape tape = lift (VCR. with tape)
30
30
where
31
31
lift :: forall st a . (forall b . IO b -> IO b ) -> WaiSession st a -> WaiSession st a
32
32
lift f action = WaiSession $ ReaderT \ st -> ReaderT \ application -> StateT \ clientState -> do
You can’t perform that action at this time.
0 commit comments