Update project file
Needed for new test suite
This commit is contained in:
parent
3987c1a853
commit
2c06dda760
2 changed files with 4 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ import Control.Monad.Reader (ReaderT, MonadReader(ask), liftIO)
|
|||
import Control.Monad.Except (runExceptT)
|
||||
import System.FilePath (takeDirectory, (</>), normalise, takeExtension)
|
||||
import Data.List (find)
|
||||
import Text.HTML.TagSoup
|
||||
|
||||
import Codec.Epub.Parse (getManifest , getSpine)
|
||||
import qualified Codec.Epub.Data.Manifest as DM
|
||||
|
|
|
|||
|
|
@ -85,11 +85,14 @@ executable svitak
|
|||
|
||||
test-suite svitak-test
|
||||
main-is: Spec.hs
|
||||
|
||||
type: exitcode-stdio-1.0
|
||||
|
||||
other-modules: EpubParser,
|
||||
Persistence
|
||||
|
||||
hs-source-dirs: test, app
|
||||
|
||||
build-depends: base ^>= 4.21.0.0,
|
||||
base64-bytestring,
|
||||
bytestring,
|
||||
|
|
@ -101,6 +104,4 @@ test-suite svitak-test
|
|||
zip-archive,
|
||||
directory
|
||||
|
||||
hs-source-dirs: test, app
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue