Move Zip to Utils
This commit is contained in:
parent
05d95fd1cb
commit
93b2c72a7b
@ -4,7 +4,7 @@
|
||||
{-# OPTIONS_GHC -fno-warn-missing-fields #-} -- This concerns zipEntrySize in produceZip
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
|
||||
module Handler.Zip
|
||||
module Handler.Utils.Zip
|
||||
( ZipError(..)
|
||||
, ZipInfo(..)
|
||||
, produceZip
|
||||
@ -2,11 +2,11 @@
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
|
||||
module Handler.ZipSpec where
|
||||
module Handler.Utils.ZipSpec where
|
||||
|
||||
import TestImport
|
||||
|
||||
import Handler.Zip
|
||||
import Handler.Utils.Zip
|
||||
|
||||
import System.FilePath
|
||||
|
||||
Loading…
Reference in New Issue
Block a user