Skip to content

Commit

Permalink
Preparation for the release of version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asr committed Aug 29, 2014
1 parent 9cf2ec7 commit 73159e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.agda
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module README where

------------------------------------------------------------------------
-- The Agda standard library, development version
-- The Agda standard library, version 0.8.1
--
-- Author: Nils Anders Danielsson, with contributions from Andreas
-- Abel, Stevan Andjelkovic, Jean-Philippe Bernardy, Peter Berry,
Expand All @@ -13,8 +13,7 @@ module README where
-- Pouillard, Andrés Sicard-Ramírez and Noam Zeilberger.
------------------------------------------------------------------------

-- The development version of the library often requires the latest
-- development version of Agda.
-- This version of the library has been tested using Agda 2.4.2.

-- Note that no guarantees are currently made about forwards or
-- backwards compatibility, the library is still at an experimental
Expand Down
2 changes: 1 addition & 1 deletion lib.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lib
version: 0.8
version: 0.8.1
cabal-version: >= 1.8
build-type: Simple
description: Helper programs.
Expand Down
6 changes: 3 additions & 3 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
------------------------------------------------------------------------
-- Release notes for Agda standard library version 0.9
-- Release notes for Agda standard library version 0.8.1
------------------------------------------------------------------------

The library has been tested using Agda version A.B.C.
The library has been tested using Agda version 2.4.2.

Note that no guarantees are made about backwards or forwards
compatibility, the library is still at an experimental stage.
Expand All @@ -21,7 +21,7 @@ Important changes since 0.8:

* Reflection API

Agda A.B.C added support for literals, function definitions, pattern
Agda 2.4.2 added support for literals, function definitions, pattern
matching lambdas and absurd clause/patterns (see Agda A.B.C release
notes). The new supported entities were added to the Reflection.agda
module.
Expand Down

0 comments on commit 73159e9

Please sign in to comment.