Skip to content

Commit

Permalink
(#1053) Fix compilation with ghc 8.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack authored Feb 9, 2022
1 parent 4a6fad0 commit 7bdad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nix/Reduce.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Nix.Reduce

import Nix.Prelude
import Control.Monad.Catch ( MonadCatch(catch) )
#if !MIN_VERSION_base(4,13,0)
#if !MIN_VERSION_base(4,12,0)
import Prelude hiding ( fail )
import Control.Monad.Fail
#endif
Expand Down

0 comments on commit 7bdad43

Please sign in to comment.