forgot a file
[gargantext.git] / src-test / Ngrams / Lang / Occurrences.hs
index 140d9418ee13802c7926e426761cad9199eb4e57..bd0c2a7c1538914692009644b6a2b7b1dc4aa87b 100644 (file)
@@ -11,12 +11,11 @@ Here is a longer description of this module, containing some
 commentary with @some markup@.
 -}
 
-{-# LANGUAGE NoImplicitPrelude   #-}
-{-# LANGUAGE OverloadedStrings   #-}
 {-# LANGUAGE ScopedTypeVariables #-}
 
 module Ngrams.Lang.Occurrences where
 
+{-
 import Test.Hspec
 
 import Data.Either (Either(Right))
@@ -61,4 +60,4 @@ parsersTest = hspec $ do
 --  describe "Parser for nodes" $ do
 --    it "returns the result of one parsing after space" $ do
 --      occOfCorpus 249509 "sciences" `shouldReturn` 7
-
+-}