File: Main.hs

package info (click to toggle)
haskell-yaml 0.11.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: haskell: 2,371; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
module Main where

import qualified Config
import qualified Simple

main :: IO ()
main = do
  Simple.main
  Config.main