Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikivazou committed Jun 26, 2015
1 parent e84bd13 commit 769ffa1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Liquid.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE CPP #-}

{-@ LIQUID "--cabaldir" @-}
{-@ LIQUID "--diff" @-}

-- import Data.Monoid (mconcat, mempty)
-- import Control.Applicative ((<$>))
#if __GLASGOW_HASKELL__ < 710
import Data.Monoid (mconcat, mempty)
import Control.Applicative ((<$>))
#endif

import Data.Maybe
import System.Exit
import Control.DeepSeq
Expand Down

0 comments on commit 769ffa1

Please sign in to comment.