Skip to content

Commit 4e2b20a

Browse files
Updated docs for start of v2.0
1 parent 516c545 commit 4e2b20a

5 files changed

+5
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.8-dev
1+
Version 2.0-dev
22
===============
33

44
The library has been tested using Agda 2.6.2.

README.agda

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module README where
44

55
------------------------------------------------------------------------
6-
-- The Agda standard library, version 1.7
6+
-- The Agda standard library, version 2.0
77
--
88
-- Authors: Nils Anders Danielsson, Matthew Daggitt, Guillaume Allais
99
-- with contributions from Andreas Abel, Stevan Andjelkovic,
@@ -18,8 +18,7 @@ module README where
1818
-- Noam Zeilberger and other anonymous contributors.
1919
------------------------------------------------------------------------
2020

21-
-- This version of the library has been tested using Agda 2.6.1 and
22-
-- 2.6.1.3.
21+
-- This version of the library has been tested using Agda 2.6.2.
2322

2423
-- The library comes with a .agda-lib file, for use with the library
2524
-- management system.

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
The Agda standard library
66
=========================
77

8-
**NOTE**: The library is currently gearing up for the release of v2.6.2 therefore the
9-
`master` branch is currently only compatible with release candidate 1 of Agda-2.6.2!
10-
118
The standard library aims to contain all the tools needed to write both
129
programs and proofs easily. While we always try and write efficient
1310
code, we prioritize ease of proof over type-checking and normalization

agda-stdlib-utils.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-stdlib-utils
2-
version: 1.8-dev
2+
version: 2.0-dev
33
cabal-version: >= 1.10
44
build-type: Simple
55
description: Helper programs.

standard-library.agda-lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: standard-library-1.8
1+
name: standard-library-2.0
22
include: src

0 commit comments

Comments
 (0)