[stack] this compiles without allow-newer, allow-older

Don't know if cabal works though
parent bac174eb
...@@ -16,14 +16,13 @@ module Main where ...@@ -16,14 +16,13 @@ module Main where
import Common import Common
import Data.Aeson import Data.Aeson
import Data.List (nub) import Data.List (nub)
import Data.Text qualified as T
import GHC.IO.Encoding import GHC.IO.Encoding
import GHC.Stack import GHC.Stack
import Gargantext.Core.Viz.Phylo import Gargantext.Core.Viz.Phylo
import Gargantext.Core.Viz.Phylo.API.Tools import Gargantext.Core.Viz.Phylo.API.Tools
import Gargantext.Core.Viz.Phylo.PhyloExport (toPhyloExport, dotToFile) import Gargantext.Core.Viz.Phylo.PhyloExport (toPhyloExport, dotToFile)
import Gargantext.Core.Viz.Phylo.PhyloMaker (toPhylo, toPhyloWithoutLink) import Gargantext.Core.Viz.Phylo.PhyloMaker (toPhylo, toPhyloWithoutLink)
import Gargantext.Core.Viz.Phylo.PhyloTools (printIOMsg, printIOComment, setConfig, toPeriods, getTimePeriod, getTimeStep) import Gargantext.Core.Viz.Phylo.PhyloTools (printIOMsg, printIOComment, setConfig)
import Paths_gargantext import Paths_gargantext
import Prelude import Prelude
import Shelly import Shelly
......
...@@ -210,8 +210,8 @@ source-repository-package ...@@ -210,8 +210,8 @@ source-repository-package
location: https://github.com/garganscript/smtp-mail.git location: https://github.com/garganscript/smtp-mail.git
tag: d9a2df6354c1e42bb050853feadacb30c76366d3 tag: d9a2df6354c1e42bb050853feadacb30c76366d3
allow-older: * -- allow-older: *
allow-newer: * -- allow-newer: *
package gargantext package gargantext
ghc-options: -fwrite-ide-info -hiedir=".stack-work/hiedb" ghc-options: -fwrite-ide-info -hiedir=".stack-work/hiedb"
......
This diff is collapsed.
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