Skip to content

Commit 240d0bb

Browse files
Fix docspec errors due to upgrade
1 parent 07a536d commit 240d0bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/doctest/DocTestDataStreamK.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{- $setup
22
33
>>> :m
4+
>>> :set -XFlexibleContexts
45
>>> import Control.Concurrent (threadDelay)
56
>>> import Data.Function (fix, (&))
67
>>> import Data.Semigroup (cycle1)

core/src/doctest/DocTestFileSystemWindowsPath.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{- $setup
22
>>> :m
33
>>> :set -XQuasiQuotes
4+
>>> :set -XScopedTypeVariables
45
>>> import Control.Exception (SomeException, evaluate, try)
56
>>> import Data.Either (Either, isLeft)
67
>>> import Data.Maybe (fromJust, isNothing, isJust)

0 commit comments

Comments
 (0)