Commit fa516072 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] overloaded Strings needed in csv parser.

parent 6b7a0dc5
......@@ -12,6 +12,7 @@ CSV parser for Gargantext corpus files.
-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE DeriveGeneric #-}
module Gargantext.Text.Parsers.CSV where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment