shithub: MicroHs

Download patch

ref: 5e354c9cfbe5c32ff86f7c3a0f36945ed0919252
parent: 94db41b3b458bebdf4de50de98f0563a3a9e5d29
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Jan 6 11:22:24 EST 2025

Add time

--- a/.github/workflows/hackage-ci.yml
+++ b/.github/workflows/hackage-ci.yml
@@ -51,6 +51,18 @@
         cd transformers
         mcabal install
 
+    # time
+    - name: checkout time repo
+      uses: actions/checkout@v4
+      with:
+        repository: haskell/time
+        path: time
+    - name: compile and install time package
+      run: |
+        PATH="$HOME/.mcabal/bin:$PATH"
+        cd time
+        mcabal install
+
     # malcolm-wallace-universe
     - name: checkout malcolm-wallace-universe repo
       uses: actions/checkout@v4