packages feed

module-management-0.20.2: testdata/merge6/Test.hs

module Main where

import A (a, b)
import B.C (c)
import B.D (d)

main = putStrLn $ "Hello, world. a=" ++ show a ++ ", b=" ++ show b ++ ", d=" ++ show d