File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE FlexibleContexts #-}
2
2
{-# LANGUAGE TypeOperators #-}
3
- {-# LANGUAGE DataKinds #-}
3
+ {-# LANGUAGE TypeInType #-}
4
4
{-# LANGUAGE GADTs #-}
5
5
{-# LANGUAGE RankNTypes #-}
6
6
{-# LANGUAGE OverloadedStrings #-}
Original file line number Diff line number Diff line change 4
4
{-# LANGUAGE ScopedTypeVariables #-}
5
5
{-# LANGUAGE TypeInType #-}
6
6
{-# LANGUAGE KindSignatures #-}
7
- {-# LANGUAGE DataKinds #-}
7
+ {-# LANGUAGE TypeInType #-}
8
8
{-# LANGUAGE GADTs #-}
9
9
{-# LANGUAGE LambdaCase #-}
10
10
{-# LANGUAGE RankNTypes #-}
Original file line number Diff line number Diff line change 6
6
{-# LANGUAGE MultiParamTypeClasses #-}
7
7
{-# LANGUAGE FlexibleContexts #-}
8
8
{-# LANGUAGE RankNTypes #-}
9
- {-# LANGUAGE DataKinds #-}
9
+ {-# LANGUAGE TypeInType #-}
10
10
11
11
module Language.LSP.Test.Session
12
12
( Session (.. )
Original file line number Diff line number Diff line change 1
- {-# LANGUAGE DataKinds #-}
1
+ {-# LANGUAGE TypeInType #-}
2
2
{-# LANGUAGE GADTs #-}
3
3
{-# LANGUAGE DuplicateRecordFields #-}
4
4
{-# LANGUAGE OverloadedStrings #-}
You can’t perform that action at this time.
0 commit comments