Commit 602187c0 authored by Grégoire Locqueville's avatar Grégoire Locqueville

Remove uncompiled executable

This executable is not referenced in `gargantext.cabal`, and as such,
it is never compiled.
parent 614e7603
Pipeline #6515 failed with stages
in 11 minutes and 41 seconds
import Prelude (IO, id, (.))
import Data.Aeson (encode)
import Codec.Serialise (deserialise)
import qualified Data.ByteString.Lazy as L
import Gargantext.Core.NodeStory (NodeListStory)
main :: IO ()
main = L.interact (encode . (id :: NodeListStory -> NodeListStory) . deserialise)
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