From 6532950b26a7dfc61818c73376a14d90ba79a631 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 26 Sep 2015 22:40:58 -0700 Subject: MediaBag: ensure that / is always used as path separator. --- tests/Tests/Shared.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Tests') diff --git a/tests/Tests/Shared.hs b/tests/Tests/Shared.hs index 9b55b7b1d..4d6076114 100644 --- a/tests/Tests/Shared.hs +++ b/tests/Tests/Shared.hs @@ -9,7 +9,7 @@ import Test.Framework.Providers.HUnit import Test.HUnit ( assertBool, (@?=) ) import Text.Pandoc.Builder import Data.Monoid -import System.FilePath (joinPath) +import System.FilePath.Posix (joinPath) tests :: [Test] tests = [ testGroup "normalize" -- cgit v1.2.3