Skip to content

Commit 0817da6

Browse files
Final changes for v1.7.3
1 parent 7568753 commit 0817da6

File tree

8 files changed

+7
-19
lines changed

8 files changed

+7
-19
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 1.7.3
22
=============
33

4-
The library has been tested using Agda 2.6.4.
4+
The library has been tested using Agda 2.6.3 & 2.6.4.
55

66
* To avoid _large indices_ that are by default no longer allowed in Agda 2.6.4,
77
universe levels have been increased in the following definitions:

CHANGELOG/v1.7.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ The library has been tested using Agda 2.6.3.
55

66
* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
77
the `--without-K` flag now use the `--cubical-compatible` flag instead.
8-
8+
99
* Updated the code using `primFloatToWord64` - the library API has remained unchanged.

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ authors:
44
- name: "The Agda Community"
55
title: "Agda Standard Library"
66
version: 1.7.3
7-
date-released: 2023-10-15
7+
date-released: 2023-10-13
88
url: "https://github.com/agda/agda-stdlib"

notes/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation instructions
22
=========================
33

4-
Use version v1.7.3 of the standard library with Agda 2.6.4.
4+
Use version v1.7.3 of the standard library with Agda 2.6.3 or 2.6.4.
55

66
1. Navigate to a suitable directory `$HERE` (replace appropriately) where
77
you would like to install the library.

src/Effect/Functor/Indexed.agda

-12
This file was deleted.

src/Effect/Monad/Partiality.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- for forward compatibility with v2.0.
66
------------------------------------------------------------------------
77

8-
{-# OPTIONS --cubical-compatible --safe #-}
8+
{-# OPTIONS --cubical-compatible --safe --guardedness #-}
99

1010
module Effect.Monad.Partiality where
1111

src/Effect/Monad/Partiality/All.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- for forward compatibility with v2.0.
66
------------------------------------------------------------------------
77

8-
{-# OPTIONS --cubical-compatible --safe #-}
8+
{-# OPTIONS --cubical-compatible --safe --guardedness #-}
99

1010
module Effect.Monad.Partiality.All where
1111

src/Effect/Monad/Partiality/Instances.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- for forward compatibility with v2.0.
66
------------------------------------------------------------------------
77

8-
{-# OPTIONS --cubical-compatible --safe #-}
8+
{-# OPTIONS --cubical-compatible --safe --guardedness #-}
99

1010
module Effect.Monad.Partiality.Instances where
1111

0 commit comments

Comments
 (0)