1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-23 16:25:37 +03:00

Minor additions

This commit is contained in:
Jonathan Prieto-Cubides 2021-10-18 19:21:30 +02:00
parent 8853b30cd5
commit c9b0ed5416
4 changed files with 14 additions and 1 deletions

1
cabal.project Normal file
View File

@ -0,0 +1 @@
packages: .

8
hie.yaml Normal file
View File

@ -0,0 +1,8 @@
cradle:
stack:
- path: ./src/test
component: "juvix:test:juvix-test"
- path: ./src/MiniJuvix
component: "juvix:src"
- path: ./src/app
component: "juvix:exe:MiniJuvix"

View File

@ -0,0 +1,5 @@
module Options (main) where
--------------------------------------------------------------------------------
-- Options
--------------------------------------------------------------------------------

View File

@ -1,5 +1,4 @@
module Main (main) where
main :: IO ()
main = putStrLn ("Test suite is not implemented" :: String)