hflags-0.1: examples/ImportExample.hs
#!/usr/bin/env runhaskell
{-# LANGUAGE TemplateHaskell #-}
import HFlags
import X.B
main = do _ <- $(initHFlags "Importing example v0.1")
print $ b
#!/usr/bin/env runhaskell
{-# LANGUAGE TemplateHaskell #-}
import HFlags
import X.B
main = do _ <- $(initHFlags "Importing example v0.1")
print $ b