Eleve: merge my tests
[gargantext.git] / src-test / Parsers / Date.hs
index a1ba6c97aa89198fac4627e7531f1dfdb8b388c2..8bb97741659c394fe85060c08fe1f64285b8f363 100644 (file)
@@ -15,11 +15,9 @@ commentary with @some markup@.
 
 module Parsers.Date where
 
-import Gargantext.Prelude
 
 import Test.Hspec
 import Test.QuickCheck
-import Parsers.Types
 
 import Control.Applicative ((<*>))
 import Data.Either (Either(..))
@@ -28,7 +26,12 @@ import Data.Text (pack, Text)
 
 import Text.Parsec.Error (ParseError)
 import Duckling.Time.Types (toRFC3339)
-import Gargantext.Parsers.Date (fromRFC3339)
+
+-----------------------------------------------------------
+import Gargantext.Prelude
+import Gargantext.Text.Parsers.Date (fromRFC3339)
+import Parsers.Types
+-----------------------------------------------------------
 
 fromRFC3339Inv ::  Either ParseError ZonedTime -> Text
 fromRFC3339Inv (Right z) = toRFC3339 z