https://bugzilla.redhat.com/show_bug.cgi?id=839473
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|llvm-3.1 missing ghc ARM |llvm-3.1 missing ghc ARM
|support |support: causing all
| |compiled programs to
| |segfault
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839473
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org,
| |pbrobinson(a)gmail.com
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=710383
--- Comment #6 from Jens Petersen <petersen(a)redhat.com> ---
I see Debian has an "agda" meta-package that pulls in Agda-executable,
Agda and the stdlib.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839260
--- Comment #2 from Jens Petersen <petersen(a)redhat.com> ---
A simple usage example:
$ ls -l stdlib
lrwxrwxrwx. 1 petersen petersen 23 Jul 11 15:46 stdlib ->
/usr/lib64/Agda-stdlib/
$ cat test.agda
module test where
open import IO
main = run (putStrLn "Hello world!")
$ agda -c -i. -istdlib test.agda
:
:
[91 of 91] Compiling MAlonzo.Code.Qtest (
/home/petersen/pkgreview/Agda/test/MAlonzo/Code/Qtest.hs,
/home/petersen/pkgreview/Agda/test/MAlonzo/Code/Qtest.o )
$ ./test
Hello world!
$
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=710383
--- Comment #5 from Jens Petersen <petersen(a)redhat.com> ---
A small example of usage:
$ cat test.agda
module test where
data Bool : Set where
true : Bool
false : Bool
$ agda test.agda
Checking test (/home/petersen/pkgreview/Agda/test/test.agda).
Finished test.
$
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839260
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Alias| |Agda-stdlib
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839260
Shakthi Kannan <shakthimaan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |shakthimaan(a)gmail.com
Assignee|nobody(a)fedoraproject.org |shakthimaan(a)gmail.com
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839260
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haskell-devel(a)lists.fedorap
| |roject.org
Depends On| |710383 (Agda)
--
You are receiving this mail because:
You are on the CC list for the bug.