Skip to content

Commit

Permalink
Merge pull request #4594 from commercialhaskell/allow-ghci
Browse files Browse the repository at this point in the history
Rename duplicated System.Permissions module
  • Loading branch information
snoyberg authored Feb 18, 2019
2 parents 2c17ce5 + 1c24689 commit bc0bc3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subs/pantry/src/Pantry/Repo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import RIO.Process
import Database.Persist (Entity (..))
import qualified RIO.Text as T
import System.Console.ANSI (hSupportsANSIWithoutEmulation)
import System.Permissions (osIsWindows)
import System.IsWindows (osIsWindows)

fetchReposRaw
:: (HasPantryConfig env, HasLogFunc env, HasProcessContext env)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE NoImplicitPrelude #-}
module System.Permissions
module System.IsWindows
( osIsWindows
) where

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE NoImplicitPrelude #-}
module System.Permissions
module System.IsWindows
( osIsWindows
) where

Expand Down

0 comments on commit bc0bc3e

Please sign in to comment.