agda: update standard library
Closes #41489. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
63843dddc4
commit
729b3cbecf
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ class Agda < Formula
|
|||
|
||||
desc "Dependently typed functional programming language"
|
||||
homepage "https://wiki.portal.chalmers.se/agda/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://hackage.haskell.org/package/Agda-2.6.0.1/Agda-2.6.0.1.tar.gz"
|
||||
|
@ -12,8 +13,8 @@ class Agda < Formula
|
|||
|
||||
resource "stdlib" do
|
||||
url "https://github.com/agda/agda-stdlib.git",
|
||||
:tag => "v1.0.1",
|
||||
:revision => "442abf2b3418d4d488381a2f8ca4e99bbf8cfc8e"
|
||||
:tag => "v1.1",
|
||||
:revision => "dffb8023a63e7e66a90a8664752245971a915e66"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue