File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
{-# LANGUAGE OverloadedStrings #-}
7
7
{-# LANGUAGE ScopedTypeVariables #-}
8
8
{-# LANGUAGE TypeFamilies #-}
9
+ {-# LANGUAGE TypeOperators #-}
9
10
10
11
module Stack.Init
11
12
( initProject
Original file line number Diff line number Diff line change 13
13
{-# LANGUAGE TemplateHaskell #-}
14
14
{-# LANGUAGE TupleSections #-}
15
15
{-# LANGUAGE TypeFamilies #-}
16
+ {-# LANGUAGE TypeOperators #-}
16
17
{-# LANGUAGE UndecidableInstances #-}
17
18
{-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}
18
19
Original file line number Diff line number Diff line change 13
13
{-# LANGUAGE TemplateHaskell #-}
14
14
{-# LANGUAGE TupleSections #-}
15
15
{-# LANGUAGE TypeFamilies #-}
16
+ {-# LANGUAGE TypeOperators #-}
16
17
{-# LANGUAGE UndecidableInstances #-}
17
18
{-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}
18
19
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE GADTs #-}
4
4
{-# LANGUAGE MultiParamTypeClasses #-}
5
5
{-# LANGUAGE TypeFamilies #-}
6
+ {-# LANGUAGE TypeOperators #-}
6
7
7
8
-- | Utils for the other Stack.Storage modules
8
9
module Stack.Storage.Util
You can’t perform that action at this time.
0 commit comments