Skip to content

Commit 2d189f4

Browse files
committed
Cleanup LANGUAGE pragmas.
1 parent 79684a5 commit 2d189f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

graphql-wai/src/GraphQL/Wai.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{-# LANGUAGE ScopedTypeVariables, FlexibleContexts, AllowAmbiguousTypes #-}
1+
{-# LANGUAGE AllowAmbiguousTypes #-}
2+
{-# LANGUAGE FlexibleContexts #-}
3+
{-# LANGUAGE ScopedTypeVariables #-}
24

35
module GraphQL.Wai
46
( toApplication

graphql-wai/tests/Tests.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE DataKinds #-} -- , FlexibleContexts, TypeFamilies, AllowAmbiguousTypes #-}
1+
{-# LANGUAGE DataKinds #-}
22
module Main where
33

44
import Protolude

0 commit comments

Comments
 (0)