Skip to content

Commit

Permalink
Final changes for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDaggitt committed Oct 13, 2023
1 parent 7568753 commit 0817da6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.7.3
=============

The library has been tested using Agda 2.6.4.
The library has been tested using Agda 2.6.3 & 2.6.4.

* To avoid _large indices_ that are by default no longer allowed in Agda 2.6.4,
universe levels have been increased in the following definitions:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/v1.7.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The library has been tested using Agda 2.6.3.

* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
the `--without-K` flag now use the `--cubical-compatible` flag instead.

* Updated the code using `primFloatToWord64` - the library API has remained unchanged.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ authors:
- name: "The Agda Community"
title: "Agda Standard Library"
version: 1.7.3
date-released: 2023-10-15
date-released: 2023-10-13
url: "https://github.com/agda/agda-stdlib"
2 changes: 1 addition & 1 deletion notes/installation-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation instructions
=========================

Use version v1.7.3 of the standard library with Agda 2.6.4.
Use version v1.7.3 of the standard library with Agda 2.6.3 or 2.6.4.

1. Navigate to a suitable directory `$HERE` (replace appropriately) where
you would like to install the library.
Expand Down
12 changes: 0 additions & 12 deletions src/Effect/Functor/Indexed.agda

This file was deleted.

2 changes: 1 addition & 1 deletion src/Effect/Monad/Partiality.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- for forward compatibility with v2.0.
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}
{-# OPTIONS --cubical-compatible --safe --guardedness #-}

module Effect.Monad.Partiality where

Expand Down
2 changes: 1 addition & 1 deletion src/Effect/Monad/Partiality/All.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- for forward compatibility with v2.0.
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}
{-# OPTIONS --cubical-compatible --safe --guardedness #-}

module Effect.Monad.Partiality.All where

Expand Down
2 changes: 1 addition & 1 deletion src/Effect/Monad/Partiality/Instances.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- for forward compatibility with v2.0.
------------------------------------------------------------------------

{-# OPTIONS --cubical-compatible --safe #-}
{-# OPTIONS --cubical-compatible --safe --guardedness #-}

module Effect.Monad.Partiality.Instances where

Expand Down

0 comments on commit 0817da6

Please sign in to comment.