diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f82dabd..cc0cc7f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} - key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-CACHE_V3 + key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3 # ---------------- - name: "Install PAPI" run: | diff --git a/vector/src/Data/Vector/Unboxed.hs b/vector/src/Data/Vector/Unboxed.hs index f84b38f2..4548cd8c 100644 --- a/vector/src/Data/Vector/Unboxed.hs +++ b/vector/src/Data/Vector/Unboxed.hs @@ -1907,7 +1907,7 @@ iscanr = G.iscanr -- | /O(n)/ Right-to-left scan over a vector (strictly) with its index. -- --- @sinqce 0.12.2.0 +-- @since 0.12.2.0 iscanr' :: (Unbox a, Unbox b) => (Int -> a -> b -> b) -> b -> Vector a -> Vector b {-# INLINE iscanr' #-} iscanr' = G.iscanr'