From 541d219dbcf097c0c50b4ee0216f270c9c8c1342 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 22 Jan 2019 00:34:05 +0100 Subject: Add support and test coverage for mulit-pkg projects --- src/CabalHelper/Compiletime/Types/RelativePath.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CabalHelper/Compiletime/Types') diff --git a/src/CabalHelper/Compiletime/Types/RelativePath.hs b/src/CabalHelper/Compiletime/Types/RelativePath.hs index bfc29bf..107a8ce 100644 --- a/src/CabalHelper/Compiletime/Types/RelativePath.hs +++ b/src/CabalHelper/Compiletime/Types/RelativePath.hs @@ -30,6 +30,7 @@ import System.FilePath -- | A path guaranteed to be relative. The constructor is not exposed, use the -- 'mkRelativePath' smart constructor. newtype RelativePath = RelativePath { unRelativePath :: FilePath } + deriving (Show) -- | Smart constructor for 'RelativePath'. Checks if the given path is absolute -- and throws 'UserError' if not. -- cgit v1.2.3