Create a configuration file (included at build-time)
[hdata.git] / Config.hs
blobbb9156947746f298da2830f1b3645a6ca3465144
1 {- Config.h -- configuration file for hddb -}
3 module Config (
4 defaultViewer
5 ) where
7 {-
8 this is the default viewer that is launched by
9 the 'view' command
11 defaultViewer :: String
12 defaultViewer = "vim"