Skip to content

Commit

Permalink
sandwich-contexts: switch from unix to unix-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 20, 2024
1 parent 2879ca1 commit 3913333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sandwich-contexts/lib/Test/Sandwich/Contexts/PostgreSQL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import Relude hiding (withFile)
import System.Exit
import System.FilePath
import System.IO.Temp
import System.Posix.Files
import System.PosixCompat.Files (getFileStatus, isSocket)
import Test.Sandwich
import Test.Sandwich.Contexts.Container
import Test.Sandwich.Contexts.Nix
Expand Down
2 changes: 1 addition & 1 deletion sandwich-contexts/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library:
- text
- time
- transformers
- unix
- unix-compat
- unliftio-core
- vector

Expand Down
2 changes: 1 addition & 1 deletion sandwich-contexts/sandwich-contexts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ library
, text
, time
, transformers
, unix
, unix-compat
, unliftio
, unliftio-core
, vector
Expand Down

0 comments on commit 3913333

Please sign in to comment.