Skip to content

Commit 9fea1f1

Browse files
committed
Fix doctests for new import paths
1 parent 0e29c3d commit 9fea1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Examples/InputObject.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description (DogStuff toy likesTreats)
3232

3333
-- $setup
3434
-- >>> import Data.Aeson (encode)
35-
-- >>> import GraphQL.Value.ToValue (ToValue(..))
35+
-- >>> import GraphQL.Value (ToValue(..))
3636

3737
-- | Show input object usage
3838
--

tests/Examples/UnionExample.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ catOrDogList = pure $
3333

3434
-- $setup
3535
-- >>> import Data.Aeson (encode)
36-
-- >>> import GraphQL.Value.ToValue (ToValue(..))
36+
-- >>> import GraphQL.Value (ToValue(..))
3737

3838
-- | Show usage of a single unionValue
3939
--

0 commit comments

Comments
 (0)