Skip to content

Commit

Permalink
GHC 7.10 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 9, 2015
1 parent 767ea7a commit 6bf1ba3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Control/Monad/Logger/Sticky.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import Language.Haskell.TH
import System.IO
import System.Log.FastLogger

import Prelude -- avoid AMP warnings

data State = State
{ stateCurrentLine :: !(Maybe ByteString)
, stateMaxColumns :: !Int
Expand Down
1 change: 1 addition & 0 deletions src/test/Stack/BuildPlanSpec.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
Expand Down
5 changes: 3 additions & 2 deletions src/test/Stack/ConfigSpec.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
module Stack.ConfigSpec where

import Control.Applicative
Expand Down

0 comments on commit 6bf1ba3

Please sign in to comment.