mirror of
https://github.com/anoma/juvix.git
synced 2024-11-24 00:35:43 +03:00
Minor additions
This commit is contained in:
parent
8853b30cd5
commit
c9b0ed5416
1
cabal.project
Normal file
1
cabal.project
Normal file
@ -0,0 +1 @@
|
||||
packages: .
|
8
hie.yaml
Normal file
8
hie.yaml
Normal 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"
|
@ -0,0 +1,5 @@
|
||||
module Options (main) where
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Options
|
||||
--------------------------------------------------------------------------------
|
@ -1,5 +1,4 @@
|
||||
module Main (main) where
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn ("Test suite is not implemented" :: String)
|
||||
|
Loading…
Reference in New Issue
Block a user