From 6655ceffe46a642c9379c4327dd9c84e6bfd6977 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 28 Apr 2018 15:14:57 -0700 Subject: Formatting pass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t always like the output hindent gives, so reformat the project to be a bit closer to what you see in published Haskell books and the like. --- tests/Data/Digest/HashTests.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/Data/Digest/HashTests.hs') diff --git a/tests/Data/Digest/HashTests.hs b/tests/Data/Digest/HashTests.hs index 379bfcc..16b1aa8 100644 --- a/tests/Data/Digest/HashTests.hs +++ b/tests/Data/Digest/HashTests.hs @@ -24,10 +24,8 @@ import Data.ByteString (ByteString) import qualified Data.ByteString as ByteString import System.IO (hClose, hGetContents, hSetBinaryMode) import System.Process - (CreateProcess(std_in, std_out), StdStream(CreatePipe), - createProcess_, proc) -import qualified Test.SmallCheck.Series.ByteString - as ByteString.Series + (CreateProcess(std_in, std_out), StdStream(CreatePipe), createProcess_, proc) +import qualified Test.SmallCheck.Series.ByteString as ByteString.Series import Test.Tasty (TestTree) import Test.Tasty.HUnit ((@?=), testCase) import Test.Tasty.SmallCheck (Property, monadic, over) -- cgit v1.2.3