diff options
| author | Herbert Lange <herbert.lange@gu.se> | 2025-08-08 18:06:03 +0200 |
|---|---|---|
| committer | Herbert Lange <herbert.lange@gu.se> | 2025-08-08 18:06:03 +0200 |
| commit | 9e5701b13c61c4ff63df6beb9fa7200ba8a81f9f (patch) | |
| tree | 56d5992f191c829b406f4f615762b8f19d188306 | |
| parent | 78beac759862d330a89a5479c5dab84e5d8cd526 (diff) | |
hide ambiguous function
| -rw-r--r-- | src/compiler/GF/Infra/BuildInfo.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/BuildInfo.hs b/src/compiler/GF/Infra/BuildInfo.hs index 13c101ec5..1807b4031 100644 --- a/src/compiler/GF/Infra/BuildInfo.hs +++ b/src/compiler/GF/Infra/BuildInfo.hs @@ -8,7 +8,7 @@ import Data.Version(showVersion) import Language.Haskell.TH.Syntax import Control.Monad.IO.Class import Control.Exception -import Data.Time +import Data.Time hiding (buildTime) import System.Process -- Use Template Haskell to get compile time |
