diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-08 19:32:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 19:32:52 +0200 |
| commit | d07646e75356746ae3a3be96b74d11a367af9333 (patch) | |
| tree | 009f93d930a6d36434c208242582d32997ffc511 /gf.cabal | |
| parent | 3b69a28dbd0ba1abb38f92a576c97ee1e667b985 (diff) | |
| parent | 9e5701b13c61c4ff63df6beb9fa7200ba8a81f9f (diff) | |
Merge pull request #192 from GrammaticalFramework/build-timestamp
Add build timestamps to GF prompt
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,7 +158,8 @@ library json >= 0.9.1 && <= 0.11, parallel >= 3.2.1.1 && < 3.3, process >= 1.4.3 && < 1.7, - time >= 1.6.0 && <= 1.12.2 + time >= 1.6.0 && <= 1.12.2, + template-haskell >= 2.13.0.0 hs-source-dirs: src/compiler exposed-modules: |
