Skip to content

Commit

Permalink
Allow base-compat 0.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jan 15, 2016
1 parent 04db4cb commit 2ea574d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fay.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ library

build-depends:
base >= 4.5 && < 4.9
, base-compat == 0.8.*
, base-compat >= 0.8 && < 0.10
, aeson > 0.6 && < 0.11
, bytestring >= 0.9 && < 0.11
, containers >= 0.4 && < 0.6
Expand Down
2 changes: 1 addition & 1 deletion src/Fay/Compiler/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import Data.Traversable
import Prelude.Compat hiding (exp, mod)
import Safe

import Control.Monad.Except
import Control.Monad.Except hiding (filterM)
import System.Exit
import System.Process

Expand Down

0 comments on commit 2ea574d

Please sign in to comment.