You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start with an empty "~/.cabal" directory (otherwise it is possible to have installation problems)
I followed the above procedure, with modifications:
I replaced git clone [email protected]:agda/agda.git by git clone --recurse-submodules https://github.com/agda/agda.git to have access to
the file "standard-library.agda-lib"
I replaced ./agda-mode-2.6.2 setup and ./agda-mode-2.6.2 compile by ./agda-mode setup and ./agda-mode compile
I added the file ~/.agda/libraries containing : ~/agda/std-lib/standard-library.agda-lib (you have to adapt if necessary with your own path)
so I could use agda-algebras (but with another slight modification): $ git clone https://github.com/ualib/agda-algebras.git
I replaced, in the file agda-algebras.agda-lib the line depend: standard-library-1.7 by the line depend: standard-library-1.7.1
$ cd agda-algebras
$ make test
[...]
$
or
$ cd src/Examples/Categories
$ agda Functors.lagda
$
Have a nice day,
The text was updated successfully, but these errors were encountered:
Hi,
I start with an empty "
~/.cabal
" directory (otherwise it is possible to have installation problems)I followed the above procedure, with modifications:
I replaced
git clone [email protected]:agda/agda.git
bygit clone --recurse-submodules https://github.com/agda/agda.git
to have access tothe file "standard-library.agda-lib"
I replaced
./agda-mode-2.6.2 setup
and./agda-mode-2.6.2 compile
by./agda-mode setup
and./agda-mode compile
I added the file
~/.agda/libraries
containing :~/agda/std-lib/standard-library.agda-lib
(you have to adapt if necessary with your own path)so I could use agda-algebras (but with another slight modification):
$ git clone https://github.com/ualib/agda-algebras.git
I replaced, in the file
agda-algebras.agda-lib
the linedepend: standard-library-1.7
by the linedepend: standard-library-1.7.1
or
Have a nice day,
The text was updated successfully, but these errors were encountered: