Skip to content

Commit

Permalink
[ change ] Enable idris2-http and idris2-tls. (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReilySiegel authored Sep 5, 2024
1 parent 3becaaa commit 41941f5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions collections/HEAD.toml
Original file line number Diff line number Diff line change
Expand Up @@ -845,17 +845,17 @@ url = "https://github.com/running-grass/idris2-url"
commit = "main"
ipkg = "url.ipkg"

# [db.tls]
# type = "github"
# url = "https://github.com/octeep/idris2-tls"
# commit = "master"
# ipkg = "tls.ipkg"
#
# [db.http]
# type = "github"
# url = "https://github.com/octeep/idris2-http"
# commit = "master"
# ipkg = "http.ipkg"
[db.tls]
type = "github"
url = "https://github.com/idris-community/idris2-tls"
commit = "master"
ipkg = "tls.ipkg"

[db.http]
type = "github"
url = "https://github.com/idris-community/idris2-http"
commit = "master"
ipkg = "http.ipkg"

# [db.prob-fx]
# type = "github"
Expand Down

0 comments on commit 41941f5

Please sign in to comment.