From 1aba30158bf76c03f2de2a5a087af6658e2faa5c Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 15 Jun 2017 08:32:50 -0400 Subject: [PATCH] Re-export the whole module. --- src/Command.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Command.hs b/src/Command.hs index e00e836c9..8fcbcd26e 100644 --- a/src/Command.hs +++ b/src/Command.hs @@ -1,7 +1,5 @@ module Command -( Files.readFile -, Files.readBlobPairsFromHandle -, Files.readBlobsFromHandle +( module Files ) where -import qualified Command.Files as Files +import Command.Files as Files