mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
- land `HelloWorld.agda` and `TrivialBackend.hs` in files - replace `runCommand` by `stdenvNoCC.mkDerivation` - refactor asserts
7 lines
81 B
Haskell
7 lines
81 B
Haskell
module Main where
|
|
|
|
import Agda.Main ( runAgda )
|
|
|
|
main :: IO ()
|
|
main = runAgda []
|