Skip to content

Commit 06faee0

Browse files
authored
Merge pull request #5821 from mpilgrem/fixghc941
2 parents 0dc2e5b + acd446e commit 06faee0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Stack/Init.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{-# LANGUAGE OverloadedStrings #-}
77
{-# LANGUAGE ScopedTypeVariables #-}
88
{-# LANGUAGE TypeFamilies #-}
9+
{-# LANGUAGE TypeOperators #-}
910

1011
module Stack.Init
1112
( initProject

src/Stack/Storage/Project.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{-# LANGUAGE TemplateHaskell #-}
1414
{-# LANGUAGE TupleSections #-}
1515
{-# LANGUAGE TypeFamilies #-}
16+
{-# LANGUAGE TypeOperators #-}
1617
{-# LANGUAGE UndecidableInstances #-}
1718
{-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}
1819

src/Stack/Storage/User.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{-# LANGUAGE TemplateHaskell #-}
1414
{-# LANGUAGE TupleSections #-}
1515
{-# LANGUAGE TypeFamilies #-}
16+
{-# LANGUAGE TypeOperators #-}
1617
{-# LANGUAGE UndecidableInstances #-}
1718
{-# OPTIONS_GHC -Wno-unused-top-binds -Wno-identities #-}
1819

src/Stack/Storage/Util.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{-# LANGUAGE GADTs #-}
44
{-# LANGUAGE MultiParamTypeClasses #-}
55
{-# LANGUAGE TypeFamilies #-}
6+
{-# LANGUAGE TypeOperators #-}
67

78
-- | Utils for the other Stack.Storage modules
89
module Stack.Storage.Util

0 commit comments

Comments
 (0)