Defaults.hs
1 {-| 2 Module : Gargantext.Defaults 3 Description : Gargantext default values 4 Copyright : (c) CNRS, 2021-present 5 License : AGPL + CECILL v3 6 Maintainer : team@gargantext.org 7 Stability : experimental 8 Portability : POSIX 9 10 -} 11 12 13 module Gargantext.Defaults 14 where 15 16 import Gargantext.Prelude 17 18 year :: Integer 19 year = 1 20 month :: Int 21 month = 1 22 day :: Int 23 day = 1