From 7e30922a675df3caa85faa8c5bb339f11948c3ea Mon Sep 17 00:00:00 2001 From: stla Date: Wed, 1 May 2024 00:56:37 +0200 Subject: [PATCH] commented out macOS in Github actions --- .github/workflows/Stack-lts.yml | 2 +- .github/workflows/Stack-nightly.yml | 2 +- src/Math/Algebra/Hspray.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Stack-lts.yml b/.github/workflows/Stack-lts.yml index ddd0bd1..6cbacdc 100644 --- a/.github/workflows/Stack-lts.yml +++ b/.github/workflows/Stack-lts.yml @@ -11,7 +11,7 @@ jobs: matrix: runner: - ubuntu-latest - - macOS-latest +# - macOS-latest - windows-latest resolver: diff --git a/.github/workflows/Stack-nightly.yml b/.github/workflows/Stack-nightly.yml index e02e7f6..ff8baa0 100644 --- a/.github/workflows/Stack-nightly.yml +++ b/.github/workflows/Stack-nightly.yml @@ -11,7 +11,7 @@ jobs: matrix: runner: - ubuntu-latest - - macOS-latest +# - macOS-latest - windows-latest fail-fast: false diff --git a/src/Math/Algebra/Hspray.hs b/src/Math/Algebra/Hspray.hs index af14094..bbc0f97 100644 --- a/src/Math/Algebra/Hspray.hs +++ b/src/Math/Algebra/Hspray.hs @@ -1213,7 +1213,7 @@ infixr 7 /^ (/^) spray lambda = spray /> lambda infixl 6 +> --- | Add a constant to a spray +-- | Add a spray to a constant -- -- prop> x +> spray == constantSpray x ^+^ spray (+>) :: (AlgAdd.C a, Eq a) => a -> Spray a -> Spray a