summaryrefslogtreecommitdiff
path: root/app/devel.hs
blob: 979103f9c1c181feb3d3c22af65d456799beaef7 (plain)
1
2
3
4
5
6
{-# LANGUAGE PackageImports #-}
import "bar" Application (develMain)
import Prelude (IO)

main :: IO ()
main = develMain