Skip to content

Commit

Permalink
Fix build on ghc-9.6.2 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Aug 13, 2023
1 parent 55000db commit 2e2dda4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cardano-cli/test/cardano-cli-test/Test/Cli/Pipes.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}

{-# OPTIONS_GHC -Wno-unused-imports #-} -- Required to compile across GHC versions.

{- HLINT ignore "Use fewer imports" -}

module Test.Cli.Pipes
( hprop_readFromPipe
) where
Expand All @@ -14,8 +18,8 @@ import System.FilePath ()
#endif

import qualified Hedgehog as H
{- HLINT ignore "Use fewer imports" -}
import Hedgehog (Property)
import System.FilePath ((</>))

#ifdef UNIX
import Cardano.CLI.Read
Expand All @@ -24,7 +28,6 @@ import Cardano.CLI.OS.Posix

import qualified Data.ByteString.Char8 as BSC
import qualified Data.ByteString.Lazy as LBS
import System.FilePath ((</>))
import Test.Cardano.CLI.Util

import Hedgehog ((===), forAll)
Expand Down

0 comments on commit 2e2dda4

Please sign in to comment.