From d782ef19f7436e0b89492d85e26d1037d282d377 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Sat, 9 Jul 2016 14:26:56 +0200 Subject: [PATCH] Fix a warning that the test suite gave --- doc/tutorial/tutorial.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorial/tutorial.cabal b/doc/tutorial/tutorial.cabal index 3c7d52c1..2fa5d5d7 100644 --- a/doc/tutorial/tutorial.cabal +++ b/doc/tutorial/tutorial.cabal @@ -54,6 +54,7 @@ test-suite spec default-language: Haskell2010 hs-source-dirs: test main-is: Spec.hs + other-modules: JavascriptSpec build-depends: base == 4.* , tutorial , hspec