diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 17:50:08 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 17:50:08 +0200 |
commit | 77996d3f4b4f143bb2406566d103640de1a7e727 (patch) | |
tree | cac9b69d5cb8c95940fa95e11e2257a48bf5ba88 /app | |
parent | Add astro dependency (diff) | |
download | sky-info-77996d3f4b4f143bb2406566d103640de1a7e727.tar.gz sky-info-77996d3f4b4f143bb2406566d103640de1a7e727.tar.bz2 sky-info-77996d3f4b4f143bb2406566d103640de1a7e727.zip |
Add skeleton functionality
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs index de1c1ab..2f41140 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,6 +1,6 @@ module Main where -import Lib +import Lib (sky_info_main) main :: IO () -main = someFunc +main = sky_info_main \ No newline at end of file |